Bump org.redisson:redisson from 4.1.0 to 4.2.0 by dependabot[bot] · Pull Request #1787 · apache/maven-resolver (original) (raw)
Bumps org.redisson:redisson from 4.1.0 to 4.2.0.
Release notes
Sourced from org.redisson:redisson's releases.
redisson-4.2.0
Feature - Spring AI Vector Store implemented Feature - AvroJackson3Codec, CborJackson3Codec, IonJackson3Codec, SmileJackson3Codec codecs added Feature - RBloomFilterNative object added which covers BF.* commands (thanks to @bandalgomsu) Feature - RSearch.hasIndex() method added (thanks @bandalgomsu) Feature - Jackson3Codec added for RJsonBucket and RJsonStore objects
Breaking change - RSet.containsEach() returns Set (thanks to @bandalgomsu)
Fixed - RRingBuffer.clear() method shouldn't clear capacity (thanks to @bandalgomsu) Fixed - unnecessary attempts for BUSYGROUP error (thanks to @bandalgomsu) Fixed - RenewalTask.renewSlots() throws StackOverflowError with many locks (thanks to @subbotinkv) Fixed - RExecutorService.scheduleAtFixedRate() method can only be executed once (thanks to @bandalgomsu) Fixed - Stream ranges in Spring Data Redis module don't handle bounds (thanks to @bandalgomsu) Fixed - UUID serialization by Jackson codecs Fixed - RBatch with ExecutionMode.REDIS_WRITE_ATOMIC throws NPEs Fixed - RJsonBucket.setAndKeepTTLAsync() doesn't work (thanks to @jigneshcoder) Fixed - possible RedisTimeoutException and memory Growth after upgrading to Redisson 3.47.0 (thanks to @seakider) Fixed - missed redisson-spring-cache and redisson-spring-transaction dependencies for redisson-spring-boot-starter module Fixed - RSearch VectorSimilarity param doesn't allow to specify scoreAlias and filter params Fixed - javadocs: Config.setCleanUpKeysAmount() description (thanks to @MuriloMarquesSantos) Fixed - errors logging improvement (thanks to @GaoSSR) Fixed - potential negative index in load balancers (thanks to @GaoSSR) Fixed - GraalVM reflection issue in Spring Native (thanks to @GaoSSR) Fixed - docs: update deprecation note for RedLock object (thanks to @mykronetix) Fixed - passwords encryption JDK 8 compatibility
Changelog
Sourced from org.redisson:redisson's changelog.
5-Feb-2025 - 4.2.0 released
Feature - Spring AI Vector Store implemented
Feature -AvroJackson3Codec,CborJackson3Codec,IonJackson3Codec,SmileJackson3Codeccodecs added
Feature -RBloomFilterNativeobject added which coversBF.*commands (thanks to @bandalgomsu)
Feature -RSearch.hasIndex()method added (thanks @bandalgomsu)
Feature - Jackson3Codec added forRJsonBucketandRJsonStoreobjectsBreaking change -
RSet.containsEach()returnsSet(thanks to @bandalgomsu)Fixed -
RRingBuffer.clear()method shouldn't clear capacity (thanks to @bandalgomsu)
Fixed - unnecessary attempts for BUSYGROUP error (thanks to @bandalgomsu)
Fixed -RenewalTask.renewSlots()throws StackOverflowError with many locks (thanks to @subbotinkv)
Fixed -RExecutorService.scheduleAtFixedRate()method can only be executed once (thanks to @bandalgomsu)
Fixed - Stream ranges in Spring Data Redis module don't handle bounds (thanks to @bandalgomsu)
Fixed - UUID serialization by Jackson codecs
Fixed -RBatchwithExecutionMode.REDIS_WRITE_ATOMICthrows NPEs
Fixed -RJsonBucket.setAndKeepTTLAsync()doesn't work (thanks to @jigneshcoder)
Fixed - possibleRedisTimeoutExceptionand memory Growth after upgrading to Redisson 3.47.0 (thanks to @seakider)
Fixed - missedredisson-spring-cacheandredisson-spring-transactiondependencies forredisson-spring-boot-startermodule
Fixed -RSearchVectorSimilarityparam doesn't allow to specify scoreAlias and filter params
Fixed - javadocs:Config.setCleanUpKeysAmount()description (thanks to @MuriloMarquesSantos)
Fixed - errors logging improvement (thanks to @GaoSSR)
Fixed - potential negative index in load balancers (thanks to @GaoSSR)
Fixed - GraalVM reflection issue in Spring Native (thanks to @GaoSSR)
Fixed - docs: update deprecation note for RedLock object (thanks to @mykronetix)
Fixed - passwords encryption JDK 8 compatibility
Commits
- d5528ad [maven-release-plugin] prepare release redisson-4.2.0
- d334b72 tests fixed
- 9ba66dc test fixed
- c7ffc6d libs updated
- b73753a test fixed
- 3109c3b Merge pull request #6970 from bandalgomsu/gh-6944
- e8fbfc5 Merge pull request #6971 from bandalgomsu/gh-6964
- f3811e4 Fix clear() in RedissonRingBuffer is clearing elements and capacity
- 8a29329 Fix CommandDecoder to handle BUSY error prefix
- aa91d16 Merge pull request #6968 from bandalgomsu/gh-6951
- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)