dependabot[bot] opened a new pull request, #5124: URL: https://github.com/apache/eventmesh/pull/5124
Bumps [org.redisson:redisson](https://github.com/redisson/redisson) from 3.36.0 to 3.38.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.38.1</h2> <p>Fixed - Kryo codec upgraded to 5.6.2 for JDK 8 compatibility (thanks to <a href="https://github.com/Wujiaxuan007"><code>@Wujiaxuan007</code></a>)<br /> Fixed - pollAsync() and removeAsync() methods of RPriorityQueue and RPriorityDeque objects aren't guarded properly with lock<br /> Fixed - Spring Cache <code>Cacheable(sync)</code> annotation loads value multiple times for reactive types or completableFuture</p> <h2>redisson-3.38.0</h2> <p>Feature - <a href="https://redisson.org/docs/data-and-services/services/#local-cache">Local cache for Live Object Service</a> support<br /> Feature - <a href="https://redisson.org/docs/client-side-caching/">RClientSideCaching</a> object added. Client side caching through RESP3 protocol<br /> Feature - Tomcat 11 support<br /> Feature - <code>RBatch.getSearch()</code> method added (thanks to <a href="https://github.com/pfyod"><code>@pfyod</code></a>)<br /> Feature - <code>RedissonClient.getMultiLock()</code> method added for locking on objects (thanks to <a href="https://github.com/lyrric"><code>@lyrric</code></a>)<br /> Feature - <code>RPatternTopic.removeListener()</code> accepts multiple ids<br /> Feature - <code>LocalCachedMapOptions.useTopicPattern()</code> setting added<br /> Feature - InetAddress and SocketAddress serialization added to Kryo5Codec</p> <p><strong>Breaking change - RLongAdder and RDoubleAdder topic channel name has been renamed</strong></p> <p>Improvement - timeToLive parameter renamed to keepAliveTime for RRateLimiter.<code>trySetRate()</code> and <code>setRate()</code> methods (thanks to <a href="https://github.com/lyrric"><code>@lyrric</code></a>)</p> <p>Fixed - <code>lazyInitialization=true</code> doesn't work in cluster mode (regression since 3.27.0)<br /> Fixed - Spring Cache <a href="https://github.com/Cacheable"><code>@Cacheable</code></a>(sync) doesn't work with reactive types or completableFuture<br /> Fixed - Pub/Sub connections randomly disconnecting (regression since 3.26.0) (thanks to <a href="https://github.com/Wujiaxuan007"><code>@Wujiaxuan007</code></a>)<br /> Fixed - <code>RLiveObjectService.persist()</code> and <code>merge()</code> methods, when called with multiple arguments, return detached objects<br /> Fixed - <code>RJsonBucketReactive</code> and <code>RJsonBucketRx</code> use Reactive Types as arguments<br /> Fixed - <code>ClassNotFoundException</code> is thrown when a LiveObject expires<br /> Fixed - Micronaut native image build<br /> Fixed - Quarkus native image build<br /> Fixed - <code>RSearch.info()</code> method throws an exception on infinity values (thanks to <a href="https://github.com/iamtakingiteasy"><code>@iamtakingiteasy</code></a>)</p> <h2>redisson-3.37.0</h2> <p>Feature - <code>findCommon()</code> and <code>findCommonLength()</code> methods added to <code>RBucket</code> object<br /> Feature - <code>RMapCache.computeIfAbsent()</code> method with TTL parameter added (thanks to <a href="https://github.com/lyrric"><code>@lyrric</code></a>)<br /> Feature - Apache Tomcat <code>RedissonSessionManager.setConfig()</code> method added (thanks to <a href="https://github.com/jglapa"><code>@jglapa</code></a>)<br /> Feature - <code>LocalCachedMapOptions.useObjectAsCacheKey()</code> setting added (thanks to <a href="https://github.com/lehuuthanh5"><code>@lehuuthanh5</code></a>)<br /> Feature - <code>trySetRate()</code> and <code>setRate()</code> methods with TTL parameter added to <code>RRateLimiter</code> object<br /> Feature - <code>RKeys.getKeys()</code> method with type parameter added</p> <p>Improvement - <code>RRemoteService</code> method calls optimization</p> <p>Fixed - Spring Data Redis method <code>RedisSetCommands.isMember()</code> doesn't work<br /> Fixed - Spring Data Redis <code>xcaim()</code> and <code>xClaimJustId()</code> methods don't use getMinIdleTime() parameter (thanks to <a href="https://github.com/jinia91"><code>@jinia91</code></a>)<br /> Fixed - <code>retainAll()</code> and <code>containsAll()</code> methods of <code>RSet</code> object throw "too many results to unpack" error<br /> Fixed - <code>ServiceManager.execute()</code> method may hang in case of exception<br /> Fixed - <code>RedissonNode.shutdown()</code> method doesn't stop executors<br /> Fixed - listeners reattach process should be stopped on Redisson shutdown<br /> Fixed - <code>BiHashMap</code> usage removed<br /> Fixed - 100% CPU usage by CommandsQueue in rare cases<br /> Fixed - <code>ProtobufCodec</code> doesn't work with <code>CompositeCodec</code></p> </blockquote> </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>31-Oct-2024 - 3.38.1 released</h3> <p>Fixed - Kryo codec upgraded to 5.6.2 for JDK 8 compatibility (thanks to <a href="https://github.com/Wujiaxuan007"><code>@Wujiaxuan007</code></a>)<br /> Fixed - pollAsync() and removeAsync() methods of RPriorityQueue and RPriorityDeque objects aren't guarded properly with lock<br /> Fixed - Spring Cache <code>Cacheable(sync)</code> annotation loads value multiple times for reactive types or completableFuture</p> <h3>30-Oct-2024 - 3.38.0 released</h3> <p>Feature - <a href="https://redisson.org/docs/data-and-services/services/#local-cache">Local cache for Live Object Service</a> support<br /> Feature - <a href="https://redisson.org/docs/client-side-caching/">RClientSideCaching</a> object added. Client side caching through RESP3 protocol<br /> Feature - Tomcat 11 support<br /> Feature - <code>RBatch.getSearch()</code> method added (thanks to <a href="https://github.com/pfyod"><code>@pfyod</code></a>)<br /> Feature - <code>RedissonClient.getMultiLock()</code> method added for locking on objects (thanks to <a href="https://github.com/lyrric"><code>@lyrric</code></a>)<br /> Feature - <code>RPatternTopic.removeListener()</code> accepts multiple ids<br /> Feature - <code>LocalCachedMapOptions.useTopicPattern()</code> setting added<br /> Feature - InetAddress and SocketAddress serialization added to Kryo5Codec</p> <p><strong>Breaking change - RLongAdder and RDoubleAdder topic channel name has been renamed</strong></p> <p>Improvement - timeToLive parameter renamed to keepAliveTime for RRateLimiter.<code>trySetRate()</code> and <code>setRate()</code> methods (thanks to <a href="https://github.com/lyrric"><code>@lyrric</code></a>)<br /> Improvement - Add check, The parameter timeToLive should be greater than or equal to rateInterval (thanks to <a href="https://github.com/lyrric"><code>@lyrric</code></a>)</p> <p>Fixed - <code>lazyInitialization=true</code> doesn't work in cluster mode (regression since 3.27.0)<br /> Fixed - Spring Cache <a href="https://github.com/Cacheable"><code>@Cacheable</code></a>(sync) doesn't work with reactive types or completableFuture<br /> Fixed - Pub/Sub connections randomly disconnecting (regression since 3.26.0) (thanks to <a href="https://github.com/Wujiaxuan007"><code>@Wujiaxuan007</code></a>)<br /> Fixed - <code>RLiveObjectService.persist()</code> and <code>merge()</code> methods, when called with multiple arguments, return detached objects<br /> Fixed - <code>RJsonBucketReactive</code> and <code>RJsonBucketRx</code> use Reactive Types as arguments<br /> Fixed - <code>ClassNotFoundException</code> is thrown when a LiveObject expires<br /> Fixed - Micronaut native image build<br /> Fixed - Quarkus native image build<br /> Fixed - <code>RSearch.info()</code> method throws an exception on infinity values (thanks to <a href="https://github.com/iamtakingiteasy"><code>@iamtakingiteasy</code></a>)</p> <h3>02-Oct-2024 - 3.37.0 released</h3> <p>Feature - <code>findCommon()</code> and <code>findCommonLength()</code> methods added to <code>RBucket</code> object<br /> Feature - <code>RMapCache.computeIfAbsent()</code> method with TTL parameter added (thanks to <a href="https://github.com/lyrric"><code>@lyrric</code></a>)<br /> Feature - Apache Tomcat <code>RedissonSessionManager.setConfig()</code> method added (thanks to <a href="https://github.com/jglapa"><code>@jglapa</code></a>)<br /> Feature - <code>LocalCachedMapOptions.useObjectAsCacheKey()</code> setting added (thanks to <a href="https://github.com/lehuuthanh5"><code>@lehuuthanh5</code></a>)<br /> Feature - <code>trySetRate()</code> and <code>setRate()</code> methods with TTL parameter added to <code>RRateLimiter</code> object<br /> Feature - <code>RKeys.getKeys()</code> method with type parameter added</p> <p>Improvement - <code>RRemoteService</code> method calls optimization</p> <p>Fixed - Spring Data Redis method <code>RedisSetCommands.isMember()</code> doesn't work<br /> Fixed - Spring Data Redis <code>xcaim()</code> and <code>xClaimJustId()</code> methods don't use getMinIdleTime() parameter (thanks to <a href="https://github.com/jinia91"><code>@jinia91</code></a>)<br /> Fixed - <code>retainAll()</code> and <code>containsAll()</code> methods of <code>RSet</code> object throw "too many results to unpack" error<br /> Fixed - <code>ServiceManager.execute()</code> method may hang in case of exception<br /> Fixed - <code>RedissonNode.shutdown()</code> method doesn't stop executors<br /> Fixed - listeners reattach process should be stopped on Redisson shutdown<br /> Fixed - <code>BiHashMap</code> usage removed</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/redisson/redisson/commit/c5f8fcf0e33468d4a8390917290173c2b82bfc3a"><code>c5f8fcf</code></a> [maven-release-plugin] prepare release redisson-3.38.1</li> <li><a href="https://github.com/redisson/redisson/commit/3a32180cf809de4ff2ea2ddba9e1a146d536ab5c"><code>3a32180</code></a> Fixed - pollAsync() and removeAsync() methods of RPriorityQueue and RPriority...</li> <li><a href="https://github.com/redisson/redisson/commit/cd4a9cbb4898f279c8e0ec038b051e629b9e570e"><code>cd4a9cb</code></a> refactoring</li> <li><a href="https://github.com/redisson/redisson/commit/234ad7564798114c7ae8fa1e0bde231af814e431"><code>234ad75</code></a> Fixed - Spring Cache <code>Cacheable(sync)</code> loads value multiple times for reactiv...</li> <li><a href="https://github.com/redisson/redisson/commit/661c1a0cc549d943aba1e9f3a94f2e8391c4b3c6"><code>661c1a0</code></a> Update CHANGELOG.md</li> <li><a href="https://github.com/redisson/redisson/commit/654ad5709b952246497b83c3dbe37562a896c1f5"><code>654ad57</code></a> Merge pull request <a href="https://redirect.github.com/redisson/redisson/issues/6258">#6258</a> from Wujiaxuan007/bugfix/kryo-version</li> <li><a href="https://github.com/redisson/redisson/commit/985e0825cc64159674184a9689e1a84b65c99d4c"><code>985e082</code></a> build(pom.xml): upgrade kryo version 5.6.2</li> <li><a href="https://github.com/redisson/redisson/commit/db75fe9a770104e4653486e2cb284d987dda8087"><code>db75fe9</code></a> Update CHANGELOG.md</li> <li><a href="https://github.com/redisson/redisson/commit/8198243523b249403ec0c11ecadfcdb903ed598a"><code>8198243</code></a> [maven-release-plugin] prepare for next development iteration</li> <li><a href="https://github.com/redisson/redisson/commit/72823bfc31c7f4882baad6b7deb7e16b1d7e051e"><code>72823bf</code></a> [maven-release-plugin] prepare release redisson-3.38.0</li> <li>Additional commits viewable in <a href="https://github.com/redisson/redisson/compare/redisson-3.36.0...redisson-3.38.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