-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update dependency com.github.ben-manes.caffeine:caffeine to v3 #1104
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/com.github.ben-manes.caffeine-caffeine-3.x
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Update dependency com.github.ben-manes.caffeine:caffeine to v3 #1104
renovate
wants to merge
1
commit into
master
from
renovate/com.github.ben-manes.caffeine-caffeine-3.x
Conversation
This file contains 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
renovate
bot
force-pushed
the
renovate/com.github.ben-manes.caffeine-caffeine-3.x
branch
from
July 26, 2024 06:49
c97200c
to
272a672
Compare
renovate
bot
force-pushed
the
renovate/com.github.ben-manes.caffeine-caffeine-3.x
branch
from
September 6, 2024 08:10
272a672
to
9be604e
Compare
renovate
bot
force-pushed
the
renovate/com.github.ben-manes.caffeine-caffeine-3.x
branch
from
September 24, 2024 13:49
9be604e
to
5f8e54d
Compare
renovate
bot
force-pushed
the
renovate/com.github.ben-manes.caffeine-caffeine-3.x
branch
from
October 9, 2024 12:16
5f8e54d
to
e3cb574
Compare
renovate
bot
force-pushed
the
renovate/com.github.ben-manes.caffeine-caffeine-3.x
branch
from
October 17, 2024 15:58
e3cb574
to
735833b
Compare
renovate
bot
force-pushed
the
renovate/com.github.ben-manes.caffeine-caffeine-3.x
branch
from
October 21, 2024 12:57
735833b
to
ba4906b
Compare
renovate
bot
force-pushed
the
renovate/com.github.ben-manes.caffeine-caffeine-3.x
branch
from
October 22, 2024 15:04
ba4906b
to
a632721
Compare
renovate
bot
force-pushed
the
renovate/com.github.ben-manes.caffeine-caffeine-3.x
branch
from
October 28, 2024 09:14
a632721
to
e14c8d0
Compare
renovate
bot
force-pushed
the
renovate/com.github.ben-manes.caffeine-caffeine-3.x
branch
from
October 28, 2024 16:00
e14c8d0
to
a48e1be
Compare
renovate
bot
force-pushed
the
renovate/com.github.ben-manes.caffeine-caffeine-3.x
branch
from
November 29, 2024 15:54
a48e1be
to
d133a94
Compare
renovate
bot
force-pushed
the
renovate/com.github.ben-manes.caffeine-caffeine-3.x
branch
from
December 17, 2024 16:06
d133a94
to
85cfbfb
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
dependencies
Pull requests that update a dependency file
ns:rd
prd:rd
rel:rd-user-profile-api-pr-1104
0 participants
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.1.8
Release Notes
ben-manes/caffeine (com.github.ben-manes.caffeine:caffeine)
v3.1.8
: 3.1.8v3.1.7
: 3.1.7Cache
JCache
jakarta.inject
support, droppingjavax.inject
(#1009)v3.1.6
: 3.1.6Implementation-Version
and otherMANIFEST.MF
attributes (#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
putAll
with an immutable map that causes an exception when using a cache writer (#841)v3.1.2
: 3.1.2Cache
computeIfAbsent
when replacing a collected weak/soft value and the custom expiry failsGuava
JCache
Cache.getConfiguration()
to return an immutable instancev3.1.1
: 3.1.1refreshAfterWrite
when racing with a removed entry (#715)v3.1.0
: 3.1.0Map.equals
when the traversal triggers an eviction and the subset of live entries matchesv3.0.6
: 3.0.6AsyncCache.getAll
when storing additional mappings (#655)v3.0.5
: 3.0.5Cache
@Nullable
fromLoadingCache.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.Unsafe
and 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 operationsCacheLoader
andAsyncCacheLoader
offerbulk
factory methodsAsyncCacheLoader
methods may now throw checked exceptionsLoadingCache.refresh
now returns the in-flight future (#143)LoadingCache.refreshAll
convenience methodSet
of keys (wasIterable
)Implementation improvements
java.util.logging
(#456)sun.misc.Unsafe
is no longer required (#273)Incompatible changes
VarExpiration
time-based puts now return the old value instead of a boolean resultPolicy.Expiration
into fixed and refresh interfacesDeprecation removals
CacheWriter
,SingleConsumerQueue
, andUnsafeAccess
StatsCounter.recordEviction
variationsCacheStats
constructorsNotes
CacheWriter
usages can be replaced byMap
computations andCaffeine.evictionListener
Unsafe
may be used if available, otherwise falls back toVarHandles
v2.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.evictionListener
which is notified within the atomic operation when an entry is automatically removedCacheWriter
. Please useasMap
computations 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)put
update optimization for variable expiration (#478)v2.8.6
: 2.8.6Cache
AsyncCache
future value resolves to nullAsyncCache.synchronous().asMap()
conditional methodsUnsafeAccess
andSingleConsumerQueue
JCache
Configuration
📅 Schedule: Branch creation - "after 7am and before 11am every weekday" in timezone Europe/London, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.