Skip to content

Bump org.redisson:redisson from 3.38.1 to 3.45.1#5193

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/gradle/org.redisson-redisson-3.45.1
Closed

Bump org.redisson:redisson from 3.38.1 to 3.45.1#5193
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/gradle/org.redisson-redisson-3.45.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 1, 2025

Bumps org.redisson:redisson from 3.38.1 to 3.45.1.

Release notes

Sourced from org.redisson:redisson's releases.

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 Feature - added JCache implementation with local cache and advanced eviction Feature - added JCache implementation with local cache and native eviction Feature - added JCache implementation with data partitioning, local cache and native eviction Feature - ability to set eviction mode via Spring CacheConfig object (thanks to @​JKord) Feature - RBitSet.get(long...) method added (thanks to @​seakider) Feature - RBlockingQueue.pollLastFromAnyWithName() method added (thanks to @​seakider) Feature - getReferenceCount(), getAccessFrequency(), getInternalEncoding() methods added to RObject interface (thanks to @​seakider) Feature - RExecutorService.deregisterWorkers() method added
Feature - valuesAsync() and entrySetAsync methods added to RMap interface (thanks to @​seakider)

Improvement - validate PARAMS in RSearch.search() method (thanks to @​seakider)

Fixed - delete() method doesn't work in non-clustered mode for RLocalCachedJsonStore, RLocalCachedMapCacheV2 objects Fixed - clustered local cached JCache doesn't use storeCacheMiss setting
Fixed - JCache with native and advanced eviction don't work in cluster mode Fixed - clustered local cached JCache.put() method may throw a CROSSLOT error
Fixed - put() method of local cached JCache instance may not update local cache
Fixed - remove() and removeAll() methods of local cached JCache instance don't update the local cache of other instances Fixed - putAll() and clear() methods of JCacheV2 may not work Fixed - RedissonClusteredSpringCacheNativeManager properties validation
Fixed - RedissonSpringLocalCachedCacheV2Manager properties validation
Fixed - RedissonSpringLocalCachedCacheNativeManager can't be created using a yaml configuration file
Fixed - RedissonSpringLocalCachedCacheNativeManager throws an ClassCastException if cache wasn't defined in the configuration

... (truncated)

Changelog

Sourced from org.redisson:redisson's changelog.

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
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
Feature - added JCache implementation with local cache and advanced eviction
Feature - added JCache implementation with local cache and native eviction
Feature - added JCache implementation with data partitioning, local cache and native eviction
Feature - ability to set eviction mode via Spring CacheConfig object (thanks to @​JKord)
Feature - RBitSet.get(long...) method added (thanks to @​seakider)
Feature - RBlockingQueue.pollLastFromAnyWithName() method added (thanks to @​seakider)
Feature - getReferenceCount(), getAccessFrequency(), getInternalEncoding() methods added to RObject interface (thanks to @​seakider)
Feature - RExecutorService.deregisterWorkers() method added
Feature - valuesAsync() and entrySetAsync methods added to RMap interface (thanks to @​seakider)

Improvement - validate PARAMS in RSearch.search() method (thanks to @​seakider)

Fixed - delete() method doesn't work in non-clustered mode for RLocalCachedJsonStore, RLocalCachedMapCacheV2 objects
Fixed - clustered local cached JCache doesn't use storeCacheMiss setting
Fixed - JCache with native and advanced eviction don't work in cluster mode
Fixed - clustered local cached JCache.put() method may throw a CROSSLOT error
Fixed - put() method of local cached JCache instance may not update local cache
Fixed - remove() and removeAll() methods of local cached JCache instance don't update the local cache of other instances
Fixed - putAll() and clear() methods of JCacheV2 may not work
Fixed - RedissonClusteredSpringCacheNativeManager properties validation
Fixed - RedissonSpringLocalCachedCacheV2Manager properties validation

... (truncated)

Commits
  • 105e671 [maven-release-plugin] prepare release redisson-3.45.1
  • a28e44e Merge branch 'master' of github.com:redisson/redisson
  • 62ccc1c Update README.md
  • c04f4b7 refactoring
  • 088eb8d Merge pull request #6478 from seakider/fix_tomcat
  • e4d36c2 Merge pull request #6488 from seakider/fix_error_wait
  • 5894734 Fixed - a new attempt should be made on WAIT error during failover
  • 7fe2964 Fixed - Inconsistent MaxInactiveInterval Setting in Sessions in multi-node
  • 82008ea * Fixed - Inconsistent MaxInactiveInterval Setting in Sessions in multi-node
  • 1a603cc Merge pull request #6465 from lkk7/fix-of-string
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
org.redisson:redisson [>= 3.20.a, < 3.21]

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)

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Apr 1, 2025
Bumps [org.redisson:redisson](https://github.com/redisson/redisson) from 3.38.1 to 3.45.1.
- [Release notes](https://github.com/redisson/redisson/releases)
- [Changelog](https://github.com/redisson/redisson/blob/master/CHANGELOG.md)
- [Commits](redisson/redisson@redisson-3.38.1...redisson-3.45.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the java Pull requests that update Java code label Apr 1, 2025
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 1, 2026

Superseded by #5244.

@dependabot dependabot Bot closed this May 1, 2026
@dependabot dependabot Bot deleted the dependabot/gradle/org.redisson-redisson-3.45.1 branch May 1, 2026 02:19
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.

0 participants