dependabot[bot] opened a new pull request #1060: URL: https://github.com/apache/orc/pull/1060
Bumps [byte-buddy](https://github.com/raphw/byte-buddy) from 1.12.6 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> </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>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> </blockquote> </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.12.6...byte-buddy-1.12.8">compare view</a></li> </ul> </details> <br /> [](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