You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2023/02/13 08:05:58 UTC

[GitHub] [servicecomb-java-chassis] dependabot[bot] opened a new pull request, #3631: Bump byte-buddy from 1.12.23 to 1.13.0

dependabot[bot] opened a new pull request, #3631:
URL: https://github.com/apache/servicecomb-java-chassis/pull/3631

   Bumps [byte-buddy](https://github.com/raphw/byte-buddy) from 1.12.23 to 1.13.0.
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/raphw/byte-buddy/blob/master/release-notes.md">byte-buddy's changelog</a>.</em></p>
   <blockquote>
   <h3>13. February 2023: version 1.13.0</h3>
   <ul>
   <li>Complete <code>MemberSubstitution</code> API which now retains the original instruction for invocation.</li>
   <li>Allow excluding methods from a <code>MethodGraph.Compiler</code> using an <code>ElementMatcher</code>.</li>
   <li>Add a filtering <code>ClassFileLocator</code>.</li>
   <li>Add a matcher for a type's <code>ClassFileVersion</code>.</li>
   <li>Unify resolution of constant values by introducing a <code>ConstantValue</code> API.</li>
   <li>Do not exclude <code>ToThrown</code> assignment on <code>void</code> methods.</li>
   <li>Allow constructors as target in <code>MemberSubstitution</code>.</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/raphw/byte-buddy/commit/913d9ba83222f139c2204def998242d48a9b1933"><code>913d9ba</code></a> [maven-release-plugin] prepare release byte-buddy-1.13.0</li>
   <li><a href="https://github.com/raphw/byte-buddy/commit/0891f9118b5a12e3e186b5dea37bd8db4c771424"><code>0891f91</code></a> [release] Release new version</li>
   <li><a href="https://github.com/raphw/byte-buddy/commit/eba2ab73a2c8e7fbc50f4bfbbbedee0b41f8083c"><code>eba2ab7</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/raphw/byte-buddy/issues/1404">#1404</a> from intrigus/patch-1</li>
   <li><a href="https://github.com/raphw/byte-buddy/commit/12da29569e044b0b39970114f2fb45c2531095d1"><code>12da295</code></a> Fix minor typo.</li>
   <li><a href="https://github.com/raphw/byte-buddy/commit/ee0c8a02354c628fa11cb96d11f8de44fe2497e5"><code>ee0c8a0</code></a> Add test for special and static invocation.</li>
   <li><a href="https://github.com/raphw/byte-buddy/commit/9630ce079f6afd52a382b8cab125d0fb73d37fa2"><code>9630ce0</code></a> Adjust substitution API to include original byte code expression.</li>
   <li><a href="https://github.com/raphw/byte-buddy/commit/aef0241ab3249bbf60b8f634b17df6618e001bfe"><code>aef0241</code></a> Legger inn flere sjekksummer.</li>
   <li><a href="https://github.com/raphw/byte-buddy/commit/138651425b3da8d3dc7b3dccd35426dad931f9a2"><code>1386514</code></a> Clarify limitation in javadoc.</li>
   <li><a href="https://github.com/raphw/byte-buddy/commit/94cf9a06a0a4730b9cf111e1ed92dd7c83b81d60"><code>94cf9a0</code></a> Handle constructors properly within substitution chain.</li>
   <li><a href="https://github.com/raphw/byte-buddy/commit/abf88777d6fdbc59445bed9deab955e02d78a4a6"><code>abf8877</code></a> Add checksum and mark class as ignored.</li>
   <li>Additional commits viewable in <a href="https://github.com/raphw/byte-buddy/compare/byte-buddy-1.12.23...byte-buddy-1.13.0">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.12.23&new-version=1.13.0)](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 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: commits-unsubscribe@servicecomb.apache.org

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


[GitHub] [servicecomb-java-chassis] dependabot[bot] closed pull request #3631: Bump byte-buddy from 1.12.23 to 1.13.0

Posted by "dependabot[bot] (via GitHub)" <gi...@apache.org>.
dependabot[bot] closed pull request #3631: Bump byte-buddy from 1.12.23 to 1.13.0
URL: https://github.com/apache/servicecomb-java-chassis/pull/3631


-- 
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: commits-unsubscribe@servicecomb.apache.org

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


[GitHub] [servicecomb-java-chassis] dependabot[bot] commented on pull request #3631: Bump byte-buddy from 1.12.23 to 1.13.0

Posted by "dependabot[bot] (via GitHub)" <gi...@apache.org>.
dependabot[bot] commented on PR #3631:
URL: https://github.com/apache/servicecomb-java-chassis/pull/3631#issuecomment-1436510661

   Superseded by #3642.


-- 
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: commits-unsubscribe@servicecomb.apache.org

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


[GitHub] [servicecomb-java-chassis] codecov-commenter commented on pull request #3631: Bump byte-buddy from 1.12.23 to 1.13.0

Posted by "codecov-commenter (via GitHub)" <gi...@apache.org>.
codecov-commenter commented on PR #3631:
URL: https://github.com/apache/servicecomb-java-chassis/pull/3631#issuecomment-1427533335

   # [Codecov](https://codecov.io/gh/apache/servicecomb-java-chassis/pull/3631?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) Report
   > Merging [#3631](https://codecov.io/gh/apache/servicecomb-java-chassis/pull/3631?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (ff13e3a) into [master](https://codecov.io/gh/apache/servicecomb-java-chassis/commit/83cba93fa7aa194580dd7117153c87fa6bc7765c?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (83cba93) will **increase** coverage by `0.01%`.
   > The diff coverage is `n/a`.
   
   ```diff
   @@             Coverage Diff              @@
   ##             master    #3631      +/-   ##
   ============================================
   + Coverage     42.87%   42.88%   +0.01%     
   - Complexity     5966     5968       +2     
   ============================================
     Files          1554     1554              
     Lines         38817    38817              
     Branches       3558     3558              
   ============================================
   + Hits          16642    16646       +4     
   + Misses        20885    20883       -2     
   + Partials       1290     1288       -2     
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/servicecomb-java-chassis/pull/3631?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | Coverage Δ | |
   |---|---|---|
   | [...he/servicecomb/foundation/common/net/NetUtils.java](https://codecov.io/gh/apache/servicecomb-java-chassis/pull/3631?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-Zm91bmRhdGlvbnMvZm91bmRhdGlvbi1jb21tb24vc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL3NlcnZpY2Vjb21iL2ZvdW5kYXRpb24vY29tbW9uL25ldC9OZXRVdGlscy5qYXZh) | `30.40% <0.00%> (+1.59%)` | :arrow_up: |
   | [.../servicecomb/registry/discovery/DiscoveryTree.java](https://codecov.io/gh/apache/servicecomb-java-chassis/pull/3631?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-Zm91bmRhdGlvbnMvZm91bmRhdGlvbi1yZWdpc3RyeS9zcmMvbWFpbi9qYXZhL29yZy9hcGFjaGUvc2VydmljZWNvbWIvcmVnaXN0cnkvZGlzY292ZXJ5L0Rpc2NvdmVyeVRyZWUuamF2YQ==) | `80.32% <0.00%> (+3.27%)` | :arrow_up: |
   
   :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=The+Apache+Software+Foundation)
   


-- 
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: commits-unsubscribe@servicecomb.apache.org

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