You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2023/08/28 07:29:32 UTC

[GitHub] [dubbo] dependabot[bot] opened a new pull request, #12972: Bump net.bytebuddy:byte-buddy from 1.14.5 to 1.14.7

dependabot[bot] opened a new pull request, #12972:
URL: https://github.com/apache/dubbo/pull/12972

   Bumps [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) from 1.14.5 to 1.14.7.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/raphw/byte-buddy/releases">net.bytebuddy:byte-buddy's releases</a>.</em></p>
   <blockquote>
   <h2>Byte Buddy 1.14.7</h2>
   <ul>
   <li>Correctly read minor version from class file.</li>
   <li>Catch type resolution errors when applying <code>Plugin.Engine</code>.</li>
   </ul>
   <h2>Byte Buddy 1.14.6</h2>
   <ul>
   <li>Add <code>PatchMode.SUBSTITUTE</code> and <code>ResettableClassFileTransformer.Substitutable</code> for in-order patching.</li>
   <li>Allow for explicit specification og differential matcher when patching an <code>AgentBuilder</code>.</li>
   <li>Add platform loader to locator for build plugins.</li>
   <li>Correctly resolve accessors for fields with capitalized first letter.</li>
   <li>Make jars for Android read-only as newer versions require it.</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/raphw/byte-buddy/blob/master/release-notes.md">net.bytebuddy:byte-buddy's changelog</a>.</em></p>
   <blockquote>
   <h2>Byte Buddy release notes</h2>
   <h3>15. August 2023: version 1.14.6</h3>
   <ul>
   <li>Add <code>PatchMode.SUBSTITUTE</code> and <code>ResettableClassFileTransformer.Substitutable</code> for in-order patching.</li>
   <li>Allow for explicit specification og differential matcher when patching an <code>AgentBuilder</code>.</li>
   <li>Add platform loader to locator for build plugins.</li>
   <li>Correctly resolve accessors for fields with capitalized first letter.</li>
   <li>Make jars for Android read-only as newer versions require it.</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/raphw/byte-buddy/commit/0613ecbc11e2648488440a96a2947fa2e2ddcbe3"><code>0613ecb</code></a> [maven-release-plugin] prepare release byte-buddy-1.14.7</li>
   <li><a href="https://github.com/raphw/byte-buddy/commit/98d5648b8dae2b9bebc06f2445e33d9d3ff522fd"><code>98d5648</code></a> [release] Release new version</li>
   <li><a href="https://github.com/raphw/byte-buddy/commit/dc5970dae3fa07447b5aeaf5f7b411cc01aceb44"><code>dc5970d</code></a> Add missing type.</li>
   <li><a href="https://github.com/raphw/byte-buddy/commit/c64c518dd8ed6b650304cd7aee7bd6006ed0015d"><code>c64c518</code></a> Fix tests.</li>
   <li><a href="https://github.com/raphw/byte-buddy/commit/39271e0d09b0c18fdecb6ddd53b442c260c71b08"><code>39271e0</code></a> [release] Release new version</li>
   <li><a href="https://github.com/raphw/byte-buddy/commit/8265ef6f3784b8d497832e5706566912372b0e1c"><code>8265ef6</code></a> Merge pull request <a href="https://redirect.github.com/raphw/byte-buddy/issues/1513">#1513</a> from stiemannkj1/issue-1512-engine-crashes-on-types-...</li>
   <li><a href="https://github.com/raphw/byte-buddy/commit/addd0884d6dac0d26cbde923ebe804887dc7601a"><code>addd088</code></a> Fixes: <a href="https://redirect.github.com/raphw/byte-buddy/issues/1512">#1512</a> Plugin Engine crashes on types with missing dependencies even wh...</li>
   <li><a href="https://github.com/raphw/byte-buddy/commit/b7f94db6682cc70dafd0de7e56f37d9a368297a9"><code>b7f94db</code></a> Merge pull request <a href="https://redirect.github.com/raphw/byte-buddy/issues/1510">#1510</a> from SylvainJuge/java1-version</li>
   <li><a href="https://github.com/raphw/byte-buddy/commit/9409eccb72c6d12b775e922ff9457d879dc10399"><code>9409ecc</code></a> fix reading bytecode version for java 1</li>
   <li><a href="https://github.com/raphw/byte-buddy/commit/76d90b125dbee29487e0b8094f8caf34d6c34359"><code>76d90b1</code></a> Add method that allows the resolution of type names of annotations even if th...</li>
   <li>Additional commits viewable in <a href="https://github.com/raphw/byte-buddy/compare/byte-buddy-1.14.5...byte-buddy-1.14.7">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=net.bytebuddy:byte-buddy&package-manager=maven&previous-version=1.14.5&new-version=1.14.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
   - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
   - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
   
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] AlbumenJ merged pull request #12972: Bump net.bytebuddy:byte-buddy from 1.14.5 to 1.14.7

Posted by "AlbumenJ (via GitHub)" <gi...@apache.org>.
AlbumenJ merged PR #12972:
URL: https://github.com/apache/dubbo/pull/12972


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] codecov-commenter commented on pull request #12972: Bump net.bytebuddy:byte-buddy from 1.14.5 to 1.14.7

Posted by "codecov-commenter (via GitHub)" <gi...@apache.org>.
codecov-commenter commented on PR #12972:
URL: https://github.com/apache/dubbo/pull/12972#issuecomment-1695272040

   ## [Codecov](https://app.codecov.io/gh/apache/dubbo/pull/12972?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) Report
   > Merging [#12972](https://app.codecov.io/gh/apache/dubbo/pull/12972?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) (6d1b8ec) into [3.2](https://app.codecov.io/gh/apache/dubbo/commit/79ba4cd6b737fa9a2af92a6d9a2189454dc5b623?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) (79ba4cd) will **decrease** coverage by `0.34%`.
   > The diff coverage is `n/a`.
   
   ```diff
   @@             Coverage Diff              @@
   ##                3.2   #12972      +/-   ##
   ============================================
   - Coverage     69.83%   69.50%   -0.34%     
   + Complexity      341        2     -339     
   ============================================
     Files          3525     1649    -1876     
     Lines        167766    68486   -99280     
     Branches      28074     9996   -18078     
   ============================================
   - Hits         117156    47599   -69557     
   + Misses        40481    16297   -24184     
   + Partials      10129     4590    -5539     
   ```
   
   
   [see 1904 files with indirect coverage changes](https://app.codecov.io/gh/apache/dubbo/pull/12972/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
   
   :mega: We’re building smart automated test selection to slash your CI/CD build times. [Learn more](https://about.codecov.io/iterative-testing/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] sonarcloud[bot] commented on pull request #12972: Bump net.bytebuddy:byte-buddy from 1.14.5 to 1.14.7

Posted by "sonarcloud[bot] (via GitHub)" <gi...@apache.org>.
sonarcloud[bot] commented on PR #12972:
URL: https://github.com/apache/dubbo/pull/12972#issuecomment-1695498868

   Kudos, SonarCloud Quality Gate passed!&nbsp; &nbsp; [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/passed-16px.png 'Quality Gate passed')](https://sonarcloud.io/dashboard?id=apache_dubbo&pullRequest=12972)
   
   [![Bug](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/bug-16px.png 'Bug')](https://sonarcloud.io/project/issues?id=apache_dubbo&pullRequest=12972&resolved=false&types=BUG) [![A](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/RatingBadge/A-16px.png 'A')](https://sonarcloud.io/project/issues?id=apache_dubbo&pullRequest=12972&resolved=false&types=BUG) [0 Bugs](https://sonarcloud.io/project/issues?id=apache_dubbo&pullRequest=12972&resolved=false&types=BUG)  
   [![Vulnerability](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/vulnerability-16px.png 'Vulnerability')](https://sonarcloud.io/project/issues?id=apache_dubbo&pullRequest=12972&resolved=false&types=VULNERABILITY) [![A](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/RatingBadge/A-16px.png 'A')](https://sonarcloud.io/project/issues?id=apache_dubbo&pullRequest=12972&resolved=false&types=VULNERABILITY) [0 Vulnerabilities](https://sonarcloud.io/project/issues?id=apache_dubbo&pullRequest=12972&resolved=false&types=VULNERABILITY)  
   [![Security Hotspot](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/security_hotspot-16px.png 'Security Hotspot')](https://sonarcloud.io/project/security_hotspots?id=apache_dubbo&pullRequest=12972&resolved=false&types=SECURITY_HOTSPOT) [![A](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/RatingBadge/A-16px.png 'A')](https://sonarcloud.io/project/security_hotspots?id=apache_dubbo&pullRequest=12972&resolved=false&types=SECURITY_HOTSPOT) [0 Security Hotspots](https://sonarcloud.io/project/security_hotspots?id=apache_dubbo&pullRequest=12972&resolved=false&types=SECURITY_HOTSPOT)  
   [![Code Smell](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/code_smell-16px.png 'Code Smell')](https://sonarcloud.io/project/issues?id=apache_dubbo&pullRequest=12972&resolved=false&types=CODE_SMELL) [![A](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/RatingBadge/A-16px.png 'A')](https://sonarcloud.io/project/issues?id=apache_dubbo&pullRequest=12972&resolved=false&types=CODE_SMELL) [0 Code Smells](https://sonarcloud.io/project/issues?id=apache_dubbo&pullRequest=12972&resolved=false&types=CODE_SMELL)
   
   [![No Coverage information](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/CoverageChart/NoCoverageInfo-16px.png 'No Coverage information')](https://sonarcloud.io/component_measures?id=apache_dubbo&pullRequest=12972&metric=coverage&view=list) No Coverage information  
   [![No Duplication information](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/Duplications/NoDuplicationInfo-16px.png 'No Duplication information')](https://sonarcloud.io/component_measures?id=apache_dubbo&pullRequest=12972&metric=duplicated_lines_density&view=list) No Duplication information
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org