fppt / jedis-mock

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

Bump org.redisson:redisson from 3.30.0 to 3.31.0 #468

Closed dependabot[bot] closed 1 week ago

dependabot[bot] commented 1 month ago

Bumps org.redisson:redisson from 3.30.0 to 3.31.0.

Release notes

Sourced from org.redisson:redisson's releases.

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.

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
  • ac1d1fb [maven-release-plugin] prepare release redisson-parent-3.31.0
  • 4bf4cb1 Fixed - Cluster failover handling #5857
  • 7b2c189 Revert "Fixed - Cluster failover handling #5857"
  • ee5f9a9 Feature - Spring Data Redis 3.3.0 integration
  • 689503a Feature - Spring Boot upgraded to 3.3.0
  • 67d3978 Feature - Spring Data Redis 3.3.0 integration
  • 85b18b6 Feature - Spring Data Redis 3.3.0 integration
  • c86af4e Fixed - Cluster failover handling #5857
  • 4e6c0be Fixed - cluster topology scan shouldn't be stopped by any exception. #5857
  • b607554 Fixed - RedissonSetMultiMap throws too many results to unpack" error. #5903
  • 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)
dependabot[bot] commented 1 week ago

Superseded by #476.