You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/06/27 04:33:51 UTC

[GitHub] [beam] dependabot[bot] opened a new pull request, #22060: Bump byte-buddy from 1.12.0 to 1.12.12

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

   Bumps [byte-buddy](https://github.com/raphw/byte-buddy) from 1.12.0 to 1.12.12.
   <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.12</h2>
   <ul>
   <li>Use correct annotation in Byte Buddy Gradle plugin.</li>
   <li>Correctly resolve generified anonymous/local types that are declared within a method.</li>
   </ul>
   <h2>Byte Buddy 1.12.11</h2>
   <ul>
   <li>Remove use of thread-local to guarantee Loom compatibility.</li>
   <li>Allow usage of byte-buddy-parent as BOM for imports.</li>
   <li>Add convenience for Maven to disable type validation on entry point.</li>
   <li>Allow Gradle plugin to consume pluginName property and discoverySet to only load plugins in the plugin class loader.</li>
   </ul>
   <h2>Byte Buddy 1.12.10</h2>
   <ul>
   <li>Correctly resolve temporary folder, if custom folder is set, on Linux during emulated attach.</li>
   <li>Attempt guessing if Graal automatic configuration agent for native image is run.</li>
   <li>Avoid hard-coded dependencies to classes of <em>java.management</em> module.</li>
   <li>Do not include OSGi info in Byte Buddy source module.</li>
   </ul>
   <h2>Byte Buddy 1.12.9</h2>
   <ul>
   <li>Add support for Java 19.</li>
   <li>Add basic support for Graal native image.</li>
   <li>Add option for strongly referenced cache keys.</li>
   <li>Reduce access requirements for fields from <code>Advice</code>.</li>
   </ul>
   <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>
   <!-- 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>25. June 2022: version 1.12.12</h3>
   <ul>
   <li>Use correct annotation in Byte Buddy Gradle plugin.</li>
   <li>Correctly resolve generified anonymous/local types that are declared within a method.</li>
   </ul>
   <h3>22. June 2022: version 1.12.11</h3>
   <ul>
   <li>Remove use of thread-local to guarantee Loom compatibility.</li>
   <li>Allow usage of <em>byte-buddy-parent</em> as BOM for imports.</li>
   <li>Add convenience for Maven to disable type validation on entry point.</li>
   <li>Allow Gradle plugin to consume <em>pluginName</em> property and <em>discoverySet</em> to only load plugins in the plugin class loader.</li>
   </ul>
   <h3>1. May 2022: version 1.12.10</h3>
   <ul>
   <li>Correctly resolve temporary folder, if custom folder is set, on Linux during emulated attach.</li>
   <li>Attempt guessing if Graal automatic configuration agent for native image is run.</li>
   <li>Avoid hard-coded dependencies to classes of <em>java.management</em> module.</li>
   <li>Do not include OSGi info in Byte Buddy source module.</li>
   </ul>
   <h3>7. April 2022: version 1.12.9</h3>
   <ul>
   <li>Add support for Java 19.</li>
   <li>Add basic support for Graal native image.</li>
   <li>Add option for strongly referenced cache keys.</li>
   <li>Reduce access requirements for fields from <code>Advice</code>.</li>
   </ul>
   <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>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/raphw/byte-buddy/commit/074f952bac8580834d53a376e6b1fc7a4de001d2"><code>074f952</code></a> [maven-release-plugin] prepare release byte-buddy-1.12.12</li>
   <li><a href="https://github.com/raphw/byte-buddy/commit/5ef0cdddc720ab83b79a2e2f555d84405b634999"><code>5ef0cdd</code></a> [release] Release new version</li>
   <li><a href="https://github.com/raphw/byte-buddy/commit/db7aede5e68772486617dfe573ddd2306be927dc"><code>db7aede</code></a> Adjust annotation.</li>
   <li><a href="https://github.com/raphw/byte-buddy/commit/986cca009a072ed7ef1e473d5df0c87f323f292c"><code>986cca0</code></a> Minor simplification of conditions.</li>
   <li><a href="https://github.com/raphw/byte-buddy/commit/bf029d65c0de0b0ada00b3e2083d745a5d652562"><code>bf029d6</code></a> Avoid checking of declaring types if a class is static.</li>
   <li><a href="https://github.com/raphw/byte-buddy/commit/192dd73c1a46e02e5abd1734a1be668c2f1316cb"><code>192dd73</code></a> Update internal Byte Buddy.</li>
   <li><a href="https://github.com/raphw/byte-buddy/commit/17201e643fa3379116f1df736d013b3615fcac76"><code>17201e6</code></a> Clean ups and release</li>
   <li><a href="https://github.com/raphw/byte-buddy/commit/2b3ee0380b992d23e78ea4f0588913f05ea7aebd"><code>2b3ee03</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/raphw/byte-buddy/issues/1271">#1271</a> from mlichtblau/master</li>
   <li><a href="https://github.com/raphw/byte-buddy/commit/3979f55cc58bef12e1a9589b2d545e7a99ecefd9"><code>3979f55</code></a> Fix isGenerified to work with anonymous subclasses using the enclosing method...</li>
   <li><a href="https://github.com/raphw/byte-buddy/commit/2cdedb9119395d7c2b1882f33f3107cd4983026f"><code>2cdedb9</code></a> [maven-release-plugin] prepare for next development iteration</li>
   <li>Additional commits viewable in <a href="https://github.com/raphw/byte-buddy/compare/byte-buddy-1.12.0...byte-buddy-1.12.12">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.12.0&new-version=1.12.12)](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 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: github-unsubscribe@beam.apache.org

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


[GitHub] [beam] asf-ci commented on pull request #22060: Bump byte-buddy from 1.12.0 to 1.12.12

Posted by GitBox <gi...@apache.org>.
asf-ci commented on PR #22060:
URL: https://github.com/apache/beam/pull/22060#issuecomment-1166833938

   Can one of the admins verify this patch?


-- 
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: github-unsubscribe@beam.apache.org

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


[GitHub] [beam] dependabot[bot] closed pull request #22060: Bump byte-buddy from 1.12.0 to 1.12.12

Posted by GitBox <gi...@apache.org>.
dependabot[bot] closed pull request #22060: Bump byte-buddy from 1.12.0 to 1.12.12
URL: https://github.com/apache/beam/pull/22060


-- 
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: github-unsubscribe@beam.apache.org

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


[GitHub] [beam] asf-ci commented on pull request #22060: Bump byte-buddy from 1.12.0 to 1.12.12

Posted by GitBox <gi...@apache.org>.
asf-ci commented on PR #22060:
URL: https://github.com/apache/beam/pull/22060#issuecomment-1166833926

   Can one of the admins verify this patch?


-- 
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: github-unsubscribe@beam.apache.org

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


[GitHub] [beam] asf-ci commented on pull request #22060: Bump byte-buddy from 1.12.0 to 1.12.12

Posted by GitBox <gi...@apache.org>.
asf-ci commented on PR #22060:
URL: https://github.com/apache/beam/pull/22060#issuecomment-1166833935

   Can one of the admins verify this patch?


-- 
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: github-unsubscribe@beam.apache.org

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


[GitHub] [beam] dependabot[bot] commented on pull request #22060: Bump byte-buddy from 1.12.0 to 1.12.12

Posted by GitBox <gi...@apache.org>.
dependabot[bot] commented on PR #22060:
URL: https://github.com/apache/beam/pull/22060#issuecomment-1202008515

   Superseded by #22551.


-- 
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: github-unsubscribe@beam.apache.org

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


[GitHub] [beam] asf-ci commented on pull request #22060: Bump byte-buddy from 1.12.0 to 1.12.12

Posted by GitBox <gi...@apache.org>.
asf-ci commented on PR #22060:
URL: https://github.com/apache/beam/pull/22060#issuecomment-1166833930

   Can one of the admins verify this patch?


-- 
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: github-unsubscribe@beam.apache.org

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


[GitHub] [beam] asf-ci commented on pull request #22060: Bump byte-buddy from 1.12.0 to 1.12.12

Posted by GitBox <gi...@apache.org>.
asf-ci commented on PR #22060:
URL: https://github.com/apache/beam/pull/22060#issuecomment-1166833931

   Can one of the admins verify this patch?


-- 
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: github-unsubscribe@beam.apache.org

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