Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 21, 2025

Bumps org.redisson:redisson from 3.17.7 to 3.47.0.

Release notes

Sourced from org.redisson:redisson's releases.

redisson-3.46.0

Feature - Reliable Queue object added. RDelayedQueue and RBoundedBlockingQueue have been deprecated
Feature - fairLockWaitTimeout Redisson setting added (thanks to @​seakider)
Feature - credentialsReapplyInterval Redisson setting added (thanks to @​seakider)
Feature - support for JDK Atomic objects in Kryo5Codec (thanks to @​bergander)
Feature - WorkerOptions.tasksInjector setting added (thanks to @​zzhlhc)

Breaking change - Spring Cloud Stream Binder queue implementation replaced with RReliableQueue object
Breaking change - RedisPubSubConnection.removeListener() and RedisPubSubConnection.addListener() methods signature changed

Improvement - useScriptCache setting is true by default
Improvement - Add check for keepAliveTime and rateInterval in RRateLimiter (thanks to @​shrink)

Fixed - data leak in RReliableTopic (thanks to @​Chengzhi1803472613)
Fixed - PubSub stops working after Redis restart in sentinel mode (thanks to @​seakider)
Fixed - CommandAsyncService.syncedEval() method doesn't update correctly available secondary nodes
Fixed - expire-after-write and expire-after-access settings aren't applied to async Micronaut Cache
Fixed - RBatch exception object doesn't contain suppressed exceptions
Fixed - RRemoteService fails to operate if codec defined as an anonymous inner class
Fixed - Watchdog fails to renew on reentry locks (thanks to @​seakider)
Fixed - RKeys.unlinkByPattern() and RKeys.deleteByPattern() methods don't handle keys with non-ASCII characters
Fixed - RenewalTask throws IndexOutOfBoundsException

redisson-3.45.1

Fixed - Issue with asynchronous Micronaut @​Cacheable methods (thanks to @​seakider)
Fixed - RExecutorService.submitAsync() throws a script error (thanks to @​seakider)
Fixed - isSlaveNotUsed() method isn't called if a new slave node added to Redis Cluster (thanks to @​seakider)
Fixed - error thrown by RLiveObject running with AWS ElastiCache Serverless Valkey
Fixed - RLocalCachedMap SYNC strategy doesn't work with fastPutIfExists(), fastPutIfAbsent() methods (thanks to @​seakider)
Fixed - RDelayedQueue object cannot get anything when server run a long time (thanks to @​seakider)
Fixed - LockEntry throws NPE
Fixed - Hibernate region_prefix configuration doesn't apply to key redisson-hibernate-timestamp (thanks to @​seakider)
Fixed - MasterConnectionPool might throw an NPE
Fixed - Inconsistent MaxInactiveInterval Setting in Sessions in multi-node (thanks to @​seakider)
Fixed - Out of Memory error
Fixed - a new attempt should be made on ERR WAIT error during failover (thanks to @​seakider)

redisson-3.45.0

Feature - added max-size setting for Quarkus Cache Feature - RedissonSpringCacheV2Manager and RedissonSpringLocalCachedCacheV2Manager support maxSize setting Feature - RedissonRegionV2Factory and RedissonLocalCachedV2RegionFactory in Hibernate support eviction.max_entries setting Feature - RedissonCacheV2 and RedissonLocalCachedCacheV2 in MyBatis support maxSize settings Feature - maxSize setting support by redisson.caches-v2.* and redisson.local-caches-v2.* cache configurations in Micronaut Feature - RMapCacheV2.setMaxSize() method added Feature - RClusteredLocalCachedMapCacheNative object added with data partitioning, local cache and native eviction Feature - RedissonClusteredSpringLocalCachedCacheNativeManager object added with data partitioning, local cache and native eviction Feature - added Micronaut redisson.clustered-local-caches-native.* cache with data partitioning, local cache and native eviction Feature - added Hibernate RedissonClusteredLocalCachedNativeRegionFactory cache with data partitioning, local cache and native eviction Feature - added Quarkus CLUSTERED_LOCALCACHE_NATIVE cache with data partitioning, local cache and native eviction Feature - added MyBatis RedissonClusteredLocalCachedCacheNative cache with data partitioning, local cache and native eviction

... (truncated)

Changelog

Sourced from org.redisson:redisson's changelog.

Redisson Releases History

Upgrade to Redisson PRO with advanced features.

29-Apr-2025 - 3.46.0 released

Feature - Reliable Queue object added. RDelayedQueue and RBoundedBlockingQueue have been deprecated
Feature - fairLockWaitTimeout Redisson setting added (thanks to @​seakider)
Feature - credentialsReapplyInterval Redisson setting added (thanks to @​seakider)
Feature - support for JDK Atomic objects in Kryo5Codec (thanks to @​bergander)
Feature - WorkerOptions.tasksInjector setting added (thanks to @​zzhlhc)

Breaking change - Spring Cloud Stream Binder queue implementation replaced with RReliableQueue object
Breaking change - RedisPubSubConnection.removeListener() and RedisPubSubConnection.addListener() methods signature changed

Improvement - useScriptCache setting is true by default
Improvement - Add check for keepAliveTime and rateInterval in RRateLimiter (thanks to @​shrink)

Fixed - data leak in RReliableTopic (thanks to @​Chengzhi1803472613)
Fixed - PubSub stops working after Redis restart in sentinel mode (thanks to @​seakider)
Fixed - CommandAsyncService.syncedEval() method doesn't update correctly available secondary nodes
Fixed - expire-after-write and expire-after-access settings aren't applied to async Micronaut Cache
Fixed - RBatch exception object doesn't contain suppressed exceptions
Fixed - RRemoteService fails to operate if codec defined as an anonymous inner class
Fixed - Watchdog fails to renew on reentry locks (thanks to @​seakider)
Fixed - RKeys.unlinkByPattern() and RKeys.deleteByPattern() methods don't handle keys with non-ASCII characters
Fixed - RenewalTask throws IndexOutOfBoundsException

18-Mar-2025 - 3.45.1 released

Fixed - Issue with asynchronous Micronaut @​Cacheable methods (thanks to @​seakider)
Fixed - RExecutorService.submitAsync() throws a script error (thanks to @​seakider)
Fixed - isSlaveNotUsed() method isn't called if a new slave node added to Redis Cluster (thanks to @​seakider)
Fixed - error thrown by RLiveObject running with AWS ElastiCache Serverless Valkey
Fixed - RLocalCachedMap SYNC strategy doesn't work with fastPutIfExists(), fastPutIfAbsent() methods (thanks to @​seakider)
Fixed - RDelayedQueue object cannot get anything when server run a long time (thanks to @​seakider)
Fixed - LockEntry throws NPE
Fixed - Hibernate region_prefix configuration doesn't apply to key redisson-hibernate-timestamp (thanks to @​seakider)
Fixed - MasterConnectionPool might throw an NPE
Fixed - Inconsistent MaxInactiveInterval Setting in Sessions in multi-node (thanks to @​seakider)
Fixed - Out of Memory error
Fixed - a new attempt should be made on ERR WAIT error during failover (thanks to @​seakider)

21-Feb-2025 - 3.45.0 released

Feature - added max-size setting for Quarkus Cache
Feature - RedissonSpringCacheV2Manager and RedissonSpringLocalCachedCacheV2Manager support maxSize setting
Feature - RedissonRegionV2Factory and RedissonLocalCachedV2RegionFactory in Hibernate support eviction.max_entries setting
Feature - RedissonCacheV2 and RedissonLocalCachedCacheV2 in MyBatis support maxSize settings

... (truncated)

Commits
  • 0c07253 [maven-release-plugin] prepare release redisson-3.47.0
  • a1fd192 refactoring
  • 2ca6477 Merge branch 'master' of github.com:redisson/redisson
  • 4e566f2 Fixed - readUnion(), readIntersection(), readDiff() methods of RSetCache thro...
  • 18e1239 refactoring
  • f7abfc5 Merge pull request #6601 from seakider/fix_sentinel_update_salves
  • 0982ecc Merge pull request #6600 from seakider/feature_readUnionEntries2
  • 13b9ce2 Fixed - New connection opened for each write operation after master has been ...
  • 616ce3a Feature - SocreSortedSet diff/union/intersect:add readUnionEntries() method #...
  • 83967a0 header added
  • 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 <dependency name> 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)

Bumps [org.redisson:redisson](https://github.com/redisson/redisson) from 3.17.7 to 3.47.0.
- [Release notes](https://github.com/redisson/redisson/releases)
- [Changelog](https://github.com/redisson/redisson/blob/master/CHANGELOG.md)
- [Commits](redisson/redisson@redisson-3.17.7...redisson-3.47.0)

---
updated-dependencies:
- dependency-name: org.redisson:redisson
  dependency-version: 3.47.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels May 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant