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

[PR] Bump byte-buddy.version from 1.12.6 to 1.13.0 (streampipes)

dependabot[bot] opened a new pull request, #1283:
URL: https://github.com/apache/streampipes/pull/1283

   Bumps `byte-buddy.version` from 1.12.6 to 1.13.0.
   Updates `byte-buddy` from 1.12.6 to 1.13.0
   <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.23</h2>
   <ul>
   <li>Allow using <code>ClassFileLocator</code> to <code>AgentBuilder</code> to append boot-injected types.</li>
   <li>Add <code>RenamingPlugin</code> that allows for migration of names using the build plugin.</li>
   <li>Add wrapper method to <code>ForAdvice</code> transformation to allow for easier wrapping.</li>
   <li>Fix Gradle plugin <em>raw</em> folder and improve detection of unused configurations.</li>
   <li>Add additional default <code>Step</code>s to <code>MemberSubstitution</code> to reduce need for custom bytecode generation.</li>
   </ul>
   <h2>Byte Buddy 1.12.22</h2>
   <ul>
   <li>Support <code>MethodHandle</code> and <code>MethodType</code> in <code>Advice.Origin</code> annotation.</li>
   <li>Support <code>MethodHandles.Lookup</code> in <code>Origin</code> and <code>Advice.Origin</code> annotations.</li>
   <li>Use modern API for Gradle Android API, if available, to avoid now failing cast.</li>
   </ul>
   <h2>Byte Buddy 1.12.21</h2>
   <ul>
   <li>Create a Gradle source set for each JVM build automatically to reduce boilerplate.</li>
   <li>Fix Gradle plugin class loading to use correct class loader.</li>
   <li>Use updated release plugin to avoid outdated timestamp in jar.</li>
   </ul>
   <h2>Byte Buddy 1.12.20</h2>
   <ul>
   <li>Avoid stack overflow error when type variable cannot be resolve during error message generation.</li>
   <li>Allow dumping error message to file when remote attach fails.</li>
   </ul>
   <h2>Byte Buddy 1.12.19</h2>
   <ul>
   <li>Avoid possible lock through circular class loading of <code>TypeDescription</code> subtypes.</li>
   <li>Avoid access error when using unsafe API on Java 17 with an active security manager.</li>
   <li>Close URL class loader used in Gradle plugin.</li>
   </ul>
   <h2>Byte Buddy 1.12.18</h2>
   <ul>
   <li>Allow writing to field from enter <code>Advice</code> in constructor, as byte code allows it.</li>
   <li>Refactor Android plugin processor to avoid skipping local classes.</li>
   <li>Improve staleness filter for Maven plugin.</li>
   <li>Fix incorrect resolution of custom bound invokedynamic values in <code>Advice</code>.</li>
   </ul>
   <h2>Byte Buddy 1.12.17</h2>
   <ul>
   <li>Use decorating <code>EntryPoint</code> in Android Gradle plugin.</li>
   <li>Introduce <code>PatchMode</code> on <code>AgentBuilder</code> patching to allow for control over overlap.</li>
   </ul>
   <h2>Byte Buddy 1.12.16</h2>
   <ul>
   <li>Fix Gradle release script to publish plugin.</li>
   </ul>
   <h2>Byte Buddy 1.12.15</h2>
   <ul>
   <li>Introduce ClassVisitorFactory which allows to translate to and from class wrappers in a different ASM namespace.</li>
   <li>Allow builders to change to ClassVisitors.</li>
   <li>Add support for Android instrumentation from Gradle plugin.</li>
   </ul>
   <h2>Byte Buddy 1.12.14</h2>
   <ul>
   <li>Add <code>wrap</code> method to <code>DynamicType.Builder</code> that allows for the representation of a dynamic type via a <code>ClassVisitor</code>.</li>
   <li>Add <code>ClassVisitorFactory</code> that allows to translate between Byte Buddy's, the original, or other shaded representations of ASM.</li>
   <li>Fix visibility check for types in the default package.</li>
   <li>Return correct value for types in the default package.</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>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>
   <h3>5. February 2023: version 1.12.23</h3>
   <ul>
   <li>Allow using <code>ClassFileLocator</code> to <code>AgentBuilder</code> to append boot-injected types.</li>
   <li>Add <code>RenamingPlugin</code> that allows for migration of names using the build plugin.</li>
   <li>Add wrapper method to <code>ForAdvice</code> transformation to allow for easier wrapping.</li>
   <li>Fix Gradle plugin <em>raw</em> folder and improve detection of unused configurations.</li>
   <li>Add additional default <code>Step</code>s to <code>MemberSubstitution</code> to reduce need for custom bytecode generation.</li>
   </ul>
   <h3>12. January 2023: version 1.12.22</h3>
   <ul>
   <li>Support <code>MethodHandle</code> and <code>MethodType</code> in <code>Advice.Origin</code> annotation.</li>
   <li>Support <code>MethodHandles.Lookup</code> in <code>Origin</code> and <code>Advice.Origin</code> annotations.</li>
   <li>Use modern API for Gradle Android API, if available, to avoid now failing cast.</li>
   </ul>
   <h3>5. January 2023: version 1.12.21</h3>
   <ul>
   <li>Create a Gradle source set for each JVM build automatically to reduce boilerplate.</li>
   <li>Fix Gradle plugin class loading to use correct class loader.</li>
   <li>Use updated release plugin to avoid outdated timestamp in jar.</li>
   </ul>
   <h3>15. December 2022: version 1.12.20</h3>
   <ul>
   <li>Avoid stack overflow error when type variable cannot be resolve during error message generation.</li>
   <li>Allow dumping error message to file when remote attach fails.</li>
   </ul>
   <h3>17. November 2022: version 1.12.19</h3>
   <ul>
   <li>Avoid possible lock through circular class loading of <code>TypeDescription</code> subtypes.</li>
   <li>Avoid access error when using unsafe API on Java 17 with an active security manager.</li>
   <li>Close URL class loader used in Gradle plugin.</li>
   </ul>
   <h3>11. October 2022: version 1.12.18</h3>
   <ul>
   <li>Allow writing to field from enter <code>Advice</code> in constructor, as byte code allows it.</li>
   <li>Refactor Android plugin processor to avoid skipping local classes.</li>
   <li>Improve staleness filter for Maven plugin.</li>
   <li>Fix incorrect resolution of custom bound <em>invokedynamic</em> values in <code>Advice</code>.</li>
   </ul>
   <h3>21. September 2022: version 1.12.17</h3>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </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.6...byte-buddy-1.13.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `byte-buddy-agent` from 1.12.6 to 1.13.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/raphw/byte-buddy/releases">byte-buddy-agent's releases</a>.</em></p>
   <blockquote>
   <h2>Byte Buddy 1.12.23</h2>
   <ul>
   <li>Allow using <code>ClassFileLocator</code> to <code>AgentBuilder</code> to append boot-injected types.</li>
   <li>Add <code>RenamingPlugin</code> that allows for migration of names using the build plugin.</li>
   <li>Add wrapper method to <code>ForAdvice</code> transformation to allow for easier wrapping.</li>
   <li>Fix Gradle plugin <em>raw</em> folder and improve detection of unused configurations.</li>
   <li>Add additional default <code>Step</code>s to <code>MemberSubstitution</code> to reduce need for custom bytecode generation.</li>
   </ul>
   <h2>Byte Buddy 1.12.22</h2>
   <ul>
   <li>Support <code>MethodHandle</code> and <code>MethodType</code> in <code>Advice.Origin</code> annotation.</li>
   <li>Support <code>MethodHandles.Lookup</code> in <code>Origin</code> and <code>Advice.Origin</code> annotations.</li>
   <li>Use modern API for Gradle Android API, if available, to avoid now failing cast.</li>
   </ul>
   <h2>Byte Buddy 1.12.21</h2>
   <ul>
   <li>Create a Gradle source set for each JVM build automatically to reduce boilerplate.</li>
   <li>Fix Gradle plugin class loading to use correct class loader.</li>
   <li>Use updated release plugin to avoid outdated timestamp in jar.</li>
   </ul>
   <h2>Byte Buddy 1.12.20</h2>
   <ul>
   <li>Avoid stack overflow error when type variable cannot be resolve during error message generation.</li>
   <li>Allow dumping error message to file when remote attach fails.</li>
   </ul>
   <h2>Byte Buddy 1.12.19</h2>
   <ul>
   <li>Avoid possible lock through circular class loading of <code>TypeDescription</code> subtypes.</li>
   <li>Avoid access error when using unsafe API on Java 17 with an active security manager.</li>
   <li>Close URL class loader used in Gradle plugin.</li>
   </ul>
   <h2>Byte Buddy 1.12.18</h2>
   <ul>
   <li>Allow writing to field from enter <code>Advice</code> in constructor, as byte code allows it.</li>
   <li>Refactor Android plugin processor to avoid skipping local classes.</li>
   <li>Improve staleness filter for Maven plugin.</li>
   <li>Fix incorrect resolution of custom bound invokedynamic values in <code>Advice</code>.</li>
   </ul>
   <h2>Byte Buddy 1.12.17</h2>
   <ul>
   <li>Use decorating <code>EntryPoint</code> in Android Gradle plugin.</li>
   <li>Introduce <code>PatchMode</code> on <code>AgentBuilder</code> patching to allow for control over overlap.</li>
   </ul>
   <h2>Byte Buddy 1.12.16</h2>
   <ul>
   <li>Fix Gradle release script to publish plugin.</li>
   </ul>
   <h2>Byte Buddy 1.12.15</h2>
   <ul>
   <li>Introduce ClassVisitorFactory which allows to translate to and from class wrappers in a different ASM namespace.</li>
   <li>Allow builders to change to ClassVisitors.</li>
   <li>Add support for Android instrumentation from Gradle plugin.</li>
   </ul>
   <h2>Byte Buddy 1.12.14</h2>
   <ul>
   <li>Add <code>wrap</code> method to <code>DynamicType.Builder</code> that allows for the representation of a dynamic type via a <code>ClassVisitor</code>.</li>
   <li>Add <code>ClassVisitorFactory</code> that allows to translate between Byte Buddy's, the original, or other shaded representations of ASM.</li>
   <li>Fix visibility check for types in the default package.</li>
   <li>Return correct value for types in the default package.</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-agent'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>
   <h3>5. February 2023: version 1.12.23</h3>
   <ul>
   <li>Allow using <code>ClassFileLocator</code> to <code>AgentBuilder</code> to append boot-injected types.</li>
   <li>Add <code>RenamingPlugin</code> that allows for migration of names using the build plugin.</li>
   <li>Add wrapper method to <code>ForAdvice</code> transformation to allow for easier wrapping.</li>
   <li>Fix Gradle plugin <em>raw</em> folder and improve detection of unused configurations.</li>
   <li>Add additional default <code>Step</code>s to <code>MemberSubstitution</code> to reduce need for custom bytecode generation.</li>
   </ul>
   <h3>12. January 2023: version 1.12.22</h3>
   <ul>
   <li>Support <code>MethodHandle</code> and <code>MethodType</code> in <code>Advice.Origin</code> annotation.</li>
   <li>Support <code>MethodHandles.Lookup</code> in <code>Origin</code> and <code>Advice.Origin</code> annotations.</li>
   <li>Use modern API for Gradle Android API, if available, to avoid now failing cast.</li>
   </ul>
   <h3>5. January 2023: version 1.12.21</h3>
   <ul>
   <li>Create a Gradle source set for each JVM build automatically to reduce boilerplate.</li>
   <li>Fix Gradle plugin class loading to use correct class loader.</li>
   <li>Use updated release plugin to avoid outdated timestamp in jar.</li>
   </ul>
   <h3>15. December 2022: version 1.12.20</h3>
   <ul>
   <li>Avoid stack overflow error when type variable cannot be resolve during error message generation.</li>
   <li>Allow dumping error message to file when remote attach fails.</li>
   </ul>
   <h3>17. November 2022: version 1.12.19</h3>
   <ul>
   <li>Avoid possible lock through circular class loading of <code>TypeDescription</code> subtypes.</li>
   <li>Avoid access error when using unsafe API on Java 17 with an active security manager.</li>
   <li>Close URL class loader used in Gradle plugin.</li>
   </ul>
   <h3>11. October 2022: version 1.12.18</h3>
   <ul>
   <li>Allow writing to field from enter <code>Advice</code> in constructor, as byte code allows it.</li>
   <li>Refactor Android plugin processor to avoid skipping local classes.</li>
   <li>Improve staleness filter for Maven plugin.</li>
   <li>Fix incorrect resolution of custom bound <em>invokedynamic</em> values in <code>Advice</code>.</li>
   </ul>
   <h3>21. September 2022: version 1.12.17</h3>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </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.6...byte-buddy-1.13.0">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: commits-unsubscribe@streampipes.apache.org

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


Re: [PR] Bump byte-buddy.version from 1.12.6 to 1.13.0 (streampipes)

Posted by "tenthe (via GitHub)" <gi...@apache.org>.
tenthe merged PR #1283:
URL: https://github.com/apache/streampipes/pull/1283


-- 
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: dev-unsubscribe@streampipes.apache.org

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