Update dependency com.github.ben-manes.caffeine:caffeine to v3.2.3 #5
Reference in New Issue
Block a user
Delete Branch "renovate/com.github.ben-manes.caffeine-caffeine-3.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
3.1.8→3.2.3Release 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)Configuration
📅 Schedule: (UTC)
🚦 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.
This PR has been generated by Renovate Bot.
PR Reviewer Guide 🔍
Here are some key observations to aid the review process:
Dependency Impact
The
caffeinelibrary is updated from3.1.8to3.2.3. The release notes mention fixes related to asynchronous caches, weak keys, and performance improvements. It is recommended to ensure that application functionality relying on these specific features of Caffeine is not adversely affected by this update.PR Code Suggestions ✨
No code suggestions found for the PR.