dependabot[bot] opened a new pull request, #231:
URL: https://github.com/apache/directory-server/pull/231

   Bumps 
[com.github.ben-manes.caffeine:caffeine](https://github.com/ben-manes/caffeine) 
from 2.9.3 to 3.0.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/ben-manes/caffeine/releases";>com.github.ben-manes.caffeine:caffeine's
 releases</a>.</em></p>
   <blockquote>
   <h2>3.0.0</h2>
   <p>This release includes API incompatible changes.</p>
   <h3>Highlights</h3>
   <ul>
   <li><strong>Java 11</strong> or above is required</li>
   <li>Java 8 users can continue to use version 2.x, which will be 
supported</li>
   </ul>
   <h3>API improvements</h3>
   <ul>
   <li>Added <code>Policy.refreshes()</code> for a snapshot of the in-flight 
refresh operations</li>
   <li><code>CacheLoader</code> and <code>AsyncCacheLoader</code> offer 
<code>bulk</code> factory methods</li>
   <li><code>AsyncCacheLoader</code> methods may now throw checked 
exceptions</li>
   <li>Better usage of Checker Framework nullness annotations (<a 
href="https://redirect.github.com/ben-manes/caffeine/issues/337";>#337</a>)</li>
   <li><code>LoadingCache.refresh</code> now returns the in-flight future (<a 
href="https://redirect.github.com/ben-manes/caffeine/issues/143";>#143</a>)</li>
   <li>Various unimplemented default methods are now abstract</li>
   <li>Added <code>LoadingCache.refreshAll</code> convenience method</li>
   <li>Bulk loads now receive a <code>Set</code> of keys (was 
<code>Iterable</code>)</li>
   <li>More flexible generic bounds and type parameters</li>
   </ul>
   <h3>Implementation improvements</h3>
   <ul>
   <li>Refresh operations ignore redundant calls during an in-flight load and 
are linearizable (<a 
href="https://redirect.github.com/ben-manes/caffeine/issues/193";>#193</a>, <a 
href="https://redirect.github.com/ben-manes/caffeine/issues/236";>#236</a>, <a 
href="https://redirect.github.com/ben-manes/caffeine/issues/282";>#282</a>, <a 
href="https://redirect.github.com/ben-manes/caffeine/issues/322";>#322</a>, <a 
href="https://redirect.github.com/ben-manes/caffeine/issues/373";>#373</a>, <a 
href="https://redirect.github.com/ben-manes/caffeine/issues/467";>#467</a>)</li>
   <li>The <a href="https://openjdk.java.net/jeps/264";>Java Platform Logging 
API</a> is used instead of <code>java.util.logging</code> (<a 
href="https://redirect.github.com/ben-manes/caffeine/issues/456";>#456</a>)</li>
   <li><code>sun.misc.Unsafe</code> is no longer required (<a 
href="https://redirect.github.com/ben-manes/caffeine/issues/273";>#273</a>)</li>
   </ul>
   <h3>Incompatible changes</h3>
   <ul>
   <li><code>VarExpiration</code> time-based puts now return the old value 
instead of a boolean result</li>
   <li>Removed jandex resource as no longer utilized by Quarkus</li>
   <li>Split <code>Policy.Expiration</code> into fixed and refresh 
interfaces</li>
   </ul>
   <h3>Deprecation removals</h3>
   <ul>
   <li><code>CacheWriter</code>, <code>SingleConsumerQueue</code>, and 
<code>UnsafeAccess</code></li>
   <li><code>StatsCounter.recordEviction</code> variations</li>
   <li><code>CacheStats</code> constructors</li>
   </ul>
   <h3>Notes</h3>
   <ul>
   <li><code>CacheWriter</code> usages can be replaced by <code>Map</code> 
computations and <code>Caffeine.evictionListener</code></li>
   <li>For best performance <code>Unsafe</code> may be used if available, 
otherwise falls back to <code>VarHandles</code></li>
   <li>We will continue to support and maintain version 2.x for Java 8 
users</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/ben-manes/caffeine/commit/be6ad63ea4a7bf59eae10b92e62a1aed1883f951";><code>be6ad63</code></a>
 add checkerframework javadoc link</li>
   <li><a 
href="https://github.com/ben-manes/caffeine/commit/a95ae264b0efff0519f3a6fab759b18a8fb7909a";><code>a95ae26</code></a>
 Added snapshot view of in-flight refresh operations</li>
   <li><a 
href="https://github.com/ben-manes/caffeine/commit/0d239874033d6935f73c00e9f86223defb53ee73";><code>0d23987</code></a>
 misc improvements (javadoc, generics, build)</li>
   <li><a 
href="https://github.com/ben-manes/caffeine/commit/b45b1cc93c7d36c093f9f8871b3aad0c8f2d2b76";><code>b45b1cc</code></a>
 Add refreshAll(keys) convenience method (bulk not supported)</li>
   <li><a 
href="https://github.com/ben-manes/caffeine/commit/b792cc3a059ca72b1d7616c0a0c54c6136acd613";><code>b792cc3</code></a>
 Split the release workflow out from the build action</li>
   <li><a 
href="https://github.com/ben-manes/caffeine/commit/16ddc49000a5dc461831c4c325ffe6303cd0367c";><code>16ddc49</code></a>
 Update version to 3.0.0</li>
   <li><a 
href="https://github.com/ben-manes/caffeine/commit/28a456e5ccfb309b3b2c4f1c717de7acbad8ce2c";><code>28a456e</code></a>
 Remove CacheWriter (deprecated for removal in v2.9)</li>
   <li><a 
href="https://github.com/ben-manes/caffeine/commit/e1b3bca7c4bab5d2fdfb866bcf3b980ae28d387c";><code>e1b3bca</code></a>
 Remove jandex as unused</li>
   <li><a 
href="https://github.com/ben-manes/caffeine/commit/a0c310cb0650e6edc349bfc7c87bd76026da28f4";><code>a0c310c</code></a>
 Prefer VarHandle for ring buffer array</li>
   <li><a 
href="https://github.com/ben-manes/caffeine/commit/d63c871cd63063f97b5647ced7f98cdded7ce388";><code>d63c871</code></a>
 Mirror usage of <a 
href="https://github.com/CheckReturnValue";><code>@​CheckReturnValue</code></a> 
from Guava</li>
   <li>Additional commits viewable in <a 
href="https://github.com/ben-manes/caffeine/compare/v2.9.3...v3.0.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   <details>
   <summary>Most Recent Ignore Conditions Applied to This Pull Request</summary>
   
   | Dependency Name | Ignore Conditions |
   | --- | --- |
   | com.github.ben-manes.caffeine:caffeine | [>= 3.a, < 4] |
   </details>
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.github.ben-manes.caffeine:caffeine&package-manager=maven&previous-version=2.9.3&new-version=3.0.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 show <dependency name> ignore conditions` will show all of 
the ignore conditions of the specified dependency
   - `@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-unsubscr...@directory.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@directory.apache.org
For additional commands, e-mail: dev-h...@directory.apache.org

Reply via email to