Skip to content

3.0.5

Compare
Choose a tag to compare
@ben-manes ben-manes released this 03 Dec 04:56
· 915 commits to master since this release

Cache

  • Fixed reference eviction when used with a broken executor (JDK-8274349)
  • Suppressed log warnings if a future is cancelled or times out (#597)
  • Removed @Nullable from LoadingCache.get(key) (#594)
  • Fixed early expiration of in-flight async loads (#625)

JCache

  • close() will now shutdown the executor and wait for in-flight loads to finish