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/06 09:51:15 UTC

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

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

   Bumps [byte-buddy](https://github.com/raphw/byte-buddy) from 1.12.22 to 1.12.23.
   <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.23</h2>
   <ul>
   <li>Allow using <code>ClassFileLocator</code> to <code>AgentBuilder</code> to append boot-injected types.</li>
   <li>Add <code>RenamingPlugin</code> that allows for migration of names using the build plugin.</li>
   <li>Add wrapper method to <code>ForAdvice</code> transformation to allow for easier wrapping.</li>
   <li>Fix Gradle plugin <em>raw</em> folder and improve detection of unused configurations.</li>
   <li>Add additional default <code>Step</code>s to <code>MemberSubstitution</code> to reduce need for custom bytecode generation.</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>5. February 2023: version 1.12.23</h3>
   <ul>
   <li>Allow using <code>ClassFileLocator</code> to <code>AgentBuilder</code> to append boot-injected types.</li>
   <li>Add <code>RenamingPlugin</code> that allows for migration of names using the build plugin.</li>
   <li>Add wrapper method to <code>ForAdvice</code> transformation to allow for easier wrapping.</li>
   <li>Fix Gradle plugin <em>raw</em> folder and improve detection of unused configurations.</li>
   <li>Add additional default <code>Step</code>s to <code>MemberSubstitution</code> to reduce need for custom bytecode generation.</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/raphw/byte-buddy/commit/12a3bd5fa0c16b6a3fcdef3887a2ff56f57f685a"><code>12a3bd5</code></a> [maven-release-plugin] prepare release byte-buddy-1.12.23</li>
   <li><a href="https://github.com/raphw/byte-buddy/commit/abe6edff9a3e4d25aeed70f18984d9b340aff203"><code>abe6edf</code></a> [release] Release new version</li>
   <li><a href="https://github.com/raphw/byte-buddy/commit/08a13aeed4e25024e6253f53f20514a5c6c97b30"><code>08a13ae</code></a> Mark spotbugs warning as irrelevant.</li>
   <li><a href="https://github.com/raphw/byte-buddy/commit/a2978d15c2da5eb9021d700b4e7628fe0c9b1b71"><code>a2978d1</code></a> Do not use Java 8 method.</li>
   <li><a href="https://github.com/raphw/byte-buddy/commit/c14ba969c18281eed1c4186eae52efa36e820ba5"><code>c14ba96</code></a> Adds read and write steps for fields.</li>
   <li><a href="https://github.com/raphw/byte-buddy/commit/58a88fa11efb2a97fa90f79531c20d29cd86f2b7"><code>58a88fa</code></a> Add method invocation step for member substitution chain.</li>
   <li><a href="https://github.com/raphw/byte-buddy/commit/db804560ea9439bb71d0529e3fc5187a531240b3"><code>db80456</code></a> Add a method to replace a value with a constant directly.</li>
   <li><a href="https://github.com/raphw/byte-buddy/commit/cb8a9be0335f3c69e1a35e8c27f72e2387e5c9bf"><code>cb8a9be</code></a> Add chain that loads an argument onto the stack.</li>
   <li><a href="https://github.com/raphw/byte-buddy/commit/770f201f69631e195b4bf625e37711bca10abe4b"><code>770f201</code></a> Add member substitution chain implementations for argument substitution and f...</li>
   <li><a href="https://github.com/raphw/byte-buddy/commit/6a214ff994cb2eb6cd7729e820bbf5142bc492e3"><code>6a214ff</code></a> Add original expression invoking member substitution.</li>
   <li>Additional commits viewable in <a href="https://github.com/raphw/byte-buddy/compare/byte-buddy-1.12.22...byte-buddy-1.12.23">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.22&new-version=1.12.23)](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 #1400: ORC-1369: Bump byte-buddy to 1.12.23

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

   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


[GitHub] [orc] dongjoon-hyun closed pull request #1400: ORC-1369: Bump byte-buddy to 1.12.23

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


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