v2.7.0.RC
Pre-release
Pre-release
compare to 2.7.0.M2:
- new feature: add CacheManager.getOrCreateCache(QuickConfig) to replace CreateCache annotation, the CreateCache annotation is deprecated
- fix problem in local cache invalidate notification
- support kryo5/fastjson2/jackson as value encoder/decoder, fastjson2/jackson is not register by default
- fix redisson expire problem
- fix some build problems
- compatibility: change default key convertor from fastjson to fastjson2
- compatibility: make kryo/fastjson dependency optional, new dependency kryo5/jackson is also optional, fastjson2 is not optional (it is default key convertor)
- compatibility: change GlobalCacheConfig.areaInCacheName default value to false
- compatibility: Remove CacheManager.defaultManager() method, some internal public methods changed
- look source_code/docs/language/Compatibility.md for more notes