dependabot[bot] opened a new pull request #989:
URL: https://github.com/apache/orc/pull/989


   Bumps [byte-buddy](https://github.com/raphw/byte-buddy) from 1.11.19 to 
1.12.6.
   <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.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>
   <h2>Byte Buddy 1.11.21</h2>
   <ul>
   <li>Allow <code>Advice.PostProcessor</code> to emitt frames.</li>
   <li>Add possibility for <code>Advice.AssignReturned</code> to suppress 
exceptions.</li>
   <li>Add frame when rebasing constructors to avoid breakage if frames are 
assumed prior to super constructor call.</li>
   </ul>
   <h2>Byte Buddy 1.11.20</h2>
   <ul>
   <li>Add option for <code>AsScalar</code> annotation to assign default value 
instead of ignoring it.</li>
   <li>Add <em>transform-runtime</em> goal to Byte Buddy Mojo to allow for 
running plugins with runtime class path included.</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";>byte-buddy's
 changelog</a>.</em></p>
   <blockquote>
   <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>
   <h3>5. November 2021: version 1.12.0</h3>
   <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>
   <h3>29. October 2021: version 1.11.22</h3>
   <ul>
   <li>Remove automatic frame padding mechanism in favor of explicit 
<em>NOP</em> instruction after injected blocks.</li>
   </ul>
   <h3>18. October 2021: version 1.11.21</h3>
   <ul>
   <li>Allow <code>Advice.PostProcessor</code> to emit frames.</li>
   <li>Add possibility for <code>Advice.AssignReturned</code> to suppress 
exceptions.</li>
   <li>Add frame when rebasing constructors to avoid breakage if frames are 
assumed prior to super constructor call.</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/ebc468b0fff8775a14b1e5384fdc1ccbcaa7ac1d";><code>ebc468b</code></a>
 [maven-release-plugin] prepare release byte-buddy-1.12.6</li>
   <li><a 
href="https://github.com/raphw/byte-buddy/commit/40a07844c095d4b43d5a0876b600a4c118542ca7";><code>40a0784</code></a>
 [release] Release new version.</li>
   <li><a 
href="https://github.com/raphw/byte-buddy/commit/158b70cf1e761dc38235ed0d1f548f82edaca255";><code>158b70c</code></a>
 Clarify parameter nullability in javadoc.</li>
   <li><a 
href="https://github.com/raphw/byte-buddy/commit/c73549d7dee9d4ae875749b3d11763436d940ca8";><code>c73549d</code></a>
 Mark parameters that can be null as maybe null.</li>
   <li><a 
href="https://github.com/raphw/byte-buddy/commit/d597bbb001a678e8944ec2b9ade8641c88cc388d";><code>d597bbb</code></a>
 Mark junction methods as unknown null.</li>
   <li><a 
href="https://github.com/raphw/byte-buddy/commit/e7b730e7cbefcbb45e6f28de33f2c8649dc6f670";><code>e7b730e</code></a>
 Mark element matcher interface as unknown null as the parameter might 
context...</li>
   <li><a 
href="https://github.com/raphw/byte-buddy/commit/2e5cddc59ada13323bb036f58bb92d0b0e251dbd";><code>2e5cddc</code></a>
 Update internal Byte Buddy.</li>
   <li><a 
href="https://github.com/raphw/byte-buddy/commit/c7aba7707c46c92161613565a274b1fb39d59356";><code>c7aba77</code></a>
 [maven-release-plugin] prepare for next development iteration</li>
   <li><a 
href="https://github.com/raphw/byte-buddy/commit/da6d327b4858810dc3b0edf202ea87f22bcdaca4";><code>da6d327</code></a>
 [maven-release-plugin] prepare release byte-buddy-1.12.5</li>
   <li><a 
href="https://github.com/raphw/byte-buddy/commit/461add6e2f44b6f8b05d38266a3167583ede26cc";><code>461add6</code></a>
 [release] Release new version.</li>
   <li>Additional commits viewable in <a 
href="https://github.com/raphw/byte-buddy/compare/byte-buddy-1.11.19...byte-buddy-1.12.6";>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=maven&previous-version=1.11.19&new-version=1.12.6)](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: dev-unsubscr...@orc.apache.org

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


Reply via email to