[LOW] Update dependency com.github.ben-manes.caffeine:caffeine to v3 - autoclosed#53
Closed
mend-for-mygithub.libinneed.workers.dev[bot] wants to merge 1 commit into
Conversation
f0d3e05 to
dba98e5
Compare
dba98e5 to
48713b5
Compare
48713b5 to
551f7af
Compare
551f7af to
e8be02c
Compare
e8be02c to
48759be
Compare
48759be to
d7b9351
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.8.5→3.2.3Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
ben-manes/caffeine (com.github.ben-manes.caffeine:caffeine)
v3.2.3: 3.2.3CaffeineSpecwhen using numeric literals (#1890)CompletableFutureis in an inconsistent state (quarkus#50513)v3.2.2: 3.2.2v3.2.1: 3.2.1computeIfAbsentfor an async cache's synchronous view to retry if incompleteCaffeineSpecwhen being reflectively constructed (#1839)v3.2.0: 3.2.0Cache
Expirystatic factory methods (#1499)WeigherorExpiryfail on an async completion (#1687)containsKeyfor an async cache's synchronous view while in-flight (#1626)Guava
JCache
hibernate.javax.cache.urito load the configuration from a jar (#1347)v3.1.8: 3.1.8v3.1.7: 3.1.7Cache
JCache
jakarta.injectsupport, droppingjavax.inject(#1009)v3.1.6: 3.1.6Implementation-Versionand otherMANIFEST.MFattributes (#889)v3.1.5: 3.1.5Cache
clear()removing a key more than once due to a write-back removal listener (#872)JCache
v3.1.4: 3.1.4Added @CanIgnoreReturnValue annotations for static analysis (#868)
v3.1.3: 3.1.3Cache
JCache
putAllwith an immutable map that causes an exception when using a cache writer (#841)v3.1.2: 3.1.2Cache
computeIfAbsentwhen replacing a collected weak/soft value and the custom expiry failsGuava
JCache
Cache.getConfiguration()to return an immutable instancev3.1.1: 3.1.1refreshAfterWritewhen racing with a removed entry (#715)v3.1.0: 3.1.0Map.equalswhen the traversal triggers an eviction and the subset of live entries matchesv3.0.6: 3.0.6AsyncCache.getAllwhen storing additional mappings (#655)v3.0.5: 3.0.5Cache
@NullablefromLoadingCache.get(key)(#594)JCache
close()will now shutdown the executor and wait for in-flight loads to finishv3.0.4: 3.0.4Cache
Map.entrySet.contains(o)to use reference equalityv3.0.3: 3.0.3Cache
v3.0.2: 3.0.2Cache
sun.misc.Unsafeand fallbacksv3.0.1: 3.0.1v3.0.0: 3.0.0This release includes API incompatible changes.
Highlights
API improvements
Policy.refreshes()for a snapshot of the in-flight refresh operationsCacheLoaderandAsyncCacheLoaderofferbulkfactory methodsAsyncCacheLoadermethods may now throw checked exceptionsLoadingCache.refreshnow returns the in-flight future (#143)LoadingCache.refreshAllconvenience methodSetof keys (wasIterable)Implementation improvements
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 resultPolicy.Expirationinto fixed and refresh interfacesDeprecation removals
CacheWriter,SingleConsumerQueue, andUnsafeAccessStatsCounter.recordEvictionvariationsCacheStatsconstructorsNotes
CacheWriterusages can be replaced byMapcomputations andCaffeine.evictionListenerUnsafemay be used if available, otherwise falls back toVarHandlesv2.9.3: 2.9.3Cache
JCache
close()will now shutdown the executor and wait for in-flight loads to finishv2.9.2: 2.9.2Cache
v2.9.1: 2.9.1Cache
v2.9.0: 2.9.0Cache
Caffeine.evictionListenerwhich is notified within the atomic operation when an entry is automatically removedCacheWriter. Please useasMapcomputations or an eviction listener insteadCacheStats.of(...)to allow for becoming a value-based class in a future releasev2.8.8: 2.8.8Cache
v2.8.7: 2.8.7Cache
asMap().keySet().toArray()to not return expired mappings (#472)CaffeineSpec(#466)putupdate optimization for variable expiration (#478)v2.8.6: 2.8.6Cache
AsyncCachefuture value resolves to nullAsyncCache.synchronous().asMap()conditional methodsUnsafeAccessandSingleConsumerQueueJCache
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.