dependabot[bot] opened a new pull request, #15906: URL: https://github.com/apache/dubbo/pull/15906
Bumps `byte-buddy_version` from 1.17.6 to 1.18.3. Updates `net.bytebuddy:byte-buddy` from 1.17.6 to 1.18.3 <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.18.3</h2> <ul> <li>Avoid using Class File API when Byte Buddy is loaded on the boot loader where multi-release jars are not available.</li> <li>Add additional safety when processing class files with illegally formed parameters.</li> <li>Update to latest ASM.</li> </ul> <h2>Byte Buddy 1.18.2</h2> <ul> <li>Support modifiers for value classes in Valhalla builds.</li> <li>Improve use of build cache in Gradle.</li> </ul> <h2>Byte Buddy 1.18.1</h2> <ul> <li>Fix generated module-info to include new package.</li> </ul> <h2>Byte Buddy 1.18.0</h2> <ul> <li>Add support for <code>module-info</code> class files and <code>ModuleDescription</code>s.</li> <li>Allow for manipulating module information using the <code>ByteBuddy</code> API.</li> </ul> <h2>Byte Buddy 1.17.8</h2> <ul> <li>Avoid use of types that are deprecated as of Java 26.</li> <li>Include ASM 9.9 that offers ASM support for Java 26.</li> <li>Make sure that generated code internal to Byte Buddy supports CDS if available.</li> <li>Update version of ASM to JDK Class File API bridge to fix some minor bugs related to type annotations.</li> </ul> <h2>Byte Buddy 1.17.7</h2> <ul> <li>Specify correct JVM environment for Android builds when using the Gradle plugin.</li> <li>Avoid recomputing the size of a parameter list for performance reasons after measuring the significant impact.</li> <li>Correct validation of JVM names to avoid breaking when Java names are not allowed while JVM names are, with Kotlin and others.</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> <h3>26. November 2025: version 1.18.3</h3> <ul> <li>Avoid using Class File API when Byte Buddy is loaded on the boot loader where multi-release jars are not available.</li> <li>Add additional safety when processing class files with illegally formed parameters.</li> <li>Update to latest ASM.</li> </ul> <h3>26. November 2025: version 1.18.2</h3> <ul> <li>Support modifiers for value classes in Valhalla builds.</li> <li>Improve use of build cache in Gradle.</li> </ul> <h3>12. November 2025: version 1.18.1</h3> <ul> <li>Fix generated module-info to include new package.</li> </ul> <h3>11. November 2025: version 1.18.0</h3> <ul> <li>Add support for <code>module-info</code> class files and <code>ModuleDescription</code>s.</li> <li>Allow for manipulating module information using the <code>ByteBuddy</code> API.</li> </ul> <h3>8. October 2025: version 1.17.8</h3> <ul> <li>Avoid use of types that are deprecated as of Java 26.</li> <li>Include ASM 9.9 that offers ASM support for Java 26.</li> <li>Make sure that generated code internal to Byte Buddy supports CDS if available.</li> <li>Update version of ASM to JDK Class File API bridge to fix some minor bugs related to type annotations.</li> </ul> <h3>17. August 2025: version 1.17.7</h3> <ul> <li>Specify correct JVM environment for Android builds when using the Gradle plugin.</li> <li>Avoid recomputing the size of a parameter list for performance reasons after measuring the significant impact.</li> <li>Correct validation of JVM names to avoid breaking when Java names are not allowed while JVM names are, with Kotlin and others.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/raphw/byte-buddy/commit/6f358c88206e83c51f3b853b3d2c72454d5dfd90"><code>6f358c8</code></a> [maven-release-plugin] prepare release byte-buddy-1.18.3</li> <li><a href="https://github.com/raphw/byte-buddy/commit/57df2c7c97c3256d67e21c6a5783ca1c75dd593c"><code>57df2c7</code></a> [release] Release new version.</li> <li><a href="https://github.com/raphw/byte-buddy/commit/1111a184db52ff57166188f4840565614bcad5b9"><code>1111a18</code></a> [release] Release new version.</li> <li><a href="https://github.com/raphw/byte-buddy/commit/6698c45b1591ba3a26d52054a543e23b6d68ef47"><code>6698c45</code></a> [release] Release new version</li> <li><a href="https://github.com/raphw/byte-buddy/commit/04a89c6b16b70482f60976bd4fab20932e441a0c"><code>04a89c6</code></a> Avoid using class file API when loaded on the boot path as multi release jar ...</li> <li><a href="https://github.com/raphw/byte-buddy/commit/ba05f0d57456911ebf051c48a3a84a0bfa8f3367"><code>ba05f0d</code></a> Remove unused import.</li> <li><a href="https://github.com/raphw/byte-buddy/commit/ec50316e6a744d3933dc340d858250351a935f2b"><code>ec50316</code></a> Adds safety for illegally compiled parameters.</li> <li><a href="https://github.com/raphw/byte-buddy/commit/e720b5e56fd0057bad167fda4513b7a9e4eb7664"><code>e720b5e</code></a> Update README.md</li> <li><a href="https://github.com/raphw/byte-buddy/commit/a966b041d49dbeac33fc07e536a40a695922fbe9"><code>a966b04</code></a> Update README.md</li> <li><a href="https://github.com/raphw/byte-buddy/commit/dfa50adc65fde0ba3d82de7e67365f581ac02943"><code>dfa50ad</code></a> Update release notes and internal Byte Buddy.</li> <li>Additional commits viewable in <a href="https://github.com/raphw/byte-buddy/compare/byte-buddy-1.17.6...byte-buddy-1.18.3">compare view</a></li> </ul> </details> <br /> Updates `net.bytebuddy:byte-buddy-agent` from 1.17.6 to 1.18.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/raphw/byte-buddy/releases">net.bytebuddy:byte-buddy-agent's releases</a>.</em></p> <blockquote> <h2>Byte Buddy 1.18.3</h2> <ul> <li>Avoid using Class File API when Byte Buddy is loaded on the boot loader where multi-release jars are not available.</li> <li>Add additional safety when processing class files with illegally formed parameters.</li> <li>Update to latest ASM.</li> </ul> <h2>Byte Buddy 1.18.2</h2> <ul> <li>Support modifiers for value classes in Valhalla builds.</li> <li>Improve use of build cache in Gradle.</li> </ul> <h2>Byte Buddy 1.18.1</h2> <ul> <li>Fix generated module-info to include new package.</li> </ul> <h2>Byte Buddy 1.18.0</h2> <ul> <li>Add support for <code>module-info</code> class files and <code>ModuleDescription</code>s.</li> <li>Allow for manipulating module information using the <code>ByteBuddy</code> API.</li> </ul> <h2>Byte Buddy 1.17.8</h2> <ul> <li>Avoid use of types that are deprecated as of Java 26.</li> <li>Include ASM 9.9 that offers ASM support for Java 26.</li> <li>Make sure that generated code internal to Byte Buddy supports CDS if available.</li> <li>Update version of ASM to JDK Class File API bridge to fix some minor bugs related to type annotations.</li> </ul> <h2>Byte Buddy 1.17.7</h2> <ul> <li>Specify correct JVM environment for Android builds when using the Gradle plugin.</li> <li>Avoid recomputing the size of a parameter list for performance reasons after measuring the significant impact.</li> <li>Correct validation of JVM names to avoid breaking when Java names are not allowed while JVM names are, with Kotlin and others.</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-agent's changelog</a>.</em></p> <blockquote> <h3>26. November 2025: version 1.18.3</h3> <ul> <li>Avoid using Class File API when Byte Buddy is loaded on the boot loader where multi-release jars are not available.</li> <li>Add additional safety when processing class files with illegally formed parameters.</li> <li>Update to latest ASM.</li> </ul> <h3>26. November 2025: version 1.18.2</h3> <ul> <li>Support modifiers for value classes in Valhalla builds.</li> <li>Improve use of build cache in Gradle.</li> </ul> <h3>12. November 2025: version 1.18.1</h3> <ul> <li>Fix generated module-info to include new package.</li> </ul> <h3>11. November 2025: version 1.18.0</h3> <ul> <li>Add support for <code>module-info</code> class files and <code>ModuleDescription</code>s.</li> <li>Allow for manipulating module information using the <code>ByteBuddy</code> API.</li> </ul> <h3>8. October 2025: version 1.17.8</h3> <ul> <li>Avoid use of types that are deprecated as of Java 26.</li> <li>Include ASM 9.9 that offers ASM support for Java 26.</li> <li>Make sure that generated code internal to Byte Buddy supports CDS if available.</li> <li>Update version of ASM to JDK Class File API bridge to fix some minor bugs related to type annotations.</li> </ul> <h3>17. August 2025: version 1.17.7</h3> <ul> <li>Specify correct JVM environment for Android builds when using the Gradle plugin.</li> <li>Avoid recomputing the size of a parameter list for performance reasons after measuring the significant impact.</li> <li>Correct validation of JVM names to avoid breaking when Java names are not allowed while JVM names are, with Kotlin and others.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/raphw/byte-buddy/commit/6f358c88206e83c51f3b853b3d2c72454d5dfd90"><code>6f358c8</code></a> [maven-release-plugin] prepare release byte-buddy-1.18.3</li> <li><a href="https://github.com/raphw/byte-buddy/commit/57df2c7c97c3256d67e21c6a5783ca1c75dd593c"><code>57df2c7</code></a> [release] Release new version.</li> <li><a href="https://github.com/raphw/byte-buddy/commit/1111a184db52ff57166188f4840565614bcad5b9"><code>1111a18</code></a> [release] Release new version.</li> <li><a href="https://github.com/raphw/byte-buddy/commit/6698c45b1591ba3a26d52054a543e23b6d68ef47"><code>6698c45</code></a> [release] Release new version</li> <li><a href="https://github.com/raphw/byte-buddy/commit/04a89c6b16b70482f60976bd4fab20932e441a0c"><code>04a89c6</code></a> Avoid using class file API when loaded on the boot path as multi release jar ...</li> <li><a href="https://github.com/raphw/byte-buddy/commit/ba05f0d57456911ebf051c48a3a84a0bfa8f3367"><code>ba05f0d</code></a> Remove unused import.</li> <li><a href="https://github.com/raphw/byte-buddy/commit/ec50316e6a744d3933dc340d858250351a935f2b"><code>ec50316</code></a> Adds safety for illegally compiled parameters.</li> <li><a href="https://github.com/raphw/byte-buddy/commit/e720b5e56fd0057bad167fda4513b7a9e4eb7664"><code>e720b5e</code></a> Update README.md</li> <li><a href="https://github.com/raphw/byte-buddy/commit/a966b041d49dbeac33fc07e536a40a695922fbe9"><code>a966b04</code></a> Update README.md</li> <li><a href="https://github.com/raphw/byte-buddy/commit/dfa50adc65fde0ba3d82de7e67365f581ac02943"><code>dfa50ad</code></a> Update release notes and internal Byte Buddy.</li> <li>Additional commits viewable in <a href="https://github.com/raphw/byte-buddy/compare/byte-buddy-1.17.6...byte-buddy-1.18.3">compare view</a></li> </ul> </details> <br /> 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
