dependabot[bot] opened a new pull request, #4316: URL: https://github.com/apache/ignite-3/pull/4316
Bumps [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) from 1.14.18 to 1.15.1. <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.15.1</h2> <ul> <li>Revert default <code>EntryPoint</code> for Android Gradle plugin to use <code>DECORATE</code> unless explicitly specified due to many generic type errors in Kotlin classes.</li> </ul> <h2>Byte Buddy 1.15.0</h2> <ul> <li>Introduce <code>AsmClassWriter</code> and <code>AsmClassReader</code> abstractions that allow for plugging different implementations of readers and writers.</li> <li>Add configuration extension to the Android Gradle plugin and make it behave like regular Gradle plugin with standard configuration.</li> <li>Throw <code>TypeNotPresentException</code> upon discovering undeclared type variables as it was recently fixed on the JVM.</li> </ul> <h2>byte-buddy-1.14.19</h2> <ul> <li>Add Maven Mojo for transforming jars and for transforming dependencies folder.</li> <li>Better error handling for unresolved type variables.</li> <li>Allow loading arguments of the instrumented method in <code>MemberSubstitution</code>.</li> <li>Fix checks for method visibility.</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>29. August 2024: version 1.15.1</h3> <ul> <li>Revert default <code>EntryPoint</code> for Android Gradle plugin to use <code>DECORATE</code> unless explicitly specified due to many generic type errors in Kotlin classes.</li> </ul> <h3>23. August 2024: version 1.15.0</h3> <ul> <li>Introduce <code>AsmClassWriter</code> and <code>AsmClassReader</code> abstractions that allow for plugging different implementations of readers and writers.</li> <li>Add configuration extension to the Android Gradle plugin and make it behave like regular Gradle plugin with standard configuration.</li> <li>Throw <code>TypeNotPresentException</code> upon discovering undeclared type variables as it was recently fixed on the JVM.</li> </ul> <h3>16. August 2024: version 1.14.19</h3> <ul> <li>Add Maven Mojo for transforming jars and for transforming dependencies folder.</li> <li>Better error handling for unresolved type variables.</li> <li>Allow loading arguments of the instrumented method in <code>MemberSubstitution</code>.</li> <li>Fix checks for method visibility.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/raphw/byte-buddy/commit/c9ca7fc5127d269eaacc5230d3f8f6b8ccf6e4aa"><code>c9ca7fc</code></a> [maven-release-plugin] prepare release byte-buddy-1.15.1</li> <li><a href="https://github.com/raphw/byte-buddy/commit/c155b8b70de96a2708601cee5574efab3bb619fa"><code>c155b8b</code></a> [release] Release new version</li> <li><a href="https://github.com/raphw/byte-buddy/commit/b53e51407d69a2b1fbc918c99fa7efb153129d56"><code>b53e514</code></a> Adjust readme and default entry point for Android.</li> <li><a href="https://github.com/raphw/byte-buddy/commit/220250a2fd41125a2a25eeb90eab8ab2d6fe222d"><code>220250a</code></a> Update release notes and internal Byte Buddy.</li> <li><a href="https://github.com/raphw/byte-buddy/commit/27cb974266b9b86173de440cece10ff492b6e08c"><code>27cb974</code></a> [maven-release-plugin] prepare for next development iteration</li> <li><a href="https://github.com/raphw/byte-buddy/commit/7047adb489f94354674740acc193a990839d513c"><code>7047adb</code></a> [maven-release-plugin] prepare release byte-buddy-1.15.0</li> <li><a href="https://github.com/raphw/byte-buddy/commit/6d05733343d7275dc52aec693c59a42fd30d6757"><code>6d05733</code></a> [release] Release new version</li> <li><a href="https://github.com/raphw/byte-buddy/commit/28472f908277ea204604922fbc3e2f9417559b0c"><code>28472f9</code></a> Add missing javadoc.</li> <li><a href="https://github.com/raphw/byte-buddy/commit/16a83a47412b49ddcdbbaf0d076ecab30ee8fe88"><code>16a83a4</code></a> Remove use of raw type.</li> <li><a href="https://github.com/raphw/byte-buddy/commit/d94182eb78df72524a878fcda625217e96d08f0a"><code>d94182e</code></a> Removing one raw type warning from ByteBuddyAndroidPlugin (<a href="https://redirect.github.com/raphw/byte-buddy/issues/1702">#1702</a>)</li> <li>Additional commits viewable in <a href="https://github.com/raphw/byte-buddy/compare/byte-buddy-1.14.18...byte-buddy-1.15.1">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=gradle&previous-version=1.14.18&new-version=1.15.1)](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-unsubscr...@ignite.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org