Caffeine v2.8.6 Release Notes

Release Date: 2020-10-12 // over 3 years ago
  • Cache

    • Changed false sharing protection to comply with JDK 15's field layout (Java Objects Inside Out)
    • Suppressed the removal listener notification when an AsyncCache future value resolves to null
    • 👌 Improved the implementations of AsyncCache.synchronous().asMap() conditional methods
    • ➕ Added Jandex index for assisting GraalVM AOT (quarkusio/quarkus#10420)
    • 🗄 Deprecated UnsafeAccess and SingleConsumerQueue

    JCache

    • 🔄 Changed to an OSGi Component to avoid coupling consumers to the provider (#447)
    • ➕ Added the ability to record native statistics (#460)