Feature - getCountDownLatch
, getPermitExpirableSemaphore
, getSemaphore
, getFairLock
methods added to RMultimap
object
Feature - maxCleanUpDelay
and minCleanUpDelay
settings added to Config
object
Fixed - RLocalCachedMap.destroy
method doesn't clear local cache
Fixed - HP NONSTOP OS is not supported by MapCacheEventCodec
Fixed - RedissonLocalCachedMap.readAll*
methods throw NPE if evictionPolicy = WEAK
used
Fixed - codec provided in Redisson configuration isn't used for attribute messages serialization
Fixed - ClassNotFoundException is thrown by Tomcat Session Manager in readMode = MEMORY
Fixed - fresh Tomcat instance unable to load session stored in Redis
Fixed - negative delay shouldn't be allowed to define for RDelayedQueue.offer
method
Fixed - eviction delay for RMapCache
object is not decreased
Fixed - RMultiLock.tryLockAsync
and RMultiLock.lockAsync
methods may hang during invcation