fix(deps): update redisson.version from v3.34.1 to v3.35.0 #522
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.34.1
->3.35.0
3.34.1
->3.35.0
3.34.1
->3.35.0
Release Notes
redisson/redisson (org.redisson:redisson-spring-boot-starter)
v3.35.0
Feature -
INDEXEMPTY
option added to tag and text fields inRSearch.createIndex()
methodFeature -
INDEXMISSING
option added to all fields inRSearch.createIndex()
methodFeature -
StreamMessageId.LAST
option addedFeature -
copy()
andcopyAndReplace()
methods added toRObject
interfaceFeature - Apache Fury codec support
Feature -
RSetCache
object supportsTrackingListener
,SetAddListener
andSetRemoveListener
listenersFeature -
RClusteredMapCacheNative
object implemented. Requires Redis 7.4+Feature -
RLocalCachedMapCacheNative
object implemented. Requires Redis 7.4+Feature -
localcache_native
andclustered_native
implementations added to Quarkus module. Requires Redis 7.4+Feature -
RedissonClusteredCacheNative
andRedissonLocalCachedCacheNative
implementations added to MyBatis module. Requires Redis 7.4+Feature -
RedissonClusteredSpringCacheNativeManager
andRedissonSpringLocalCachedCacheNativeManager
implementations added to Spring Cache module. Requires Redis 7.4+Feature -
RedissonClusteredNativeRegionFactory
andRedissonLocalCachedNativeRegionFactory
added to Hibernate module. Requires Redis 7.4+Feature -
local-caches-native
andclustered-caches-native
implementations added to Micronaut module. Requires Redis 7.4+Improvement -
ProtobufCodec
memory allocation optimization (thanks to @chaokunyang)Improvement - Apache Fury codec optimization (thanks to @seakider)
Improvement - quarkus should make an attempt to read config file using Thread's ContextClassLoader
Improvement - quarkus should make an attempt to read config file using Thread's ContextClassLoader (thanks to @seakider)
Improvement - don't take lock for
RMap.computeIfAbsent()
if only get is needed (thanks to @shreyas-sprinklr)Fixed - writer, writeMode, writerAsync, writeBehindDelay, writeBehindBatchSize, loader, loaderAsync settings aren't applied to caches-native in Micronaut module
Fixed - missed
caches-native
implementation for Micronaut 3.x and Micronaut 2.xFixed - a new retry attempt to the same node isn't made for INFO_REPLICATION, SENTINEL_GET_MASTER_ADDR_BY_NAME, SENTINEL_SENTINELS, SENTINEL_SLAVES and CLUSTER_NODES commands
Fixed -
RType.JSON
andRType.STREAM
can't be resolved byRKey.getType()
methodFixed -
RKeys.removeListener()
method doesn't removeNewObjectListener
andSetObjectListener
Fixed -
copy()
method doesn't works with db (thanks to @seakider)Fixed -
maven.compiler.release
setting isn't definedFixed -
RSearch.info()
method throwsNumberFormatException
(thanks to @iamtakingiteasy)Fixed - timeout parameters defined per object aren't applied to
RJsonBuckets
andRJsonBucket
objectsFixed - RedisException is thrown by
.removeAll()
and.indexOf()
methods ofRedissonSubList
object (thanks to @seakider)Fixed - wrong event keyspace name for
MapCacheNative
object (thanks to @larryTheCoder)Fixed - missed
rename()
andrenamenx()
methods implementation forRIdGenerator
,RMapCache
andRTimeSeries
objectsFixed -
Kryo5Codec
doesn't handleUnmodifiableCollection
,SynchronizedCollection
andCheckedCollection
Fixed -
RRateLimiter
incorrect rate count in the event of an attempt to exceed the limitFixed -
credentials-resolver
,failed-slave-node-detector
,command-mapper
,name-mapper
,nat-mapper
settings aren't recognized by Helidon and QuarkusFixed -
RMultimapCacheReactive.expireKey()
method returns Single instead of Reactor MonoFixed -
@RObjectField
annotation with codec option has no effectFixed - an exception is thrown if the
@RObjectField
annotation is defined on a fieldFixed -
RDestroyable.destroy()
method doesn't remove listenersFixed - FailedSlaveNodeDetector's parameters by can't be defined in YAML config
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 these updates again.
This PR was generated by Mend Renovate. View the repository job log.