2.8.6
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
andSingleConsumerQueue
JCache