dependabot[bot] opened a new pull request #124: URL: https://github.com/apache/aries-cdi/pull/124
Bumps `byte.buddy.version` from 1.11.15 to 1.12.8. Updates `byte-buddy` from 1.11.15 to 1.12.8 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/raphw/byte-buddy/releases">byte-buddy's releases</a>.</em></p> <blockquote> <h2>Byte Buddy 1.12.8</h2> <ul> <li>Make <code>Step</code> type in <code>MemberSubstitution</code> public as intended.</li> <li>Add factory that uses <code>ArrayDeque</code> instead of <code>LinkedList</code> if the used JVM supports it (Java 6+).</li> <li>Fix resolution of internal names for arrays in <code>TypeReferenceAdjustment</code>.</li> </ul> <h2>Byte Buddy 1.12.7</h2> <ul> <li>Adjust warm-up API to return warmed-up byte code.</li> <li>Check <em>release</em> property in Byte Buddy Maven plugin.</li> <li>Propagate exception from Byte Buddy's class file transformer to improve wrapping behavior.</li> <li>Avoid loading of <code>ElementType</code> when checking compatibility as the current VM might not provide all constants.</li> <li>Allow for disabling stack adjustment as it might not always be possible.</li> <li>Make stack adjustment more robust when <em>goto</em> targets contain stack values.</li> </ul> <h2>Byte Buddy 1.12.6</h2> <ul> <li>Mark argument for <code>equals</code> method as <code>@MaybeNull</code>.</li> <li>Mark argument for <code>ElementMatcher</code> as <code>@UnknownNull</code>.</li> </ul> <h2>Byte Buddy 1.12.5</h2> <ul> <li>Add alias annotations to avoid compilation warnings for optional findbugs dependency.</li> <li>Adjust <code>HashCodeEqualsPlugin</code> to allow for inclusion of custom annotation type on equals method parameter.</li> </ul> <h2>Byte Buddy 1.12.4</h2> <ul> <li>Make paths in Gradle plugin relative and therewith cachable.</li> <li>Add explicit check for empty or non-existent source folder to Maven and Gradle plugins.</li> <li>Add support for modules when accessing system class loader for <code>Nexus</code> or <code>Installer</code>.</li> <li>Add nullability annotations to all type members which are nullable and declare non-nullability the default.</li> </ul> <h2>Byte Buddy 1.12.3</h2> <ul> <li>Move configuration for Java version to extension and avoid implicit configuration during task execution to allow for using a configuration cache.</li> <li>Make fail last the alternative to fail fast instead of not failing the build. Enable fail fast by default in the Gradle plugin.</li> <li>Use instrumented type in <code>MemberSubstitution</code> to include newly added properties in its description.</li> </ul> <h2>Byte Buddy 1.12.2</h2> <ul> <li>Improve error message when class file version is not supported.</li> <li>Avoid duplication of fields to store auxiliary objects.</li> <li>Fix Gradle plugin to be skipped when input files are empty.</li> <li>Resolve dynamic bootstrap constant type correctly.</li> </ul> <h2>Byte Buddy 1.12.1</h2> <ul> <li>Fix binary incompatibility in <code>BaseNameResolver</code> for suffixing naming strategy.</li> <li>Introduce caller sensitive base name resolver for suffixing naming strategies and use it as default if Graal native image property is discovered.</li> </ul> <h2>Byte Buddy 1.12.0</h2> <ul> <li>Introduce detection for Graal native image execution.</li> <li>Correctly resolve interface implementations in revers order when compiling method graph.</li> <li>Adjust lambda instrumentation strategy to support Java 17.</li> </ul> <h2>Byte Buddy 1.11.22</h2> <ul> <li>Remove automatic frame padding mechanism in favor of explicit <em>NOP</em> instruction after injected blocks.</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <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>10. February 2022: version 1.12.8</h3> <ul> <li>Make <code>Step</code> type in <code>MemberSubstitution</code> public as intended.</li> <li>Add factory that uses <code>ArrayDeque</code> instead of <code>LinkedList</code> if the used JVM supports it (Java 6+).</li> <li>Fix resolution of internal names for arrays in <code>TypeReferenceAdjustment</code>.</li> </ul> <h3>15. January 2022: version 1.12.7</h3> <ul> <li>Adjust warm-up API to return warmed-up byte code.</li> <li>Check <em>release</em> property in Byte Buddy Maven plugin.</li> <li>Propagate exception from Byte Buddy's class file transformer to improve wrapping behavior.</li> <li>Avoid loading of <code>ElementType</code> when checking compatibility as the current VM might not provide all constants.</li> <li>Allow for disabling stack adjustment as it might not always be possible.</li> <li>Make stack adjustment more robust when <em>goto</em> targets contain stack values.</li> </ul> <h3>20. December 2021: version 1.12.6</h3> <ul> <li>Mark argument for <code>equals</code> method as <code>@MaybeNull</code>.</li> <li>Mark argument for <code>ElementMatcher</code> as <code>@UnknownNull</code>.</li> </ul> <h3>16. December 2021: version 1.12.5</h3> <ul> <li>Add alias annotations to avoid compilation warnings for optional findbugs dependency.</li> <li>Adjust <code>HashCodeEqualsPlugin</code> to allow for inclusion of custom annotation type on equals method parameter.</li> </ul> <h3>15. December 2021: version 1.12.4</h3> <ul> <li>Make paths in Gradle plugin relative and therewith cachable.</li> <li>Add explicit check for empty or non-existent source folder to Maven and Gradle plugins.</li> <li>Add support for modules when accessing system class loader for <code>Nexus</code> or <code>Installer</code>.</li> <li>Add nullability annotations to all type members which are nullable and declare non-nullability the default.</li> </ul> <h3>2. December 2021: version 1.12.3</h3> <ul> <li>Move configuration for Java version to extension and avoid implicit configuration during task execution to allow for using a configuration cache.</li> <li>Make fail last the alternative to fail fast instead of not failing the build. Enable fail fast by default in the Gradle plugin.</li> <li>Use instrumented type in <code>MemberSubstitution</code> to include newly added properties in its description.</li> </ul> <h3>22. November 2021: version 1.12.2</h3> <ul> <li>Improve error message when class file version is not supported.</li> <li>Avoid duplication of fields to store auxiliary objects.</li> <li>Fix Gradle plugin to be skipped when input files are empty.</li> <li>Resolve dynamic bootstrap constant type correctly.</li> </ul> <h3>9. November 2021: version 1.12.1</h3> <ul> <li>Fix binary incompatibility in <code>BaseNameResolver</code> for suffixing naming strategy.</li> <li>Introduce caller sensitive base name resolver for suffixing naming strategies and use it as default if Graal native image property is discovered.</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/raphw/byte-buddy/commit/79b6832770e451f87f745e6bc7ef9d2e3d48eb1c"><code>79b6832</code></a> [maven-release-plugin] prepare release byte-buddy-1.12.8</li> <li><a href="https://github.com/raphw/byte-buddy/commit/20cb0c069129ee795f19875b820adc656b4aa1ec"><code>20cb0c0</code></a> [release] New release</li> <li><a href="https://github.com/raphw/byte-buddy/commit/5d04341346aa0986716ced33e1a96ce7e4e39c91"><code>5d04341</code></a> Remove test from Java 11 builds where it crashes the JIT compiler currently.</li> <li><a href="https://github.com/raphw/byte-buddy/commit/dcee2613a5fc37835ce7325692d642145a4fabd9"><code>dcee261</code></a> Fix resolution of internal names of arrays in type reference adjustment.</li> <li><a href="https://github.com/raphw/byte-buddy/commit/79495b55ef574ce46664a8116895de284affe8f3"><code>79495b5</code></a> Make step type public.</li> <li><a href="https://github.com/raphw/byte-buddy/commit/fe5a21359748252b8d15b6c92c6d3ffa5a673541"><code>fe5a213</code></a> Move Graal file to correct location.</li> <li><a href="https://github.com/raphw/byte-buddy/commit/e055f9b412fe6233bbba08b349e86a4129535a82"><code>e055f9b</code></a> Add whitespace.</li> <li><a href="https://github.com/raphw/byte-buddy/commit/6b3362769a71a33d16c657a85e5631d4677916e0"><code>6b33627</code></a> Fix javadoc and naming.</li> <li><a href="https://github.com/raphw/byte-buddy/commit/7c8d22c973fcdc9443a4e22d8cd72ffeb8913db2"><code>7c8d22c</code></a> Introduce factory for creating ArrayDeque if JVM version supports it instead ...</li> <li><a href="https://github.com/raphw/byte-buddy/commit/8ef6c1b5a69d48d89844beb5aec9b530e4a26358"><code>8ef6c1b</code></a> Add release notes and increment internal Byte Buddy.</li> <li>Additional commits viewable in <a href="https://github.com/raphw/byte-buddy/compare/byte-buddy-1.11.15...byte-buddy-1.12.8">compare view</a></li> </ul> </details> <br /> Updates `byte-buddy-maven-plugin` from 1.11.15 to 1.12.8 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/raphw/byte-buddy/releases">byte-buddy-maven-plugin's releases</a>.</em></p> <blockquote> <h2>Byte Buddy 1.12.8</h2> <ul> <li>Make <code>Step</code> type in <code>MemberSubstitution</code> public as intended.</li> <li>Add factory that uses <code>ArrayDeque</code> instead of <code>LinkedList</code> if the used JVM supports it (Java 6+).</li> <li>Fix resolution of internal names for arrays in <code>TypeReferenceAdjustment</code>.</li> </ul> <h2>Byte Buddy 1.12.7</h2> <ul> <li>Adjust warm-up API to return warmed-up byte code.</li> <li>Check <em>release</em> property in Byte Buddy Maven plugin.</li> <li>Propagate exception from Byte Buddy's class file transformer to improve wrapping behavior.</li> <li>Avoid loading of <code>ElementType</code> when checking compatibility as the current VM might not provide all constants.</li> <li>Allow for disabling stack adjustment as it might not always be possible.</li> <li>Make stack adjustment more robust when <em>goto</em> targets contain stack values.</li> </ul> <h2>Byte Buddy 1.12.6</h2> <ul> <li>Mark argument for <code>equals</code> method as <code>@MaybeNull</code>.</li> <li>Mark argument for <code>ElementMatcher</code> as <code>@UnknownNull</code>.</li> </ul> <h2>Byte Buddy 1.12.5</h2> <ul> <li>Add alias annotations to avoid compilation warnings for optional findbugs dependency.</li> <li>Adjust <code>HashCodeEqualsPlugin</code> to allow for inclusion of custom annotation type on equals method parameter.</li> </ul> <h2>Byte Buddy 1.12.4</h2> <ul> <li>Make paths in Gradle plugin relative and therewith cachable.</li> <li>Add explicit check for empty or non-existent source folder to Maven and Gradle plugins.</li> <li>Add support for modules when accessing system class loader for <code>Nexus</code> or <code>Installer</code>.</li> <li>Add nullability annotations to all type members which are nullable and declare non-nullability the default.</li> </ul> <h2>Byte Buddy 1.12.3</h2> <ul> <li>Move configuration for Java version to extension and avoid implicit configuration during task execution to allow for using a configuration cache.</li> <li>Make fail last the alternative to fail fast instead of not failing the build. Enable fail fast by default in the Gradle plugin.</li> <li>Use instrumented type in <code>MemberSubstitution</code> to include newly added properties in its description.</li> </ul> <h2>Byte Buddy 1.12.2</h2> <ul> <li>Improve error message when class file version is not supported.</li> <li>Avoid duplication of fields to store auxiliary objects.</li> <li>Fix Gradle plugin to be skipped when input files are empty.</li> <li>Resolve dynamic bootstrap constant type correctly.</li> </ul> <h2>Byte Buddy 1.12.1</h2> <ul> <li>Fix binary incompatibility in <code>BaseNameResolver</code> for suffixing naming strategy.</li> <li>Introduce caller sensitive base name resolver for suffixing naming strategies and use it as default if Graal native image property is discovered.</li> </ul> <h2>Byte Buddy 1.12.0</h2> <ul> <li>Introduce detection for Graal native image execution.</li> <li>Correctly resolve interface implementations in revers order when compiling method graph.</li> <li>Adjust lambda instrumentation strategy to support Java 17.</li> </ul> <h2>Byte Buddy 1.11.22</h2> <ul> <li>Remove automatic frame padding mechanism in favor of explicit <em>NOP</em> instruction after injected blocks.</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/raphw/byte-buddy/blob/master/release-notes.md">byte-buddy-maven-plugin's changelog</a>.</em></p> <blockquote> <h3>10. February 2022: version 1.12.8</h3> <ul> <li>Make <code>Step</code> type in <code>MemberSubstitution</code> public as intended.</li> <li>Add factory that uses <code>ArrayDeque</code> instead of <code>LinkedList</code> if the used JVM supports it (Java 6+).</li> <li>Fix resolution of internal names for arrays in <code>TypeReferenceAdjustment</code>.</li> </ul> <h3>15. January 2022: version 1.12.7</h3> <ul> <li>Adjust warm-up API to return warmed-up byte code.</li> <li>Check <em>release</em> property in Byte Buddy Maven plugin.</li> <li>Propagate exception from Byte Buddy's class file transformer to improve wrapping behavior.</li> <li>Avoid loading of <code>ElementType</code> when checking compatibility as the current VM might not provide all constants.</li> <li>Allow for disabling stack adjustment as it might not always be possible.</li> <li>Make stack adjustment more robust when <em>goto</em> targets contain stack values.</li> </ul> <h3>20. December 2021: version 1.12.6</h3> <ul> <li>Mark argument for <code>equals</code> method as <code>@MaybeNull</code>.</li> <li>Mark argument for <code>ElementMatcher</code> as <code>@UnknownNull</code>.</li> </ul> <h3>16. December 2021: version 1.12.5</h3> <ul> <li>Add alias annotations to avoid compilation warnings for optional findbugs dependency.</li> <li>Adjust <code>HashCodeEqualsPlugin</code> to allow for inclusion of custom annotation type on equals method parameter.</li> </ul> <h3>15. December 2021: version 1.12.4</h3> <ul> <li>Make paths in Gradle plugin relative and therewith cachable.</li> <li>Add explicit check for empty or non-existent source folder to Maven and Gradle plugins.</li> <li>Add support for modules when accessing system class loader for <code>Nexus</code> or <code>Installer</code>.</li> <li>Add nullability annotations to all type members which are nullable and declare non-nullability the default.</li> </ul> <h3>2. December 2021: version 1.12.3</h3> <ul> <li>Move configuration for Java version to extension and avoid implicit configuration during task execution to allow for using a configuration cache.</li> <li>Make fail last the alternative to fail fast instead of not failing the build. Enable fail fast by default in the Gradle plugin.</li> <li>Use instrumented type in <code>MemberSubstitution</code> to include newly added properties in its description.</li> </ul> <h3>22. November 2021: version 1.12.2</h3> <ul> <li>Improve error message when class file version is not supported.</li> <li>Avoid duplication of fields to store auxiliary objects.</li> <li>Fix Gradle plugin to be skipped when input files are empty.</li> <li>Resolve dynamic bootstrap constant type correctly.</li> </ul> <h3>9. November 2021: version 1.12.1</h3> <ul> <li>Fix binary incompatibility in <code>BaseNameResolver</code> for suffixing naming strategy.</li> <li>Introduce caller sensitive base name resolver for suffixing naming strategies and use it as default if Graal native image property is discovered.</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/raphw/byte-buddy/commit/79b6832770e451f87f745e6bc7ef9d2e3d48eb1c"><code>79b6832</code></a> [maven-release-plugin] prepare release byte-buddy-1.12.8</li> <li><a href="https://github.com/raphw/byte-buddy/commit/20cb0c069129ee795f19875b820adc656b4aa1ec"><code>20cb0c0</code></a> [release] New release</li> <li><a href="https://github.com/raphw/byte-buddy/commit/5d04341346aa0986716ced33e1a96ce7e4e39c91"><code>5d04341</code></a> Remove test from Java 11 builds where it crashes the JIT compiler currently.</li> <li><a href="https://github.com/raphw/byte-buddy/commit/dcee2613a5fc37835ce7325692d642145a4fabd9"><code>dcee261</code></a> Fix resolution of internal names of arrays in type reference adjustment.</li> <li><a href="https://github.com/raphw/byte-buddy/commit/79495b55ef574ce46664a8116895de284affe8f3"><code>79495b5</code></a> Make step type public.</li> <li><a href="https://github.com/raphw/byte-buddy/commit/fe5a21359748252b8d15b6c92c6d3ffa5a673541"><code>fe5a213</code></a> Move Graal file to correct location.</li> <li><a href="https://github.com/raphw/byte-buddy/commit/e055f9b412fe6233bbba08b349e86a4129535a82"><code>e055f9b</code></a> Add whitespace.</li> <li><a href="https://github.com/raphw/byte-buddy/commit/6b3362769a71a33d16c657a85e5631d4677916e0"><code>6b33627</code></a> Fix javadoc and naming.</li> <li><a href="https://github.com/raphw/byte-buddy/commit/7c8d22c973fcdc9443a4e22d8cd72ffeb8913db2"><code>7c8d22c</code></a> Introduce factory for creating ArrayDeque if JVM version supports it instead ...</li> <li><a href="https://github.com/raphw/byte-buddy/commit/8ef6c1b5a69d48d89844beb5aec9b530e4a26358"><code>8ef6c1b</code></a> Add release notes and increment internal Byte Buddy.</li> <li>Additional commits viewable in <a href="https://github.com/raphw/byte-buddy/compare/byte-buddy-1.11.15...byte-buddy-1.12.8">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 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]
