fppt / jedis-mock

A simple redis java mock for unit testing
Apache License 2.0
163 stars 58 forks source link

Bump org.redisson:redisson from 3.30.0 to 3.32.0 #476

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 3 months ago

Bumps org.redisson:redisson from 3.30.0 to 3.32.0.

Release notes

Sourced from org.redisson:redisson's releases.

redisson-3.32.0

Feature - Quarkus Cache implementation added
Feature - RMapCacheNative implementation which uses Redis 7.4+ commands
Feature - unlinkByPattern() method added to RKeys interface (thanks to @​seakider)

Fixed - Apache Tomcat request.changeSessionId() method does not change the session id in Redis (thanks to @​bclay2116)
Fixed - RSearch parse params error (thanks to @​seakider)
Fixed - RSearch.info() throws NumberFormatException (thanks to @​seakider)
Fixed - cluster failover handling
Fixed - last master node shouldn't be removed in cluster topology
Fixed - duplicated master/slave added log output in sentinel mode Fixed - connection leak if master change operation failed during failover
Fixed - RxJava3 request can't be canceled
Fixed - RFairLock doesn't calculate remaining ttl properly before next acquisition attempt
Fixed - scanInterval setting check
Fixed - ElementsSubscribeService.resubscribe() method throws RedissonShutdownException
Fixed - RMap.getAll() method throws an exception if result of RMap.keySet() method passed as an argument
Fixed - Redis node random selection doesn't work properly
Fixed - concurrency problem during RLock expiration renewal (thanks to @​seakider)
Fixed - RListMultimap throws too many results to unpack error
Fixed - entry shutdown during cluster slots migration check

redisson-parent-3.31.0

Feature - Spring Boot 3.3.0 integration Feature - Spring Data Redis 3.3.0 integration Feature - allow retry of NOREPLICAS error (thanks to @​ghollies)

Improvement - SequentialDnsAddressResolverFactory default concurrencyLevel set to 2 Improvement - ThreadLocalRandom replaced with xoshiro256++ RNG to avoid collisions

Fixed - cluster failover handling Fixed - cluster topology scan shouldn't be stopped by any exception Fixed - RSetMultiMap throws too many results to unpack error Fixed - append commands error when using batch mode (thanks to @​seakider) Fixed - ERR unknown command EVALSHA_RO error shouldn't be logged Fixed - TransactionalBucket#set(V, Duration) PSETEX command is called before MULTI command (thanks to @​seakider) Fixed - CommandMapper isn't applied to Lua scripts Fixed - incorrect connection release if BatchOptions.executionMode = REDIS_WRITE_ATOMIC or REDIS_READ_ATOMIC (thanks to @​seakider) Fixed - RFairLock methods throw 'attempt to compare nil with number' error Fixed - Spring Data Redis RedissonConnectionFactory.getSentinelConnection() method throws error on the first offline sentinel Fixed - read mode = SLAVE isn't applied for RSet.random() methods Fixed - Keyspace notifications should be listened only on master nodes Fixed - RListMultimap.removeAll() method always deletes link to list Fixed - RLockReactive methods don't work in native image Fixed - Correctly update shutdown timeout after each step in connection manager shutdown (thanks to @​MartinEkInsurely) Fixed - broken tck JCache tests Fixed - not all sentinels defined in the configuration are registered

Changelog

Sourced from org.redisson:redisson's changelog.

24-Jun-2024 - 3.32.0 released

Feature - Quarkus Cache implementation added
Feature - RMapCacheNative implementation which uses Redis 7.4+ commands
Feature - unlinkByPattern() method added to RKeys interface (thanks to @​seakider)

Fixed - Apache Tomcat request.changeSessionId() method does not change the session id in Redis (thanks to @​bclay2116)
Fixed - RSearch parse params error (thanks to @​seakider)
Fixed - RSearch.info() throws NumberFormatException (thanks to @​seakider)
Fixed - cluster failover handling
Fixed - last master node shouldn't be removed in cluster topology
Fixed - duplicated master/slave added log output in sentinel mode
Fixed - connection leak if master change operation failed during failover
Fixed - RxJava3 request can't be canceled
Fixed - RFairLock doesn't calculate remaining ttl properly before next acquisition attempt
Fixed - scanInterval setting check
Fixed - ElementsSubscribeService.resubscribe() method throws RedissonShutdownException
Fixed - RMap.getAll() method throws an exception if result of RMap.keySet() method passed as an argument
Fixed - Redis node random selection doesn't work properly
Fixed - concurrency problem during RLock expiration renewal (thanks to @​seakider)
Fixed - RListMultimap throws too many results to unpack error
Fixed - entry shutdown during cluster slots migration check

31-May-2024 - 3.31.0 released

Feature - Spring Boot 3.3.0 integration
Feature - Spring Data Redis 3.3.0 integration
Feature - allow retry of NOREPLICAS error (thanks to @​ghollies)

Improvement - SequentialDnsAddressResolverFactory default concurrencyLevel set to 2
Improvement - ThreadLocalRandom replaced with xoshiro256++ RNG to avoid collisions

Fixed - cluster failover handling
Fixed - cluster topology scan shouldn't be stopped by any exception
Fixed - RSetMultiMap throws too many results to unpack error
Fixed - append commands error when using batch mode (thanks to @​seakider)
Fixed - ERR unknown command EVALSHA_RO error shouldn't be logged
Fixed - TransactionalBucket#set(V, Duration) PSETEX command is called before MULTI command (thanks to @​seakider)
Fixed - CommandMapper isn't applied to Lua scripts
Fixed - incorrect connection release if BatchOptions.executionMode = REDIS_WRITE_ATOMIC or REDIS_READ_ATOMIC (thanks to @​seakider)
Fixed - RFairLock methods throw 'attempt to compare nil with number' error
Fixed - Spring Data Redis RedissonConnectionFactory.getSentinelConnection() method throws error on the first offline sentinel
Fixed - read mode = SLAVE isn't applied for RSet.random() methods
Fixed - Keyspace notifications should be listened only on master nodes
Fixed - RListMultimap.removeAll() method always deletes link to list
Fixed - RLockReactive methods don't work in native image
Fixed - Correctly update shutdown timeout after each step in connection manager shutdown (thanks to @​MartinEkInsurely)
Fixed - broken tck JCache tests
Fixed - not all sentinels defined in the configuration are registered

Commits
  • 4e4154d [maven-release-plugin] prepare release redisson-3.32.0
  • 76ab06a refactoring
  • 04d7eda refactoring
  • e6dce78 Feature - RMapCacheNative implementation which uses Redis 7.4+ commands #5954
  • c0b6325 Update README.md
  • 510eadd Update README.md
  • d9f13f2 Feature - Quarkus Cache implementation added #5943
  • 0fba739 Merge branch 'master' of github.com:redisson/redisson
  • 2fdd244 Feature - Quarkus Cache implementation added #5943
  • eae6c4a Update README.md
  • Additional commits viewable in compare view


Dependabot compatibility score

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 rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)