dependabot[bot] opened a new pull request, #4980: URL: https://github.com/apache/eventmesh/pull/4980
Bumps [org.redisson:redisson](https://github.com/redisson/redisson) from 3.30.0 to 3.31.0. <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-parent-3.31.0</h2> <p>Feature - Spring Boot 3.3.0 integration Feature - Spring Data Redis 3.3.0 integration Feature - allow retry of NOREPLICAS error (thanks to <a href="https://github.com/ghollies"><code>@ghollies</code></a>)</p> <p>Improvement - SequentialDnsAddressResolverFactory default concurrencyLevel set to 2 Improvement - ThreadLocalRandom replaced with xoshiro256++ RNG to avoid collisions</p> <p>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 <a href="https://github.com/seakider"><code>@seakider</code></a>) 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 <a href="https://github.com/seakider"><code>@seakider</code></a>) Fixed - CommandMapper isn't applied to Lua scripts Fixed - incorrect connection release if BatchOptions.executionMode = REDIS_WRITE_ATOMIC or REDIS_READ_ATOMIC (thanks to <a href="https://github.com/seakider"><code>@seakider</code></a>) 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 <a href="https://github.com/MartinEkInsurely"><code>@MartinEkInsurely</code></a>) Fixed - broken tck JCache tests Fixed - not all sentinels defined in the configuration are registered</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-May-2024 - 3.31.0 released</h3> <p>Feature - Spring Boot 3.3.0 integration<br /> Feature - Spring Data Redis 3.3.0 integration<br /> Feature - allow retry of <code>NOREPLICAS</code> error (thanks to <a href="https://github.com/ghollies"><code>@ghollies</code></a>)</p> <p>Improvement - <code>SequentialDnsAddressResolverFactory</code> default <code>concurrencyLevel</code> set to 2<br /> Improvement - <code>ThreadLocalRandom</code> replaced with <code>xoshiro256++</code> RNG to avoid collisions</p> <p>Fixed - cluster failover handling<br /> Fixed - cluster topology scan shouldn't be stopped by any exception<br /> Fixed - <code>RSetMultiMap</code> throws <code>too many results to unpack</code> error<br /> Fixed - append commands error when using batch mode (thanks to <a href="https://github.com/seakider"><code>@seakider</code></a>)<br /> Fixed - <code>ERR unknown command EVALSHA_RO</code> error shouldn't be logged<br /> Fixed - <code>TransactionalBucket#set(V, Duration)</code> <code>PSETEX</code> command is called before <code>MULTI</code> command (thanks to <a href="https://github.com/seakider"><code>@seakider</code></a>)<br /> Fixed - <code>CommandMapper</code> isn't applied to Lua scripts<br /> Fixed - incorrect connection release if <code>BatchOptions.executionMode</code> = <code>REDIS_WRITE_ATOMIC</code> or <code>REDIS_READ_ATOMIC</code> (thanks to <a href="https://github.com/seakider"><code>@seakider</code></a>)<br /> Fixed - <code>RFairLock</code> methods throw 'attempt to compare nil with number' error<br /> Fixed - Spring Data Redis <code>RedissonConnectionFactory.getSentinelConnection()</code> method throws error on the first offline sentinel<br /> Fixed - read mode = SLAVE isn't applied for <code>RSet.random()</code> methods<br /> Fixed - Keyspace notifications should be listened only on master nodes<br /> Fixed - <code>RListMultimap.removeAll()</code> method always deletes link to list<br /> Fixed - <code>RLockReactive</code> methods don't work in native image<br /> Fixed - Correctly update shutdown timeout after each step in connection manager shutdown (thanks to <a href="https://github.com/MartinEkInsurely"><code>@MartinEkInsurely</code></a>)<br /> Fixed - broken tck <code>JCache</code> tests<br /> Fixed - not all sentinels defined in the configuration are registered</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/redisson/redisson/commit/ac1d1fb44d7afbf1842fb793eb177f0f45e17e2e"><code>ac1d1fb</code></a> [maven-release-plugin] prepare release redisson-parent-3.31.0</li> <li><a href="https://github.com/redisson/redisson/commit/4bf4cb13e3c96cabcc63b4bdbaebbd1d45466189"><code>4bf4cb1</code></a> Fixed - Cluster failover handling <a href="https://redirect.github.com/redisson/redisson/issues/5857">#5857</a></li> <li><a href="https://github.com/redisson/redisson/commit/7b2c1895a928ae03aeceb844bfdd6b49a5271b02"><code>7b2c189</code></a> Revert "Fixed - Cluster failover handling <a href="https://redirect.github.com/redisson/redisson/issues/5857">#5857</a>"</li> <li><a href="https://github.com/redisson/redisson/commit/ee5f9a98fbc2c77e3de5ba800b026454a6fe3ac0"><code>ee5f9a9</code></a> Feature - Spring Data Redis 3.3.0 integration</li> <li><a href="https://github.com/redisson/redisson/commit/689503a6ca1edf0ea7d73116313021d2a10b200d"><code>689503a</code></a> Feature - Spring Boot upgraded to 3.3.0</li> <li><a href="https://github.com/redisson/redisson/commit/67d39781d5e4045a85ee42c9e8285ce717c2d1d4"><code>67d3978</code></a> Feature - Spring Data Redis 3.3.0 integration</li> <li><a href="https://github.com/redisson/redisson/commit/85b18b6501d68ce4ca383391e74faaffa442faa6"><code>85b18b6</code></a> Feature - Spring Data Redis 3.3.0 integration</li> <li><a href="https://github.com/redisson/redisson/commit/c86af4ec18a99caa8fcc3ca9f71f870445504519"><code>c86af4e</code></a> Fixed - Cluster failover handling <a href="https://redirect.github.com/redisson/redisson/issues/5857">#5857</a></li> <li><a href="https://github.com/redisson/redisson/commit/4e6c0be911a88c5cf66ba4449a5bea844bb98982"><code>4e6c0be</code></a> Fixed - cluster topology scan shouldn't be stopped by any exception. <a href="https://redirect.github.com/redisson/redisson/issues/5857">#5857</a></li> <li><a href="https://github.com/redisson/redisson/commit/b607554a4ab5e1865e77bb94f5cf49238c7fe2ff"><code>b607554</code></a> Fixed - RedissonSetMultiMap throws too many results to unpack" error. <a href="https://redirect.github.com/redisson/redisson/issues/5903">#5903</a></li> <li>Additional commits viewable in <a href="https://github.com/redisson/redisson/compare/redisson-3.30.0...redisson-parent-3.31.0">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