You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@aries.apache.org by GitBox <gi...@apache.org> on 2020/12/03 06:38:43 UTC

[GitHub] [aries-cdi] dependabot[bot] opened a new pull request #62: Bump byte.buddy.version from 1.10.6 to 1.10.18

dependabot[bot] opened a new pull request #62:
URL: https://github.com/apache/aries-cdi/pull/62


   Bumps `byte.buddy.version` from 1.10.6 to 1.10.18.
   Updates `byte-buddy` from 1.10.6 to 1.10.18
   <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.10.18</h2>
   <ul>
   <li>Fixes descriptor used for method handle constant of field.</li>
   <li>Fixes assignability check for varargs.</li>
   <li>Allow using static interface methods for bootstraping.</li>
   <li>Allow providing null to setsValue for field assignment.</li>
   <li>Cleans up providing of constant arguments as type description, enum or constant.</li>
   <li>Support getPackage in legacy class loaders.</li>
   <li>Allow method call by matcher on private method of instrumented type.</li>
   </ul>
   <h2>Byte Buddy 1.10.17</h2>
   <ul>
   <li>Adjust Gradle plugin to properly consider registration order with the Java plugin.</li>
   <li>Correct task adjustment when using Byte Buddy in a multimodule project.</li>
   </ul>
   <h2>Byte Buddy 1.10.16</h2>
   <ul>
   <li>Update to ASM 9 for full support of sealed types.</li>
   </ul>
   <h2>Byte Buddy 1.10.15</h2>
   <ul>
   <li>Rewrite of Gradle plugin, including support for incremental builds.</li>
   <li>Fix <code>MethodCall</code> bug when loading arguments from array.</li>
   <li>Mark rebased methods <code>private final</code> as required by the JVM when using a native method preifx.</li>
   <li>Fix stack excess monitoring when using advice to discover excess stack values correctly to avoid verifier error.</li>
   </ul>
   <h2>Byte Buddy 1.10.14</h2>
   <ul>
   <li>Fix build config to include Eclipse e2e file.</li>
   <li>Allow for not printing a warning if no file is transformed in build plugin.</li>
   <li>Fix invokability check in <code>MethodCall</code> validation.</li>
   <li>Avoid premature validation of <code>InstrumentType</code>'s method modifiers.</li>
   <li>Use type cache by default when using loaded type class pool since class lookup showed to be rather expensive.</li>
   </ul>
   <h2>Byte Buddy 1.10.13</h2>
   <ul>
   <li>Add possibility to filter class loaders before attempting to load a class using the <code>AgentBuilder</code>'s resubmission feature.</li>
   <li>Add <code>nameOf</code> matcher for more efficient string matching based on a hash set.</li>
   </ul>
   <h2>Byte Buddy 1.10.12</h2>
   <ul>
   <li>Experimental support for Java 16.</li>
   <li>Support all constant pool constant types in all APIs.</li>
   <li>Adjust methods for bootstrap arguments to allow types of <em>constantdynamic</em> constants.</li>
   <li>Correctly resolve handle type for method handles on private constructors.</li>
   <li>Fix stack size computation for minimal methods in <code>Advice</code>.</li>
   </ul>
   <h2>Byte Buddy 1.10.11</h2>
   <ul>
   <li>Emit full frame after super or auxiliary constructor call in constructors if no full frame was already issued within this constructor.</li>
   <li>Support methods that start with a stack map frame before any code.</li>
   <li>Pop array after <code>@AllArguments</code> parameter.</li>
   <li>Fix source inclusion for ASM commons.</li>
   <li>Avoid resolution of detached types when replacing target types in generic arrays on members of instrumented types.</li>
   <li>Fix validation of member substitution.</li>
   <li>Include post processor for <code>Advice</code>.</li>
   </ul>
   <h2>Byte Buddy 1.10.10</h2>
   <!-- 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>1. November 2020: version 1.10.18</h3>
   <ul>
   <li>Fixes descriptor used for method handle constant of field.</li>
   <li>Fixes assignability check for varargs.</li>
   <li>Allow using static interface methods for bootstraping.</li>
   <li>Allow providing null to setsValue for field assignment.</li>
   <li>Cleans up providing of constant arguments as type description, enum or constant.</li>
   <li>Support getPackage in legacy class loaders.</li>
   <li>Allow method call by matcher on private method of instrumented type.</li>
   </ul>
   <h3>7. October 2020: version 1.10.17</h3>
   <ul>
   <li>Adjust Gradle plugin to properly consider registration order with the Java plugin.</li>
   <li>Correct task adjustment when using Byte Buddy in a multimodule project.</li>
   </ul>
   <h3>23. September 2020: version 1.10.16</h3>
   <ul>
   <li>Update to ASM 9 for full support of sealed types.</li>
   </ul>
   <h3>19. September 2020: version 1.10.15</h3>
   <ul>
   <li>Rewrite of Gradle plugin, including support for incremental builds.</li>
   <li>Fix <code>MethodCall</code> bug when loading arguments from array.</li>
   <li>Mark rebased methods <code>private final</code> as required by the JVM when using a native method preifx.</li>
   <li>Fix stack excess monitoring when using advice to discover excess stack values correctly to avoid verifier error.</li>
   </ul>
   <h3>31. July 2020: version 1.10.14</h3>
   <ul>
   <li>Fix build config to include Eclipse e2e file.</li>
   <li>Allow for not printing a warning if no file is transformed in build plugin.</li>
   <li>Fix invokability check in <code>MethodCall</code> validation.</li>
   <li>Avoid premature validation of <code>InstrumentType</code>'s method modifiers.</li>
   <li>Use type cache by default when using loaded type class pool since class lookup showed to be rather expensive.</li>
   </ul>
   <h3>27. June 2020: version 1.10.13</h3>
   <ul>
   <li>Add possibility to filter class loaders before attempting to load a class using the <code>AgentBuilder</code>'s resubmission feature.</li>
   <li>Add <code>nameOf</code> matcher for more efficient string matching based on a hash set.</li>
   </ul>
   <h3>18. June 2020: version 1.10.12</h3>
   <ul>
   <li>Experimental support for Java 16.</li>
   <li>Support all constant pool constant types in all APIs.</li>
   <li>Adjust methods for bootstrap arguments to allow types of <em>constantdynamic</em> constants.</li>
   <li>Correctly resolve handle type for method handles on private constructors.</li>
   <li>Fix stack size computation for minimal methods in <code>Advice</code>.</li>
   </ul>
   <h3>4. June 2020: version 1.10.11</h3>
   <ul>
   <li>Emit full frame after super or auxiliary constructor call in constructors if no full frame was already issued within this constructor.</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/3a0f4626c45379cfed0a49092d6a20cecc54b0d1"><code>3a0f462</code></a> [maven-release-plugin] prepare release byte-buddy-1.10.18</li>
   <li><a href="https://github.com/raphw/byte-buddy/commit/3b0aa086d6a907781d2fbbe6c726e92e886a475d"><code>3b0aa08</code></a> [release] New release after last attempt failed</li>
   <li><a href="https://github.com/raphw/byte-buddy/commit/46e55c65ae575c151a468468301f03a75c7afc8f"><code>46e55c6</code></a> Merge branch 'master' of github.com:raphw/byte-buddy</li>
   <li><a href="https://github.com/raphw/byte-buddy/commit/86ac978e18442a624a0dd3d8287e97028c52857d"><code>86ac978</code></a> [release] New release - Remove illegal javadoc reference which require newer ...</li>
   <li><a href="https://github.com/raphw/byte-buddy/commit/f980203007c672081fcd4f8c77645bf19ab67713"><code>f980203</code></a> [maven-release-plugin] prepare for next development iteration</li>
   <li><a href="https://github.com/raphw/byte-buddy/commit/7e74af619353dbf4484b2706452618597a981338"><code>7e74af6</code></a> [maven-release-plugin] prepare release byte-buddy-1.10.18</li>
   <li><a href="https://github.com/raphw/byte-buddy/commit/de122531b2bdddcbfa86bb0581f33dc9231f0198"><code>de12253</code></a> [release] New release</li>
   <li><a href="https://github.com/raphw/byte-buddy/commit/df43a1597e1a482ca840cc557c4b4768f2ec94fb"><code>df43a15</code></a> Include private methods of instrumented type.</li>
   <li><a href="https://github.com/raphw/byte-buddy/commit/c72ca0990de195c8465e13385e407c6b72d04e63"><code>c72ca09</code></a> Add consistency to constant resolution.</li>
   <li><a href="https://github.com/raphw/byte-buddy/commit/7138b6d736ad381b1e49dabbf2be8cf10d7d2e9e"><code>7138b6d</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/raphw/byte-buddy/issues/962">#962</a> from ljnelson/issue-961</li>
   <li>Additional commits viewable in <a href="https://github.com/raphw/byte-buddy/compare/byte-buddy-1.10.6...byte-buddy-1.10.18">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `byte-buddy-maven-plugin` from 1.10.6 to 1.10.18
   <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.10.18</h2>
   <ul>
   <li>Fixes descriptor used for method handle constant of field.</li>
   <li>Fixes assignability check for varargs.</li>
   <li>Allow using static interface methods for bootstraping.</li>
   <li>Allow providing null to setsValue for field assignment.</li>
   <li>Cleans up providing of constant arguments as type description, enum or constant.</li>
   <li>Support getPackage in legacy class loaders.</li>
   <li>Allow method call by matcher on private method of instrumented type.</li>
   </ul>
   <h2>Byte Buddy 1.10.17</h2>
   <ul>
   <li>Adjust Gradle plugin to properly consider registration order with the Java plugin.</li>
   <li>Correct task adjustment when using Byte Buddy in a multimodule project.</li>
   </ul>
   <h2>Byte Buddy 1.10.16</h2>
   <ul>
   <li>Update to ASM 9 for full support of sealed types.</li>
   </ul>
   <h2>Byte Buddy 1.10.15</h2>
   <ul>
   <li>Rewrite of Gradle plugin, including support for incremental builds.</li>
   <li>Fix <code>MethodCall</code> bug when loading arguments from array.</li>
   <li>Mark rebased methods <code>private final</code> as required by the JVM when using a native method preifx.</li>
   <li>Fix stack excess monitoring when using advice to discover excess stack values correctly to avoid verifier error.</li>
   </ul>
   <h2>Byte Buddy 1.10.14</h2>
   <ul>
   <li>Fix build config to include Eclipse e2e file.</li>
   <li>Allow for not printing a warning if no file is transformed in build plugin.</li>
   <li>Fix invokability check in <code>MethodCall</code> validation.</li>
   <li>Avoid premature validation of <code>InstrumentType</code>'s method modifiers.</li>
   <li>Use type cache by default when using loaded type class pool since class lookup showed to be rather expensive.</li>
   </ul>
   <h2>Byte Buddy 1.10.13</h2>
   <ul>
   <li>Add possibility to filter class loaders before attempting to load a class using the <code>AgentBuilder</code>'s resubmission feature.</li>
   <li>Add <code>nameOf</code> matcher for more efficient string matching based on a hash set.</li>
   </ul>
   <h2>Byte Buddy 1.10.12</h2>
   <ul>
   <li>Experimental support for Java 16.</li>
   <li>Support all constant pool constant types in all APIs.</li>
   <li>Adjust methods for bootstrap arguments to allow types of <em>constantdynamic</em> constants.</li>
   <li>Correctly resolve handle type for method handles on private constructors.</li>
   <li>Fix stack size computation for minimal methods in <code>Advice</code>.</li>
   </ul>
   <h2>Byte Buddy 1.10.11</h2>
   <ul>
   <li>Emit full frame after super or auxiliary constructor call in constructors if no full frame was already issued within this constructor.</li>
   <li>Support methods that start with a stack map frame before any code.</li>
   <li>Pop array after <code>@AllArguments</code> parameter.</li>
   <li>Fix source inclusion for ASM commons.</li>
   <li>Avoid resolution of detached types when replacing target types in generic arrays on members of instrumented types.</li>
   <li>Fix validation of member substitution.</li>
   <li>Include post processor for <code>Advice</code>.</li>
   </ul>
   <h2>Byte Buddy 1.10.10</h2>
   <!-- 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>1. November 2020: version 1.10.18</h3>
   <ul>
   <li>Fixes descriptor used for method handle constant of field.</li>
   <li>Fixes assignability check for varargs.</li>
   <li>Allow using static interface methods for bootstraping.</li>
   <li>Allow providing null to setsValue for field assignment.</li>
   <li>Cleans up providing of constant arguments as type description, enum or constant.</li>
   <li>Support getPackage in legacy class loaders.</li>
   <li>Allow method call by matcher on private method of instrumented type.</li>
   </ul>
   <h3>7. October 2020: version 1.10.17</h3>
   <ul>
   <li>Adjust Gradle plugin to properly consider registration order with the Java plugin.</li>
   <li>Correct task adjustment when using Byte Buddy in a multimodule project.</li>
   </ul>
   <h3>23. September 2020: version 1.10.16</h3>
   <ul>
   <li>Update to ASM 9 for full support of sealed types.</li>
   </ul>
   <h3>19. September 2020: version 1.10.15</h3>
   <ul>
   <li>Rewrite of Gradle plugin, including support for incremental builds.</li>
   <li>Fix <code>MethodCall</code> bug when loading arguments from array.</li>
   <li>Mark rebased methods <code>private final</code> as required by the JVM when using a native method preifx.</li>
   <li>Fix stack excess monitoring when using advice to discover excess stack values correctly to avoid verifier error.</li>
   </ul>
   <h3>31. July 2020: version 1.10.14</h3>
   <ul>
   <li>Fix build config to include Eclipse e2e file.</li>
   <li>Allow for not printing a warning if no file is transformed in build plugin.</li>
   <li>Fix invokability check in <code>MethodCall</code> validation.</li>
   <li>Avoid premature validation of <code>InstrumentType</code>'s method modifiers.</li>
   <li>Use type cache by default when using loaded type class pool since class lookup showed to be rather expensive.</li>
   </ul>
   <h3>27. June 2020: version 1.10.13</h3>
   <ul>
   <li>Add possibility to filter class loaders before attempting to load a class using the <code>AgentBuilder</code>'s resubmission feature.</li>
   <li>Add <code>nameOf</code> matcher for more efficient string matching based on a hash set.</li>
   </ul>
   <h3>18. June 2020: version 1.10.12</h3>
   <ul>
   <li>Experimental support for Java 16.</li>
   <li>Support all constant pool constant types in all APIs.</li>
   <li>Adjust methods for bootstrap arguments to allow types of <em>constantdynamic</em> constants.</li>
   <li>Correctly resolve handle type for method handles on private constructors.</li>
   <li>Fix stack size computation for minimal methods in <code>Advice</code>.</li>
   </ul>
   <h3>4. June 2020: version 1.10.11</h3>
   <ul>
   <li>Emit full frame after super or auxiliary constructor call in constructors if no full frame was already issued within this constructor.</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/3a0f4626c45379cfed0a49092d6a20cecc54b0d1"><code>3a0f462</code></a> [maven-release-plugin] prepare release byte-buddy-1.10.18</li>
   <li><a href="https://github.com/raphw/byte-buddy/commit/3b0aa086d6a907781d2fbbe6c726e92e886a475d"><code>3b0aa08</code></a> [release] New release after last attempt failed</li>
   <li><a href="https://github.com/raphw/byte-buddy/commit/46e55c65ae575c151a468468301f03a75c7afc8f"><code>46e55c6</code></a> Merge branch 'master' of github.com:raphw/byte-buddy</li>
   <li><a href="https://github.com/raphw/byte-buddy/commit/86ac978e18442a624a0dd3d8287e97028c52857d"><code>86ac978</code></a> [release] New release - Remove illegal javadoc reference which require newer ...</li>
   <li><a href="https://github.com/raphw/byte-buddy/commit/f980203007c672081fcd4f8c77645bf19ab67713"><code>f980203</code></a> [maven-release-plugin] prepare for next development iteration</li>
   <li><a href="https://github.com/raphw/byte-buddy/commit/7e74af619353dbf4484b2706452618597a981338"><code>7e74af6</code></a> [maven-release-plugin] prepare release byte-buddy-1.10.18</li>
   <li><a href="https://github.com/raphw/byte-buddy/commit/de122531b2bdddcbfa86bb0581f33dc9231f0198"><code>de12253</code></a> [release] New release</li>
   <li><a href="https://github.com/raphw/byte-buddy/commit/df43a1597e1a482ca840cc557c4b4768f2ec94fb"><code>df43a15</code></a> Include private methods of instrumented type.</li>
   <li><a href="https://github.com/raphw/byte-buddy/commit/c72ca0990de195c8465e13385e407c6b72d04e63"><code>c72ca09</code></a> Add consistency to constant resolution.</li>
   <li><a href="https://github.com/raphw/byte-buddy/commit/7138b6d736ad381b1e49dabbf2be8cf10d7d2e9e"><code>7138b6d</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/raphw/byte-buddy/issues/962">#962</a> from ljnelson/issue-961</li>
   <li>Additional commits viewable in <a href="https://github.com/raphw/byte-buddy/compare/byte-buddy-1.10.6...byte-buddy-1.10.18">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.

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



[GitHub] [aries-cdi] rotty3000 merged pull request #62: Bump byte.buddy.version from 1.10.6 to 1.10.18

Posted by GitBox <gi...@apache.org>.
rotty3000 merged pull request #62:
URL: https://github.com/apache/aries-cdi/pull/62


   


----------------------------------------------------------------
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.

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