solr
solr copied to clipboard
Update dependency com.github.ben-manes.caffeine:caffeine to v3.2.1
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| com.github.ben-manes.caffeine:caffeine | dependencies | minor | 3.1.8 -> 3.2.1 |
Release Notes
ben-manes/caffeine (com.github.ben-manes.caffeine:caffeine)
v3.2.1: 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)
v3.2.0: 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)
Configuration
📅 Schedule: Branch creation - "* * * * *" (UTC), 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.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Renovate Bot