cache2k v1.9.4.Beta Release Notes
Release Date: 2020-12-07 // almost 4 years ago-
🚀 This is a preview release for evaluation purposes and should not be used in production.
The preview is in preparation for version 2 which will have some major breaking
changes to the previous releases. The final release will be 2.0.0.Final - "North Atlantic".🆕 New and Noteworthy
- 🚀 Last set of API changes. This is the release candidate 1 of cache2k version 2.0
Possible Breakages
- N/A
API Changes Possible Breakages
- Customizations can implement
AutoCloseable
, changed fromCloseable
, Java 8 improvement Cache
andCacheManager
implementsAutoCloseable
, changed fromCloseable
, Java 8 improvement- ⏱
Scheduler
andTimeReference
available in base configuration and API
🛠 Fixes and Improvements
- Common timer threads are destroyed when last cache is closed, []GH#167](#167),
Thanks Jingxiao Gu / @dawnwords for reporting! - 0️⃣ Corner case: Don't drop a altered default name after all cache managers are closed