cache2k v1.9.5.Beta Release Notes
Release Date: 2020-12-11 // about 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
- ๐ Documentation fixes. This is the release candidate 2 of cache2k version 2.0
API Changes Possible Breakages
- ๐ฆ Move
Weigher
to packageorg.cache2k.operation
.
๐ Fixes and Improvements
- ๐ Fix site build for Java 11
- ๐ Documentation touch ups
- ๐ Change configuration XML schema to version 2 and archive version 1
- Event listeners will be send the wrapped cache
Previous changes from v1.9.4.Beta
-
๐ 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