AdvancedSensitiveWords
AdvancedSensitiveWords copied to clipboard
chore(deps): bump com.github.ben-manes.caffeine:caffeine from 2.9.3 to 3.2.2
Bumps com.github.ben-manes.caffeine:caffeine from 2.9.3 to 3.2.2.
Release notes
Sourced from com.github.ben-manes.caffeine:caffeine's releases.
3.2.2
- Fixed characteristics returned by Spliterators (#1883)
3.2.1
- Fixed
computeIfAbsentfor an async cache's synchronous view to retry if incomplete- Improved
CaffeineSpecwhen being reflectively constructed (#1839)- Improved the handling of negative durations with variable expiration
- Fixed intermittent null after replacing a weak/soft value (#1820)
3.2.0
Cache
- Added Sigstore signing of maven artifacts
- Added
Expirystatic factory methods (#1499)- Migrated to JSpecify annotations (was checker framework)
- Fixed variable expiration calculation when nearing overflow
- Added logging when an async cache's removal listener fails
- Added an expiration write optimization to more operations (#1320)
- Fixed when a
WeigherorExpiryfail on an async completion (#1687)- Fixed cases when the expiration ticker was also used for statistics (#1678)
- Fixed refresh handling to skip if the async cache's entry is still loading (#1478)
- Fixed
containsKeyfor an async cache's synchronous view while in-flight (#1626)- Fixed premature expiration for an async cache when using nearly immediate expiration (#1623)
- For a bulk async load returning extra mappings, wait to be added to the cache before returning (#1409)
Guava
- Relaxed the OSGi version requirement (#1160)
JCache
- Allow
hibernate.javax.cache.urito load the configuration from a jar (#1347)3.1.8
- Added a workaround for a possible JDK concurrency bug with method handles (#1111)
3.1.7
Cache
- Improved builder construction time (#905)
JCache
- Fixed deadlock when a cache listener writes to another cache (#1065)
- Added
jakarta.injectsupport, droppingjavax.inject(#1009)3.1.6
- Fixed the log message when a key's equality has changed and corrupted the underlying map (#900, SLF4J-529)
- Added
Implementation-Versionand otherMANIFEST.MFattributes (#889)3.1.5
Cache
- Fixed
clear()removing a key more than once due to a write-back removal listener (#872)JCache
... (truncated)
Commits
f55fea4minor touchups419e861increase branch coveragea794497additional tests for collection streams9021c74Return correct characteristics from spliterators (#1884)e9ecffeincrease branch coverageb20d839increase branch coveragea5e031bincrease branch coverage7df5358Release 3.2.156b69c7minor touchupsb0264b9remove unnecessary@CanIgnoreReturnValueusages for stricter checking- Additional commits viewable in compare view
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.