dependabot[bot] opened a new pull request, #5193: URL: https://github.com/apache/eventmesh/pull/5193
Bumps [org.redisson:redisson](https://github.com/redisson/redisson) from 3.38.1 to 3.45.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/redisson/redisson/releases">org.redisson:redisson's releases</a>.</em></p> <blockquote> <h2>redisson-3.45.1</h2> <p>Fixed - Issue with asynchronous Micronaut <a href="https://github.com/Cacheable"><code>@Cacheable</code></a> methods (thanks to <a href="https://github.com/seakider"><code>@seakider</code></a>)<br /> Fixed - <code>RExecutorService.submitAsync()</code> throws a script error (thanks to <a href="https://github.com/seakider"><code>@seakider</code></a>)<br /> Fixed - <code>isSlaveNotUsed()</code> method isn't called if a new slave node added to Redis Cluster (thanks to <a href="https://github.com/seakider"><code>@seakider</code></a>)<br /> Fixed - error thrown by RLiveObject running with AWS ElastiCache Serverless Valkey<br /> Fixed - <code>RLocalCachedMap</code> SYNC strategy doesn't work with <code>fastPutIfExists()</code>, <code>fastPutIfAbsent()</code> methods (thanks to <a href="https://github.com/seakider"><code>@seakider</code></a>)<br /> Fixed - <code>RDelayedQueue</code> object cannot get anything when server run a long time (thanks to <a href="https://github.com/seakider"><code>@seakider</code></a>)<br /> Fixed - LockEntry throws NPE<br /> Fixed - Hibernate <code>region_prefix</code> configuration doesn't apply to key <code>redisson-hibernate-timestamp</code> (thanks to <a href="https://github.com/seakider"><code>@seakider</code></a>)<br /> Fixed - <code>MasterConnectionPool</code> might throw an NPE<br /> Fixed - Inconsistent MaxInactiveInterval Setting in Sessions in multi-node (thanks to <a href="https://github.com/seakider"><code>@seakider</code></a>)<br /> Fixed - Out of Memory error<br /> Fixed - a new attempt should be made on <code>ERR WAIT</code> error during failover (thanks to <a href="https://github.com/seakider"><code>@seakider</code></a>)</p> <h2>redisson-3.45.0</h2> <p>Feature - added <code>max-size</code> setting for Quarkus Cache Feature - <code>RedissonSpringCacheV2Manager</code> and <code>RedissonSpringLocalCachedCacheV2Manager</code> support maxSize setting Feature - <code>RedissonRegionV2Factory</code> and <code>RedissonLocalCachedV2RegionFactory</code> in Hibernate support eviction.max_entries setting Feature - <code>RedissonCacheV2</code> and <code>RedissonLocalCachedCacheV2</code> in MyBatis support <code>maxSize</code> settings Feature - <code>maxSize</code> setting support by <code>redisson.caches-v2.*</code> and <code>redisson.local-caches-v2.*</code> cache configurations in Micronaut Feature - <code>RMapCacheV2.setMaxSize()</code> method added Feature - <code>RClusteredLocalCachedMapCacheNative</code> object added with data partitioning, local cache and native eviction Feature - <code>RedissonClusteredSpringLocalCachedCacheNativeManager</code> object added with data partitioning, local cache and native eviction Feature - added Micronaut <code>redisson.clustered-local-caches-native.*</code> cache with data partitioning, local cache and native eviction Feature - added Hibernate <code>RedissonClusteredLocalCachedNativeRegionFactory</code> cache with data partitioning, local cache and native eviction Feature - added Quarkus <code>CLUSTERED_LOCALCACHE_NATIVE</code> cache with data partitioning, local cache and native eviction Feature - added MyBatis <code>RedissonClusteredLocalCachedCacheNative</code> 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 <code>CacheConfig</code> object (thanks to <a href="https://github.com/JKord"><code>@JKord</code></a>) Feature - RBitSet.get(long...) method added (thanks to <a href="https://github.com/seakider"><code>@seakider</code></a>) Feature - RBlockingQueue.pollLastFromAnyWithName() method added (thanks to <a href="https://github.com/seakider"><code>@seakider</code></a>) Feature - getReferenceCount(), getAccessFrequency(), getInternalEncoding() methods added to RObject interface (thanks to <a href="https://github.com/seakider"><code>@seakider</code></a>) Feature - RExecutorService.deregisterWorkers() method added<br /> Feature - <code>valuesAsync()</code> and <code>entrySetAsync</code> methods added to <code>RMap</code> interface (thanks to <a href="https://github.com/seakider"><code>@seakider</code></a>)</p> <p>Improvement - validate PARAMS in <code>RSearch.search()</code> method (thanks to <a href="https://github.com/seakider"><code>@seakider</code></a>)</p> <p>Fixed - delete() method doesn't work in non-clustered mode for <code>RLocalCachedJsonStore</code>, <code>RLocalCachedMapCacheV2</code> objects Fixed - clustered local cached JCache doesn't use <code>storeCacheMiss</code> setting<br /> Fixed - JCache with native and advanced eviction don't work in cluster mode Fixed - clustered local cached <code>JCache.put()</code> method may throw a CROSSLOT error<br /> Fixed - <code>put()</code> method of local cached JCache instance may not update local cache<br /> Fixed - <code>remove()</code> and <code>removeAll()</code> methods of local cached JCache instance don't update the local cache of other instances Fixed - <code>putAll()</code> and <code>clear()</code> methods of JCacheV2 may not work Fixed - <code>RedissonClusteredSpringCacheNativeManager</code> properties validation<br /> Fixed - <code>RedissonSpringLocalCachedCacheV2Manager</code> properties validation<br /> Fixed - <code>RedissonSpringLocalCachedCacheNativeManager</code> can't be created using a yaml configuration file<br /> Fixed - <code>RedissonSpringLocalCachedCacheNativeManager</code> throws an <code>ClassCastException</code> if cache wasn't defined in the configuration</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/redisson/redisson/blob/master/CHANGELOG.md">org.redisson:redisson's changelog</a>.</em></p> <blockquote> <h3>18-Mar-2025 - 3.45.1 released</h3> <p>Fixed - Issue with asynchronous Micronaut <a href="https://github.com/Cacheable"><code>@Cacheable</code></a> methods (thanks to <a href="https://github.com/seakider"><code>@seakider</code></a>)<br /> Fixed - <code>RExecutorService.submitAsync()</code> throws a script error (thanks to <a href="https://github.com/seakider"><code>@seakider</code></a>)<br /> Fixed - <code>isSlaveNotUsed()</code> method isn't called if a new slave node added to Redis Cluster (thanks to <a href="https://github.com/seakider"><code>@seakider</code></a>)<br /> Fixed - error thrown by RLiveObject running with AWS ElastiCache Serverless Valkey<br /> Fixed - <code>RLocalCachedMap</code> SYNC strategy doesn't work with <code>fastPutIfExists()</code>, <code>fastPutIfAbsent()</code> methods (thanks to <a href="https://github.com/seakider"><code>@seakider</code></a>)<br /> Fixed - <code>RDelayedQueue</code> object cannot get anything when server run a long time (thanks to <a href="https://github.com/seakider"><code>@seakider</code></a>)<br /> Fixed - LockEntry throws NPE<br /> Fixed - Hibernate <code>region_prefix</code> configuration doesn't apply to key <code>redisson-hibernate-timestamp</code> (thanks to <a href="https://github.com/seakider"><code>@seakider</code></a>)<br /> Fixed - <code>MasterConnectionPool</code> might throw an NPE<br /> Fixed - Inconsistent MaxInactiveInterval Setting in Sessions in multi-node (thanks to <a href="https://github.com/seakider"><code>@seakider</code></a>)<br /> Fixed - Out of Memory error<br /> Fixed - a new attempt should be made on <code>ERR WAIT</code> error during failover (thanks to <a href="https://github.com/seakider"><code>@seakider</code></a>)</p> <h3>21-Feb-2025 - 3.45.0 released</h3> <p>Feature - added <code>max-size</code> setting for Quarkus Cache<br /> Feature - <code>RedissonSpringCacheV2Manager</code> and <code>RedissonSpringLocalCachedCacheV2Manager</code> support maxSize setting<br /> Feature - <code>RedissonRegionV2Factory</code> and <code>RedissonLocalCachedV2RegionFactory</code> in Hibernate support eviction.max_entries setting<br /> Feature - <code>RedissonCacheV2</code> and <code>RedissonLocalCachedCacheV2</code> in MyBatis support <code>maxSize</code> settings<br /> Feature - <code>maxSize</code> setting support by <code>redisson.caches-v2.*</code> and <code>redisson.local-caches-v2.*</code> cache configurations in Micronaut<br /> Feature - <code>RMapCacheV2.setMaxSize()</code> method added<br /> Feature - <code>RClusteredLocalCachedMapCacheNative</code> object added with data partitioning, local cache and native eviction<br /> Feature - <code>RedissonClusteredSpringLocalCachedCacheNativeManager</code> object added with data partitioning, local cache and native eviction<br /> Feature - added Micronaut <code>redisson.clustered-local-caches-native.*</code> cache with data partitioning, local cache and native eviction<br /> Feature - added Hibernate <code>RedissonClusteredLocalCachedNativeRegionFactory</code> cache with data partitioning, local cache and native eviction<br /> Feature - added Quarkus <code>CLUSTERED_LOCALCACHE_NATIVE</code> cache with data partitioning, local cache and native eviction<br /> Feature - added MyBatis <code>RedissonClusteredLocalCachedCacheNative</code> cache with data partitioning, local cache and native eviction<br /> Feature - added JCache implementation with local cache and advanced eviction<br /> Feature - added JCache implementation with local cache and native eviction<br /> Feature - added JCache implementation with data partitioning, local cache and native eviction<br /> Feature - ability to set eviction mode via Spring <code>CacheConfig</code> object (thanks to <a href="https://github.com/JKord"><code>@JKord</code></a>)<br /> Feature - RBitSet.get(long...) method added (thanks to <a href="https://github.com/seakider"><code>@seakider</code></a>)<br /> Feature - RBlockingQueue.pollLastFromAnyWithName() method added (thanks to <a href="https://github.com/seakider"><code>@seakider</code></a>)<br /> Feature - getReferenceCount(), getAccessFrequency(), getInternalEncoding() methods added to RObject interface (thanks to <a href="https://github.com/seakider"><code>@seakider</code></a>)<br /> Feature - RExecutorService.deregisterWorkers() method added<br /> Feature - <code>valuesAsync()</code> and <code>entrySetAsync</code> methods added to <code>RMap</code> interface (thanks to <a href="https://github.com/seakider"><code>@seakider</code></a>)</p> <p>Improvement - validate PARAMS in <code>RSearch.search()</code> method (thanks to <a href="https://github.com/seakider"><code>@seakider</code></a>)</p> <p>Fixed - delete() method doesn't work in non-clustered mode for <code>RLocalCachedJsonStore</code>, <code>RLocalCachedMapCacheV2</code> objects<br /> Fixed - clustered local cached JCache doesn't use <code>storeCacheMiss</code> setting<br /> Fixed - JCache with native and advanced eviction don't work in cluster mode<br /> Fixed - clustered local cached <code>JCache.put()</code> method may throw a CROSSLOT error<br /> Fixed - <code>put()</code> method of local cached JCache instance may not update local cache<br /> Fixed - <code>remove()</code> and <code>removeAll()</code> methods of local cached JCache instance don't update the local cache of other instances<br /> Fixed - <code>putAll()</code> and <code>clear()</code> methods of JCacheV2 may not work<br /> Fixed - <code>RedissonClusteredSpringCacheNativeManager</code> properties validation<br /> Fixed - <code>RedissonSpringLocalCachedCacheV2Manager</code> properties validation</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/redisson/redisson/commit/105e671af055e433a56d502940d5bc6b5c7eac26"><code>105e671</code></a> [maven-release-plugin] prepare release redisson-3.45.1</li> <li><a href="https://github.com/redisson/redisson/commit/a28e44ef15b74bd00a29477dcee7ce2ba6c58b97"><code>a28e44e</code></a> Merge branch 'master' of github.com:redisson/redisson</li> <li><a href="https://github.com/redisson/redisson/commit/62ccc1ce85f2a0e13c9b106681d99bce67910416"><code>62ccc1c</code></a> Update README.md</li> <li><a href="https://github.com/redisson/redisson/commit/c04f4b76fd1c4f312144199e9b13559bb559f8f9"><code>c04f4b7</code></a> refactoring</li> <li><a href="https://github.com/redisson/redisson/commit/088eb8deb19f41062bf91c6b91e5e51f42e88e9f"><code>088eb8d</code></a> Merge pull request <a href="https://redirect.github.com/redisson/redisson/issues/6478">#6478</a> from seakider/fix_tomcat</li> <li><a href="https://github.com/redisson/redisson/commit/e4d36c2becdd9f9c4bfcb9906c3501d42323b8d6"><code>e4d36c2</code></a> Merge pull request <a href="https://redirect.github.com/redisson/redisson/issues/6488">#6488</a> from seakider/fix_error_wait</li> <li><a href="https://github.com/redisson/redisson/commit/58947344d6b15f6de5e8cd3be982687656ebcd38"><code>5894734</code></a> Fixed - a new attempt should be made on WAIT error during failover</li> <li><a href="https://github.com/redisson/redisson/commit/7fe2964b725e3f0ae9187b3b055d821d6c06a8b1"><code>7fe2964</code></a> Fixed - Inconsistent MaxInactiveInterval Setting in Sessions in multi-node</li> <li><a href="https://github.com/redisson/redisson/commit/82008eaa91dfbd0fb959f05d9faf6cb8921d9767"><code>82008ea</code></a> * Fixed - Inconsistent MaxInactiveInterval Setting in Sessions in multi-node</li> <li><a href="https://github.com/redisson/redisson/commit/1a603cc064f3110888535bd8c279a03eb2d267bc"><code>1a603cc</code></a> Merge pull request <a href="https://redirect.github.com/redisson/redisson/issues/6465">#6465</a> from lkk7/fix-of-string</li> <li>Additional commits viewable in <a href="https://github.com/redisson/redisson/compare/redisson-3.38.1...redisson-3.45.1">compare view</a></li> </ul> </details> <br /> <details> <summary>Most Recent Ignore Conditions Applied to This Pull Request</summary> | Dependency Name | Ignore Conditions | | --- | --- | | org.redisson:redisson | [>= 3.20.a, < 3.21] | </details> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@eventmesh.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@eventmesh.apache.org For additional commands, e-mail: dev-h...@eventmesh.apache.org