Update dependency org.redisson:redisson to v3.44.0 #85
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.44.0
Release Notes
redisson/redisson (org.redisson:redisson)
v3.44.0
Feature - native eviction implemented for JCache API
Feature - advanced eviction implemented for JCache API
Feature -
RKeyAsync.getKeysAsync()
method added (thanks to @seakider)Feature - added
commandsMap
setting toCommandsLoadBalancer
objectFeature - added
regex
setting toRandomLoadBalancer
andRoundRobinLoadBalancer
objects to filter nodesFeature - Unix Domain Socket (UDS) support for a single mode through "redis+uds://" or "valkey+uds://" scheme
Fixed -
RBuckets.get()
method doesn't use nameMapper in single modeFixed -
valkeys
scheme can't be used in Sentinel modeFixed - closed channel detection during connection ping process
Fixed - RSearch throws an error if nocontent param defined (thanks to @seakider)
Fixed -
RemovedListener
is invoked incorrectly byJCache.getAll()
methodFixed - synthetic class shouldn't be allowed to be used as a comparator for
RPriorityQueue
objectsFixed - master node address isn't resolved through NatMapper object in Sentinel mode (tnanks @aramperes)
Fixed - STOPWORDS 0 can't be defined during RSearch index creation
Fixed -
RScript.evalSha()
method doesn't work in cluster modeFixed - task id duplication check added to
RScheduledExecutorService
methodsFixed - failover handling in Sentinel mode
Fixed - Micronaut
Session.put()
method doesn't remove an entry if value = nullFeature -
lockWatchdogBatchSize
setting addedFixed -
RReadWriteLock.unlock()
method doesn't respect the lock ownerv3.43.0
Feature -
RObservable
interface for listeners added for RLock objects (thanks to @seakider)Fixed -
RExecutorService
workers stop working (regression since 3.42.0) (thanks to @seakider)Fixed -
RLocalCacheMap.remove()
method hangs if called inside a transactionFixed - poll methods of
RTimeSeries
andRScoredSortedSet
objects return null instead of empty listsFixed -
RSet.containsEach()
method returns null instead of empty listFixed -
RLocalCachedMap.fastRemove()
method may throw NPE ifstoreMode = LOCALCACHE
v3.42.0
Feature - listeners support in Spring's CacheConfig object (thanks to @seakider)
Feature - CLIENT LIST command support for Spring Data (thanks to @seakider)
Feature - cluster nodes state added in
node ... hasn't been discovered yet
errorFeature -
onConnectFailed()
andonPingFailed()
methods with an error argument added toFailedNodeDetector
objectFeature - support of "valkey" and "valkeys" schemes in urls
Fixed -
RScheduledExecutorService
tasks might not be canceled (thanks to @seakider)Fixed -
MASTERDOWN
error handlingFixed -
RBloomFilter.contains()
should return false if the filter doesn't exist (thanks to @seakider)Fixed -
RRemoteService
calls do not throw RemoteServiceTimeoutException, leaving threads stuck (thanks to @seakider)Fixed -
RMap.addAndGet()
method doesn't work with MapWriterFixed -
RScheduledExecutorService
tasks are not running on the next executor if the app was killed (thanks to @seakider)Fixed -
RListMultimapReactive.get()
andRSetMultimapReactive.get()
methods return object with methods which throw exceptionsFixed -
RPriorityBlockingQueue.take()
method consumes an element even after the calling thread has been interruptedFixed -
RExecutorService
result futures might be never completedFixed -
RRemoteService
shouldn't allocate a new worker if requestQueue is emptyFixed -
RListMultimapReactive.get()
method doesn't work (thanks to @kramer)Fixed -
RListMultimapRx.get()
method doesn't workFixed -
destroy()
method doesn't work if called immediately after creation ofRDelayedQueue
objectv3.41.0
Feature -
RPermitExpirableSemaphore.getLeaseTime()
method added (thanks to @seakider)Feature -
sslVerificationMode
setting addedFixed -
RPermitExpirableSemaphore.release(java.util.List)
shouldn't release permits if one of them doesn't exist (thanks to @seakider)Fixed -
RTopic
listeners leak if they are defined as a lambdaFixed -
RPriorityBlockingQueue.draintTo()
method shouldn't resend command on response timeoutFixed -
RandomXoshiro256PlusPlus
might block Redisson initializationv3.40.2
Improvement - 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.1
Improvement - Netty pending tasks amount report in timeout exceptions
Fixed - Redis or Valkey hostname parsing
Fixed -
NoClassDefFoundError
is thrown during run with Spring Boot 3.4.0 in GraalVM native modeFixed -
RTopic
andRShardedTopic
fail to resubscribe after node's DNS record change (regression since 3.27.0)v3.40.0
Feature - metrics added to
RClusteredTopic
,RReliableTopic
,RClusteredReliableTopic
,RShardedTopic
,RJsonStore
andRLocalCachedJsonStore
objectsFeature - Spring Data Redis 3.4.x module added
Feature - Spring Boot upgraded to 3.4.0
Feature -
setIfLess()
andsetIfGreater()
methods added toRAtomicDouble
andRAtomicLong
objects (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 -
TypedJsonJacksonCodec
doesn't catch Exception (thanks to @lyrric)Configuration
📅 Schedule: Branch creation - "on the first day of the month" (UTC), 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.