[java] Update dependency org.redisson:redisson to v3.41.0 #14983
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.39.0->3.41.0Release Notes
redisson/redisson (org.redisson:redisson)
v3.41.0Feature -
RPermitExpirableSemaphore.getLeaseTime()method added (thanks to @seakider)Feature -
sslVerificationModesetting addedFixed -
RPermitExpirableSemaphore.release(java.util.List)shouldn't release permits if one of them doesn't exist (thanks to @seakider)Fixed -
RTopiclisteners leak if they are defined as a lambdaFixed -
RPriorityBlockingQueue.draintTo()method shouldn't resend command on response timeoutFixed -
RandomXoshiro256PlusPlusmight block Redisson initializationv3.40.2Improvement - optimization LRUCacheMap speed by up to 200x
Fixed - Quarkus config parsing with sentinel nodes (thanks to @blacksails)
Fixed - starvation of pub/sub connections may cause a memory leak
v3.40.1Improvement - Netty pending tasks amount report in timeout exceptions
Fixed - Redis or Valkey hostname parsing
Fixed -
NoClassDefFoundErroris thrown during run with Spring Boot 3.4.0 in GraalVM native modeFixed -
RTopicandRShardedTopicfail to resubscribe after node's DNS record change (regression since 3.27.0)v3.40.0Feature - metrics added to
RClusteredTopic,RReliableTopic,RClusteredReliableTopic,RShardedTopic,RJsonStoreandRLocalCachedJsonStoreobjectsFeature - Spring Data Redis 3.4.x module added
Feature - Spring Boot upgraded to 3.4.0
Feature -
setIfLess()andsetIfGreater()methods added toRAtomicDoubleandRAtomicLongobjects (thanks to @seakider)Feature -
RMultimap.fastReplaceValues()method added (thanks to @davidreis97)Fixed - IPV6 uris with braces are parsed incorrectly
Fixed - minCleanUpDelay setting isn't applied during the first run of the EvictionTask
Fixed - master node shouldn't be changed on new ip addition for AWS Serverless endpoint
Fixed - Quarkus native build requires Snappy library
Fixed - Quarkus 3.14+ compatibility
Fixed -
RBitSet.length()method returns unexpected value and caused RedisException in some case (thanks to @seakider)Fixed -
TypedJsonJacksonCodecdoesn't catch Exception (thanks to @lyrric)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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 was generated by Mend Renovate. View the repository job log.