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

   Bumps [caffeine](https://github.com/ben-manes/caffeine) from 2.9.3 to 3.1.5.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/ben-manes/caffeine/releases";>caffeine's 
releases</a>.</em></p>
   <blockquote>
   <h2>3.1.5</h2>
   <p>Cache</p>
   <ul>
   <li>Fixed <code>clear()</code> removing a key more than once due to a 
write-back removal listener (<a 
href="https://redirect.github.com/ben-manes/caffeine/issues/872";>#872</a>)</li>
   </ul>
   <p>JCache</p>
   <ul>
   <li>Added support for loading the configuration from the cache manager's uri 
(<a 
href="https://redirect.github.com/ben-manes/caffeine/issues/877";>#877</a>)</li>
   </ul>
   <h2>3.1.4</h2>
   <p>Added <a 
href="https://errorprone.info/bugpattern/CheckReturnValue";><code>@​CanIgnoreReturnValue</code></a>
 annotations for static analysis  (<a 
href="https://redirect.github.com/ben-manes/caffeine/issues/868";>#868</a>)</p>
   <h2>3.1.3</h2>
   <p>Cache</p>
   <ul>
   <li>Fixed the build time dependency constraints from being leaked into the 
external metadata (<a 
href="https://redirect.github.com/ben-manes/caffeine/issues/867";>#867</a>)</li>
   <li>Fixed the cause of a removal notification for a discarded refresh when 
the entry was removed</li>
   <li>Fixed the behavior for null lookups into returned unmodifiable maps to 
be consistent (<a 
href="https://redirect.github.com/ben-manes/caffeine/issues/864";>#864</a>)</li>
   <li>Fixed an unexpected delay of removal notifications when using a 
scheduler (<a 
href="https://redirect.github.com/ben-manes/caffeine/issues/859";>#859</a>)</li>
   <li>Fixed explicit refreshes from being deduped if the entry is pending 
eviction</li>
   <li>Defaulted methods to <a 
href="https://errorprone.info/bugpattern/CheckReturnValue";><code>@​CheckReturnValue</code></a>
 for static analysis (<a 
href="https://redirect.github.com/ben-manes/caffeine/issues/863";>#863</a>)</li>
   <li>Reduced the lock hold time during Map.clear (<a 
href="https://redirect.github.com/ben-manes/caffeine/issues/835";>#835</a>)</li>
   </ul>
   <p>JCache</p>
   <ul>
   <li>Fixed <code>putAll</code> with an immutable map that causes an exception 
when using a cache writer (<a 
href="https://redirect.github.com/ben-manes/caffeine/issues/841";>#841</a>)</li>
   </ul>
   <h2>3.1.2</h2>
   <p>Cache</p>
   <ul>
   <li>Added detection for when a key's equality has changed and corrupted the 
underlying map (<a 
href="https://redirect.github.com/apache/solr/pull/1118";>SOLR-16489</a>)</li>
   <li>Improved the frequency sketch by better utilizing the cpu cache line to 
reduce memory accesses</li>
   <li>Fixed <code>computeIfAbsent</code> when replacing a collected weak/soft 
value and the custom expiry fails</li>
   <li>Improved refresh conflict detection to avoid unnecessarily discarding 
after a reload</li>
   <li>Improved eviction when the weight is oversized (<a 
href="https://redirect.github.com/ben-manes/caffeine/issues/745";>#745</a>)</li>
   </ul>
   <p>Guava</p>
   <ul>
   <li>Added an adapter from Guava's CacheLoader to Caffeine's (<a 
href="https://redirect.github.com/ben-manes/caffeine/issues/766";>#766</a>)</li>
   </ul>
   <p>JCache</p>
   <ul>
   <li>Fixed <code>Cache.getConfiguration()</code> to return an immutable 
instance</li>
   </ul>
   <h2>3.1.1</h2>
   <ul>
   <li>Fixed <code>refreshAfterWrite</code> when racing with a removed entry 
(<a 
href="https://redirect.github.com/ben-manes/caffeine/issues/715";>#715</a>)</li>
   <li>Fixed gradle module metadata variant selection (<a 
href="https://redirect.github.com/ben-manes/caffeine/issues/716";>#716</a>)</li>
   </ul>
   <h2>3.1.0</h2>
   <ul>
   <li>Fixed the publication of a removal notification when computing a null 
value on top of an expired entry</li>
   <li>Fixed the publication of a removal notification for a conditional 
replacement on an unbounded cache</li>
   <li>Fixed <code>Map.equals</code> when the traversal triggers an eviction 
and the subset of live entries matches</li>
   <li>Improved refreshAfterWrite to return the new value if computed by the 
caller (<a 
href="https://redirect.github.com/ben-manes/caffeine/issues/688";>#688</a>, <a 
href="https://redirect.github.com/ben-manes/caffeine/issues/699";>#699</a>)</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/ben-manes/caffeine/commit/eb3c9adb531d1c7ee5eb4f8431928a94fd03bcdf";><code>eb3c9ad</code></a>
 add example using hibernate (<a 
href="https://redirect.github.com/ben-manes/caffeine/issues/877";>#877</a>)</li>
   <li><a 
href="https://github.com/ben-manes/caffeine/commit/391a0ccb006ada5c211ac69aa664e9414ebed150";><code>391a0cc</code></a>
 Allow jcache to load its configuration from a uri (fixes <a 
href="https://redirect.github.com/ben-manes/caffeine/issues/877";>#877</a>)</li>
   <li><a 
href="https://github.com/ben-manes/caffeine/commit/03e9926f34481ce4a97d3b29d9bfa35ef0c61c25";><code>03e9926</code></a>
 Prefer assertThrows to TestNG's expected exception or try-catch blocks.</li>
   <li><a 
href="https://github.com/ben-manes/caffeine/commit/eedb48a2502951f9d9c86b9a963c8f4ff04ff36f";><code>eedb48a</code></a>
 Bump mikepenz/gradle-dependency-submission from 0.8.4 to 0.8.5 (<a 
href="https://redirect.github.com/ben-manes/caffeine/issues/875";>#875</a>)</li>
   <li><a 
href="https://github.com/ben-manes/caffeine/commit/6f9e9b87ab578f6ec561d314e02b3bf6d6e2801e";><code>6f9e9b8</code></a>
 Guard Map.clear from a write-back removal listener (fixes <a 
href="https://redirect.github.com/ben-manes/caffeine/issues/872";>#872</a>)</li>
   <li><a 
href="https://github.com/ben-manes/caffeine/commit/354693b658cd03d7355f7d93265cab0109d13675";><code>354693b</code></a>
 Bump step-security/harden-runner from 2.1.0 to 2.2.0 (<a 
href="https://redirect.github.com/ben-manes/caffeine/issues/873";>#873</a>)</li>
   <li><a 
href="https://github.com/ben-manes/caffeine/commit/5fbf97ee7313558e953a9a0f8f9f792c7b0ad7a3";><code>5fbf97e</code></a>
 Bump gradle/wrapper-validation-action from 1.0.5 to 1.0.6 (<a 
href="https://redirect.github.com/ben-manes/caffeine/issues/871";>#871</a>)</li>
   <li><a 
href="https://github.com/ben-manes/caffeine/commit/88e69046215f65015ce2c32f612398f197f89221";><code>88e6904</code></a>
 Add GL-Cache traces to the simulator</li>
   <li><a 
href="https://github.com/ben-manes/caffeine/commit/8aa0b9e23b511fa8df44c10718e2693a3d2565e6";><code>8aa0b9e</code></a>
 fix javadoc links to errorprone annotations</li>
   <li><a 
href="https://github.com/ben-manes/caffeine/commit/3754558734f3c747d9e79b4a6b958a50fae2045b";><code>3754558</code></a>
 Release 3.1.4</li>
   <li>Additional commits viewable in <a 
href="https://github.com/ben-manes/caffeine/compare/v2.9.3...v3.1.5";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![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.1.5)](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-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