Skip to content

v2.7.0.RC

Pre-release
Pre-release
Compare
Choose a tag to compare
@areyouok areyouok released this 05 Aug 08:41
· 148 commits to master since this release
c60ad82

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