fix(deps): update dependency org.redisson:redisson-hibernate-6 to v3.24.1 #919
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.24.0
->3.24.1
Release Notes
redisson/redisson (org.redisson:redisson-hibernate-6)
v3.24.1
Feature -
writerRetryAttempts
andwriterRetryInterval
settings added toMapOptions
object (thanks to @zzhlhc)Feature -
RSortedSet
implementsRExpirable
Feature -
RBlockingQueue.pollFromAnyWithName()
method addedFeature -
org.redisson.codec.LZ4CodecV2
codec based on apache commons-compress addedFeature - Redis Cache async methods implementation introduced in Spring 6.1.0
Feature -
tcpKeepAliveCount
,tcpKeepAliveIdle
,tcpKeepAliveInterval
,tcpUserTimeout
settings addedFeature -
subscriptionTimeout
setting addedFixed -
RedissonClient.shutdown()
method should be completed within timeout (thanks @dgolombek)Fixed -
RBuckets.trySet()
,RBuckets.set()
,RBuckets.get()
,RKeys.touch()
,RKeys.unlink()
,RKeys.delete()
,RKeys.countExists()
methods may hang after failover in Redis clusterFixed - exceptions aren't wrapped in
CacheException
forcontainsKey()
,getAll()
andremoveAll()
methods ofJCache
Fixed - Command execution timeout for command: (PING)
Fixed -
RBucketReactive.delete()
method doesn't work in Quarkus Native mode (thanks to @DicksengA)Fixed - auto configuration with Spring Boot 2.7.x+
Fixed -
RSortedSet
doesn't work correctly ifNameMapper
object was specifiedFixed -
RPriorityQueue
has incorrect lock name ifNameMapper
object was specifiedFixed -
RMapCache.expireEntries()
andexpireEntry()
methods don't updatemaxIdle
parameter properlyFixed - non-volatile
RedisConnection.lastUsageTime
field may cause incorrect idle time calculationFixed -
attempt to unlock lock, not locked by current thread
error occurs in rare cases even ifRLock.unlock()
method called by lock owner threadFixed -
RCountDownLatch
only notifying the first async listener after countdown reaches 0 (thanks to @Sinbios)Fixed -
RStream.trim()
andtrimNonStrict()
methods don't work with Redis 6.2+Fixed -
RReadWriteLock.readLock().isLocked()
method returns incorrect result if acquired by writeLock owner threadFixed -
RedissonClient.getLiveObjectService()
method causes an attempt to connect to Redis iflazyInitialization = true
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.