You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@archiva.apache.org by GitBox <gi...@apache.org> on 2022/05/31 22:32:36 UTC

[GitHub] [archiva] dependabot[bot] opened a new pull request, #108: Bump cglib from 2.2.2 to 3.3.0

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

   Bumps [cglib](https://github.com/cglib/cglib) from 2.2.2 to 3.3.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/cglib/cglib/releases">cglib's releases</a>.</em></p>
   <blockquote>
   <h2>cglib 3.3.0</h2>
   <p>emits code compatible with java 1.8, so we can call static interface methods.</p>
   <h2>cglib 3.2.9</h2>
   <ul>
   <li>Update ASM version to 7.0</li>
   </ul>
   <h2>cglib 3.2.8</h2>
   <ul>
   <li>Update ASM version to 6.2.1</li>
   <li>Allow &quot;net.sf.cglib.experimental_asm7&quot; system property to use experiment asm7 mode.</li>
   <li>Expose non-bridge methods more frequently.</li>
   </ul>
   <h2>cglib 3.2.7</h2>
   <ul>
   <li>Update ASM version to 6.2.</li>
   <li>Drop support for Java6.  (It may continue to work, but continuous integration tests will no longer validate it does.)</li>
   </ul>
   <h2>cglib 3.2.6</h2>
   <ul>
   <li>Fix <a href="https://github-redirect.dependabot.com/cglib/cglib/issues/115">#115</a>: Release resources eagerly.</li>
   <li>Update ASM version to 6.0</li>
   </ul>
   <h2>cglib 3.2.5</h2>
   <ul>
   <li>Updated ASM dependency (to 5.2).</li>
   <li>Deprecated TinyBitSet.</li>
   <li>Add workarounds for changes coming from Jigsaw.</li>
   <li>Fix <a href="https://github-redirect.dependabot.com/cglib/cglib/issues/89">#89</a> / <a href="https://github-redirect.dependabot.com/cglib/cglib/issues/90">#90</a> (generated incorrect code for bridge methods sometimes)</li>
   </ul>
   <h2>cglib 3.2.4</h2>
   <p>Fixes regressions from prior releases.</p>
   <h2>cglib 3.2.3</h2>
   <p>Fixes regressions in 3.2.2.
   WARNING: This release contains a memory leak, a few regressions and a bug.</p>
   <ul>
   <li>Multiple enhanced classes may be recreated for the same class/callbackfilter, if the callback filter for the initial enhanced class is GC'd.</li>
   <li>If more than one thread generates a subclass using the same classloader at the same time (using Enhancer, FastClass, etc..), cache data about the reserved names and already-generated classes may be lost.</li>
   <li>If you use a custom naming policy that doesn't check the name against the predicate, the name isn't reserved against future generated names (so a correctly behaving naming policy might end up generating a duplicate class name).</li>
   <li>If you use a custom naming policy that always returns the same name, it's possible that Enhancer.create() may throw an exception.</li>
   </ul>
   <h2>cglib 3.2.2</h2>
   <p>Fixes regression from 3.2.1.
   WARNING: This release does not respect setUseCache(false) on Enhancer &amp; similar classes.</p>
   <h2>cglib 3.2.12</h2>
   <p>minor fix for allowing a fastclass to call static interface methods.</p>
   <h2>cglib 3.2.11</h2>
   <ul>
   <li>update to asm 7.1</li>
   <li>make ant dependency optional</li>
   <li>add Automatic Module Names</li>
   </ul>
   <h2>cglib 3.2.10</h2>
   <p>Minor bugfixes.</p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li>See full diff in <a href="https://github.com/cglib/cglib/commits">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cglib:cglib&package-manager=maven&previous-version=2.2.2&new-version=3.3.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@archiva.apache.org

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