directory-ldap-api
directory-ldap-api copied to clipboard
Bump com.github.ben-manes.caffeine:caffeine from 2.9.3 to 3.0.0
Bumps com.github.ben-manes.caffeine:caffeine from 2.9.3 to 3.0.0.
Release notes
Sourced from com.github.ben-manes.caffeine:caffeine's releases.
3.0.0
This release includes API incompatible changes.
Highlights
- Java 11 or above is required
- Java 8 users can continue to use version 2.x, which will be supported
API improvements
- Added
Policy.refreshes()for a snapshot of the in-flight refresh operationsCacheLoaderandAsyncCacheLoaderofferbulkfactory methodsAsyncCacheLoadermethods may now throw checked exceptions- Better usage of Checker Framework nullness annotations (#337)
LoadingCache.refreshnow returns the in-flight future (#143)- Various unimplemented default methods are now abstract
- Added
LoadingCache.refreshAllconvenience method- Bulk loads now receive a
Setof keys (wasIterable)- More flexible generic bounds and type parameters
Implementation improvements
- Refresh operations ignore redundant calls during an in-flight load and are linearizable (#193, #236, #282, #322, #373, #467)
- The Java Platform Logging API is used instead of
java.util.logging(#456)sun.misc.Unsafeis no longer required (#273)Incompatible changes
VarExpirationtime-based puts now return the old value instead of a boolean result- Removed jandex resource as no longer utilized by Quarkus
- Split
Policy.Expirationinto fixed and refresh interfacesDeprecation removals
CacheWriter,SingleConsumerQueue, andUnsafeAccessStatsCounter.recordEvictionvariationsCacheStatsconstructorsNotes
CacheWriterusages can be replaced byMapcomputations andCaffeine.evictionListener- For best performance
Unsafemay be used if available, otherwise falls back toVarHandles- We will continue to support and maintain version 2.x for Java 8 users
Commits
be6ad63add checkerframework javadoc linka95ae26Added snapshot view of in-flight refresh operations0d23987misc improvements (javadoc, generics, build)b45b1ccAdd refreshAll(keys) convenience method (bulk not supported)b792cc3Split the release workflow out from the build action16ddc49Update version to 3.0.028a456eRemove CacheWriter (deprecated for removal in v2.9)e1b3bcaRemove jandex as unuseda0c310cPrefer VarHandle for ring buffer arrayd63c871Mirror usage of@CheckReturnValuefrom Guava- Additional commits viewable in compare view
Most Recent Ignore Conditions Applied to This Pull Request
| Dependency Name | Ignore Conditions |
|---|---|
| com.github.ben-manes.caffeine:caffeine | [>= 3.a, < 4] |
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.