Open renovate[bot] opened 3 years ago
Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.
You can manually request rebase by checking the rebase/retry box above.
⚠ Warning: custom changes will be lost.
This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.
This PR contains the following updates:
2.9.0
->2.9.3
⚠ Dependency Lookup Warnings ⚠
Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.
Release Notes
ben-manes/caffeine
### [`v2.9.3`](https://togithub.com/ben-manes/caffeine/releases/tag/v2.9.3): 2.9.3 [Compare Source](https://togithub.com/ben-manes/caffeine/compare/v2.9.2...v2.9.3) Cache - Fixed reference eviction when used with a broken executor ([JDK-8274349][jdk8274349]) - Reduced the entry overhead by 8 bytes when using weak or soft values - Suppressed log warnings if a future is cancelled or times out ([#597](https://togithub.com/ben-manes/caffeine/issues/597)) - Fixed Map.entrySet.contains(o) to use reference equality - Fixed early expiration of in-flight async loads ([#625](https://togithub.com/ben-manes/caffeine/issues/625)) JCache - `close()` will now shutdown the executor and wait for in-flight loads to finish [jdk8274349]: https://bugs.openjdk.java.net/browse/JDK-8274349 ### [`v2.9.2`](https://togithub.com/ben-manes/caffeine/releases/tag/v2.9.2): 2.9.2 [Compare Source](https://togithub.com/ben-manes/caffeine/compare/v2.9.1...v2.9.2) Cache - Fixed reading an intermittent null weak/soft value during a concurrent write ([#568](https://togithub.com/ben-manes/caffeine/issues/568)) - Fixed extraneous eviction when concurrently removing a collected entry after a writer resurrects it with a new mapping ([#568](https://togithub.com/ben-manes/caffeine/issues/568)) - Fixed excessive retries of discarding an expired entry when the fixed duration period is extended, thereby resurrecting it ([#568](https://togithub.com/ben-manes/caffeine/issues/568)) ### [`v2.9.1`](https://togithub.com/ben-manes/caffeine/releases/tag/v2.9.1): 2.9.1 [Compare Source](https://togithub.com/ben-manes/caffeine/compare/v2.9.0...v2.9.1) Cache - Added cancellation of the next scheduled expiration cleanup when the cache becomes empty ([#542](https://togithub.com/ben-manes/caffeine/issues/542)) - Improved how variable expiration reorganizes the timer events ([#541](https://togithub.com/ben-manes/caffeine/issues/541)) - Added putIfAbsent optimistic fastpath ([#506](https://togithub.com/ben-manes/caffeine/issues/506))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.
This PR has been generated by Mend Renovate. View repository job log here.