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/02/20 12:56:44 UTC

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

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

   Bumps [byte-buddy](https://github.com/raphw/byte-buddy) from 1.12.23 to 1.14.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.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>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/00da41ec542a0cee1029b500522bdfd8145e34da"><code>00da41e</code></a> [maven-release-plugin] prepare release byte-buddy-1.14.0</li>
   <li><a href="https://github.com/raphw/byte-buddy/commit/c601a7886aadcc7cc7965e4ab15ecd4702417310"><code>c601a78</code></a> [release] Release new version</li>
   <li><a href="https://github.com/raphw/byte-buddy/commit/102ee254402c22e7730f74b9808c5550966945c5"><code>102ee25</code></a> Avoid test execution on Java 7.</li>
   <li><a href="https://github.com/raphw/byte-buddy/commit/3b5f4dcb8a15e969a2b4befa9a4d850ff7f494ad"><code>3b5f4dc</code></a> Remove unused packages.</li>
   <li><a href="https://github.com/raphw/byte-buddy/commit/b42f78b2a5de74abe32180058f06c75a4469a21b"><code>b42f78b</code></a> Add scheme part to URI.</li>
   <li><a href="https://github.com/raphw/byte-buddy/commit/d94d66a18c320cdd1b8e951a8a1dae1a2745d78a"><code>d94d66a</code></a> Add scheme part to URI.</li>
   <li><a href="https://github.com/raphw/byte-buddy/commit/aaa18f29c901949d7109bff2372ce0e282df1171"><code>aaa18f2</code></a> Adjust expectation for dynamic lambda invocation.</li>
   <li><a href="https://github.com/raphw/byte-buddy/commit/0f3bd5f2e6af453110dd1289fbc90664b81027fb"><code>0f3bd5f</code></a> Add hints for spotbugs.</li>
   <li><a href="https://github.com/raphw/byte-buddy/commit/c2242c7f3c0b91e502cf3584aafb917c4457ece3"><code>c2242c7</code></a> fix javadoc.</li>
   <li><a href="https://github.com/raphw/byte-buddy/commit/0a2e4ea5d20340869f65c323f867c19c4ea09ecb"><code>0a2e4ea</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/raphw/byte-buddy/issues/1407">#1407</a> from capthua/master</li>
   <li>Additional commits viewable in <a href="https://github.com/raphw/byte-buddy/compare/byte-buddy-1.12.23...byte-buddy-1.14.0">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.0)](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] dependabot[bot] commented on pull request #1417: Bump byte-buddy from 1.12.23 to 1.14.0 in /java

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

   Superseded by #1439.


-- 
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] closed pull request #1417: Bump byte-buddy from 1.12.23 to 1.14.0 in /java

Posted by "dependabot[bot] (via GitHub)" <gi...@apache.org>.
dependabot[bot] closed pull request #1417: Bump byte-buddy from 1.12.23 to 1.14.0 in /java
URL: https://github.com/apache/orc/pull/1417


-- 
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