dependabot[bot] opened a new pull request, #22462: URL: https://github.com/apache/camel/pull/22462
Bumps [org.redisson:redisson](https://github.com/redisson/redisson) from 4.3.0 to 4.3.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-4.3.1</h2> <p>Feature - <code>RQueue.indexOf()</code> method added (thanks to <a href="https://github.com/seakider"><code>@seakider</code></a>)</p> <p>Improvement - <code>RPriorityQueue.poll()</code> should return immediately if queue is empty</p> <p>Fixed - <code>CacheEvict</code> doesn't work correctly in <code>redisson-spring-data-40</code> (thanks to <a href="https://github.com/seakider"><code>@seakider</code></a>)<br /> Fixed - Quarkus throws NPE if Redisson configuration isn't defined<br /> Fixed - missing <a href="https://github.com/deprecated"><code>@deprecated</code></a> annotation on RedissonClient.getDelayedQueue() (thanks to <a href="https://github.com/minseok1015"><code>@minseok1015</code></a>)<br /> Fixed - master connection is frozen during ElastiCache/Valkey upgrade (thanks to <a href="https://github.com/gpsinghsandhu"><code>@gpsinghsandhu</code></a>)<br /> Fixed - <code>RSearch.readCursor()</code> skips rows if total is 0<br /> Fixed - connection in reconnection state shouldn't be used<br /> Fixed - cluster detection for a single node connection<br /> Fixed - comment in <code>config.setNettyExecutor()</code> that virtual threads are not recommended (thanks to <a href="https://github.com/seakider"><code>@seakider</code></a>)<br /> Fixed - DNS hostname resolution shouldn't be used for offline slaves in Sentinel mode<br /> Fixed - Spring Data Listener addition for RedisMessageListenerContainer hangs<br /> Fixed - LOADING error on slave burns extra retry attempt in batch commands (thanks to <a href="https://github.com/yuxi"><code>@yuxi</code></a>.jin)<br /> Fixed - Spring Data Redis Cluster compatibility<br /> Fixed - Cluster topology error handling (thanks to <a href="https://github.com/ngyngcphu"><code>@ngyngcphu</code></a>)<br /> Fixed - AsyncIterator's <code>CompletionStage</code> is not completed exceptionally, when connection gets read timeout (thanks to <a href="https://github.com/seakider"><code>@seakider</code></a>)<br /> Fixed - unnecessary semicolons in RExecutorService (thanks to <a href="https://github.com/chancehee"><code>@chancehee</code></a>)<br /> Fixed - <code>WriteRedisConnectionException</code> is thrown after Cluster failover</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>6-Apr-2026 - 4.3.1 released</h3> <p>Feature - <code>RQueue.indexOf()</code> method added (thanks to <a href="https://github.com/seakider"><code>@seakider</code></a>)</p> <p>Improvement - <code>RPriorityQueue.poll()</code> should return immediately if queue is empty</p> <p>Fixed - <code>CacheEvict</code> doesn't work correctly in <code>redisson-spring-data-40</code> (thanks to <a href="https://github.com/seakider"><code>@seakider</code></a>)<br /> Fixed - Quarkus throws NPE if Redisson configuration isn't defined<br /> Fixed - missing <a href="https://github.com/deprecated"><code>@deprecated</code></a> annotation on RedissonClient.getDelayedQueue() (thanks to <a href="https://github.com/minseok1015"><code>@minseok1015</code></a>)<br /> Fixed - master connection is frozen during ElastiCache/Valkey upgrade (thanks to <a href="https://github.com/gpsinghsandhu"><code>@gpsinghsandhu</code></a>)<br /> Fixed - <code>RSearch.readCursor()</code> skips rows if total is 0<br /> Fixed - connection in reconnection state shouldn't be used<br /> Fixed - cluster detection for a single node connection<br /> Fixed - comment in <code>config.setNettyExecutor()</code> that virtual threads are not recommended (thanks to <a href="https://github.com/seakider"><code>@seakider</code></a>)<br /> Fixed - DNS hostname resolution shouldn't be used for offline slaves in Sentinel mode<br /> Fixed - Spring Data Listener addition for RedisMessageListenerContainer hangs<br /> Fixed - LOADING error on slave burns extra retry attempt in batch commands (thanks to <a href="https://github.com/yuxi"><code>@yuxi</code></a>.jin)<br /> Fixed - Spring Data Redis Cluster compatibility<br /> Fixed - Cluster topology error handling (thanks to <a href="https://github.com/ngyngcphu"><code>@ngyngcphu</code></a>)<br /> Fixed - AsyncIterator's <code>CompletionStage</code> is not completed exceptionally, when connection gets read timeout (thanks to <a href="https://github.com/seakider"><code>@seakider</code></a>)<br /> Fixed - unnecessary semicolons in RExecutorService (thanks to <a href="https://github.com/chancehee"><code>@chancehee</code></a>)<br /> Fixed - WriteRedisConnectionException is thrown after Cluster failover</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/redisson/redisson/commit/76057e55a448c63e18ad9c25b9b98eaaf429fb13"><code>76057e5</code></a> [maven-release-plugin] prepare release redisson-4.3.1</li> <li><a href="https://github.com/redisson/redisson/commit/24fa719913fa05ca98cc00c24e5dadb8b37be8b7"><code>24fa719</code></a> libs updated</li> <li><a href="https://github.com/redisson/redisson/commit/3bfcad2e3ca8d1b3fd53b2a16893eb9391572cb8"><code>3bfcad2</code></a> libs updated</li> <li><a href="https://github.com/redisson/redisson/commit/b3b0f0094bcd8df923dc1009cb76609a332e747d"><code>b3b0f00</code></a> Merge branch 'master' of github.com:redisson/redisson</li> <li><a href="https://github.com/redisson/redisson/commit/f494e124684fc113ca7dccdedcb5fbeb0fd0d78f"><code>f494e12</code></a> Fixed - WriteRedisConnectionException is thrown after Cluster failover. <a href="https://redirect.github.com/redisson/redisson/issues/7000">#7000</a></li> <li><a href="https://github.com/redisson/redisson/commit/f7757951e9700b548af57b78127310201c84fe63"><code>f775795</code></a> Merge pull request <a href="https://redirect.github.com/redisson/redisson/issues/7014">#7014</a> from minseok1015/fix/deprecated-delayed-queue-interface</li> <li><a href="https://github.com/redisson/redisson/commit/fb7d9d2831f964988c19b4fd6b3512567047c4f5"><code>fb7d9d2</code></a> Merge branch 'master' of github.com:redisson/redisson</li> <li><a href="https://github.com/redisson/redisson/commit/9420b811ed04fdf78e05fbf6c038720ca38684c1"><code>9420b81</code></a> refactoring</li> <li><a href="https://github.com/redisson/redisson/commit/99e00a14e88b3e43427b9af36eb372823e6f918f"><code>99e00a1</code></a> Merge pull request <a href="https://redirect.github.com/redisson/redisson/issues/7021">#7021</a> from chancehee/patch-5</li> <li><a href="https://github.com/redisson/redisson/commit/fae76ad2dd1c6302db2a466b3dc79e1021b2d6e3"><code>fae76ad</code></a> Remove unnecessary semicolons in RExecutorService.java</li> <li>Additional commits viewable in <a href="https://github.com/redisson/redisson/compare/redisson-4.3.0...redisson-4.3.1">compare view</a></li> </ul> </details> <br /> [](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 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
