Skip to content

Library Upgrades

Latest
Compare
Choose a tag to compare
@yusufaytas yusufaytas released this 24 Sep 21:59
· 7 commits to master since this release

We have dropped support for certain caching types and upgraded some of the libraries.

  • Dropped support for the non-thread-safe cache.
  • Dropped support for the transactional cache.
  • Upgraded to caffeine 2.8.0 for HeapCache.
  • Upgraded to spring 5.1.9.RELEASE.
  • Added support for put operations with TTL.
  • Added CacheStats for all cache types.
  • Fixed bugs due to indexing.
  • Updated coverage plugin.
  • Updated license header.
  • Started using maven wrapper.
  • Updated formatting to Google Java Style.