You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@orc.apache.org by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2023/03/20 12:57:18 UTC

[GitHub] [orc] dependabot[bot] opened a new pull request, #1447: Bump byte-buddy from 1.12.23 to 1.14.2 in /java

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

   Bumps [byte-buddy](https://github.com/raphw/byte-buddy) from 1.12.23 to 1.14.2.
   <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.14.2</h2>
   <ul>
   <li>Fix offset mapping for local variable array remapping in <code>Advice</code>.</li>
   <li>Add possibility to specify an index for <code>skipOn</code> and <code>repeatOn</code> which resolves the checked value from a returned array.</li>
   </ul>
   <h2>Byte Buddy 1.14.1</h2>
   <ul>
   <li>Add <em>extended</em> scope for Maven Byte Buddy plugin to include all non-test-dependencies.</li>
   </ul>
   <h2>Byte Buddy 1.14.0</h2>
   <ul>
   <li>Add <code>Step.Factory.ForDelegation</code> in <code>MemberSubstitution</code> that allows for delegation similar to <code>MethodDelegation</code> but in-code.</li>
   <li>Add handlers for <code>MethodDelegation</code> and <code>Advice</code> that leverage method handles for field access and self-invocation.</li>
   <li>Add <code>Step.Factory</code> for type assignment that allows casting the return value from a previous step to another type.</li>
   <li>Avoid usage of <code>URL</code> class loader as it is deprecated, and use newer method if available.</li>
   </ul>
   <h2>Byte Buddy 1.13.0</h2>
   <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>
   </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>13. March 2023: version 1.14.2</h3>
   <ul>
   <li>Fix offset mapping for local variable array remapping in <code>Advice</code>.</li>
   <li>Add possibility to specify an index for <code>skipOn</code> and <code>repeatOn</code> which resolves the checked value from a returned array.</li>
   </ul>
   <h3>7. March 2023: version 1.14.1</h3>
   <ul>
   <li>Add <em>extended</em> scope for Maven Byte Buddy plugin to include all non-test-dependencies.</li>
   </ul>
   <h3>18. February 2023: version 1.14.0</h3>
   <ul>
   <li>Add <code>Step.Factory.ForDelegation</code> in <code>MemberSubstitution</code> that allows for delegation similar to <code>MethodDelegation</code> but in-code.</li>
   <li>Add handlers for <code>MethodDelegation</code> and <code>Advice</code> that leverage method handles for field access and self-invocation.</li>
   <li>Add <code>Step.Factory</code> for type assignment that allows casting the return value from a previous step to another type.</li>
   <li>Avoid usage of <code>URL</code> class loader as it is deprecated, and use newer method if available.</li>
   </ul>
   <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>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/raphw/byte-buddy/commit/05fa857610651301fde351df34ea1f74785190b8"><code>05fa857</code></a> [maven-release-plugin] prepare release byte-buddy-1.14.2</li>
   <li><a href="https://github.com/raphw/byte-buddy/commit/6505fe736d9d01d8a3d46ef8a263cadc4b4d57a7"><code>6505fe7</code></a> [release] Release new version</li>
   <li><a href="https://github.com/raphw/byte-buddy/commit/bed43bc9cbae27d5b0cdf836e0793118956a8871"><code>bed43bc</code></a> Update versions and checksums.</li>
   <li><a href="https://github.com/raphw/byte-buddy/commit/514e1c983afba25ab4e2076916691d14e5c79f52"><code>514e1c9</code></a> Add additional tests.</li>
   <li><a href="https://github.com/raphw/byte-buddy/commit/8e6f438de154935d03a9260933746aba32455fcb"><code>8e6f438</code></a> Add tests for skipping.</li>
   <li><a href="https://github.com/raphw/byte-buddy/commit/8f68b039cf18db3c8974c74bfbdfdb585f3242a4"><code>8f68b03</code></a> Add test for default value skip on null array.</li>
   <li><a href="https://github.com/raphw/byte-buddy/commit/7681e51c794ba0fb9d527a251ad7fd8364d40626"><code>7681e51</code></a> Add test for default value skip.</li>
   <li><a href="https://github.com/raphw/byte-buddy/commit/f7cb44994be4f2ec4163971a40c45d3841cec47d"><code>f7cb449</code></a> Fix advice and test.</li>
   <li><a href="https://github.com/raphw/byte-buddy/commit/c8c81233d92a2bf715f65310308b96f630bcc580"><code>c8c8123</code></a> Add missing javadoc.</li>
   <li><a href="https://github.com/raphw/byte-buddy/commit/517d786d1f55d645b15a3c8378cdf6b406bd254b"><code>517d786</code></a> Layout relocation handler that supports array values.</li>
   <li>Additional commits viewable in <a href="https://github.com/raphw/byte-buddy/compare/byte-buddy-1.12.23...byte-buddy-1.14.2">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.12.23&new-version=1.14.2)](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: issues-unsubscribe@orc.apache.org

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


[GitHub] [orc] dongjoon-hyun closed pull request #1447: Bump byte-buddy from 1.12.23 to 1.14.2 in /java

Posted by "dongjoon-hyun (via GitHub)" <gi...@apache.org>.
dongjoon-hyun closed pull request #1447: Bump byte-buddy from 1.12.23 to 1.14.2 in /java
URL: https://github.com/apache/orc/pull/1447


-- 
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: issues-unsubscribe@orc.apache.org

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


[GitHub] [orc] dongjoon-hyun commented on pull request #1447: Bump byte-buddy from 1.12.23 to 1.14.2 in /java

Posted by "dongjoon-hyun (via GitHub)" <gi...@apache.org>.
dongjoon-hyun commented on PR #1447:
URL: https://github.com/apache/orc/pull/1447#issuecomment-1485552794

   Let skip this for now.


-- 
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: issues-unsubscribe@orc.apache.org

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


[GitHub] [orc] dependabot[bot] commented on pull request #1447: Bump byte-buddy from 1.12.23 to 1.14.2 in /java

Posted by "dependabot[bot] (via GitHub)" <gi...@apache.org>.
dependabot[bot] commented on PR #1447:
URL: https://github.com/apache/orc/pull/1447#issuecomment-1485552885

   OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting `@dependabot ignore this major version` or `@dependabot ignore this minor version`. You can also ignore all major, minor, or patch releases for a dependency by adding an [`ignore` condition](https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates#ignore) with the desired `update_types` to your config file.
   
   If you change your mind, just re-open this PR and I'll resolve any conflicts on it.


-- 
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: issues-unsubscribe@orc.apache.org

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