You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by GitBox <gi...@apache.org> on 2021/11/08 14:52:45 UTC

[GitHub] [poi] dependabot[bot] opened a new pull request #277: Bump byte-buddy-agent from 1.11.22 to 1.12.0

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


   Bumps [byte-buddy-agent](https://github.com/raphw/byte-buddy) from 1.11.22 to 1.12.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/raphw/byte-buddy/releases">byte-buddy-agent's releases</a>.</em></p>
   <blockquote>
   <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>
   </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-agent's changelog</a>.</em></p>
   <blockquote>
   <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>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/raphw/byte-buddy/commit/c0b2daf8f5ba599a37f23253da9cd45e17c5912a"><code>c0b2daf</code></a> [maven-release-plugin] prepare release byte-buddy-1.12.0</li>
   <li><a href="https://github.com/raphw/byte-buddy/commit/4ad4ecd01bf2590e616d0e84efed783214387f0b"><code>4ad4ecd</code></a> [release] New release.</li>
   <li><a href="https://github.com/raphw/byte-buddy/commit/5534428a14c9d3991ddf49afd9138eded07c18c9"><code>5534428</code></a> [release] New release.</li>
   <li><a href="https://github.com/raphw/byte-buddy/commit/d8280cafeea1d5ed7283a9f8f2b61d7356f5ce08"><code>d8280ca</code></a> Add another escape.</li>
   <li><a href="https://github.com/raphw/byte-buddy/commit/3ad174267322277e8f4cf478979980a2049083d0"><code>3ad1742</code></a> Add missing param.</li>
   <li><a href="https://github.com/raphw/byte-buddy/commit/c2b2784bd272c8eb8bd0417936c1c203e7743455"><code>c2b2784</code></a> Move variables to interface.</li>
   <li><a href="https://github.com/raphw/byte-buddy/commit/0ddd9e65bcfa53bb0e21acb98fec065bbe9a997b"><code>0ddd9e6</code></a> Add Graal image code abstraction and introduce alternative naming strategy.</li>
   <li><a href="https://github.com/raphw/byte-buddy/commit/7abdbc0e214aa37f6d18c691a8977e451766d5c7"><code>7abdbc0</code></a> Add code tags to javadoc.</li>
   <li><a href="https://github.com/raphw/byte-buddy/commit/b168149bd416bd33760e420ddb9c1415bd6c2dd7"><code>b168149</code></a> Complete work on refactored lambda instrumentation strategy.</li>
   <li><a href="https://github.com/raphw/byte-buddy/commit/a087b4ae338b29d6011b321ea732077a447c6acb"><code>a087b4a</code></a> Adjust tests and restrict creation.</li>
   <li>Additional commits viewable in <a href="https://github.com/raphw/byte-buddy/compare/byte-buddy-1.11.22...byte-buddy-1.12.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-agent&package-manager=gradle&previous-version=1.11.22&new-version=1.12.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: dev-unsubscribe@poi.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


[GitHub] [poi] asfgit closed pull request #277: Bump byte-buddy-agent from 1.11.22 to 1.12.0

Posted by GitBox <gi...@apache.org>.
asfgit closed pull request #277:
URL: https://github.com/apache/poi/pull/277


   


-- 
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-unsubscribe@poi.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


[GitHub] [poi] dependabot[bot] commented on pull request #277: Bump byte-buddy-agent from 1.11.22 to 1.12.0

Posted by GitBox <gi...@apache.org>.
dependabot[bot] commented on pull request #277:
URL: https://github.com/apache/poi/pull/277#issuecomment-963500342


   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: dev-unsubscribe@poi.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org