dependabot[bot] opened a new pull request, #12809: URL: https://github.com/apache/camel/pull/12809
Bumps [org.redisson:redisson](https://github.com/redisson/redisson) from 3.25.2 to 3.26.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-3.26.0</h2> <p>Feature - ability to specify <code>retryInterval</code>, <code>retryAttempts</code>, <code>timeout</code> settings per Redisson object. Please refer to the <a href="https://github.com/redisson/redisson/wiki/3.-operations-execution">documentation</a><br /> Feature - <code>LocalCachedMapOptions.expirationEventPolicy</code> setting added<br /> Feature - <code>StreamAddListener</code>, <code>StreamCreateConsumerListener</code>, <code>StreamCreateGroupListener</code>, <code>StreamRemoveConsumerListener</code>, <code>StreamRemoveGroupListener</code>, <code>StreamRemoveListener</code>, <code>StreamTrimListener</code> listeners added for <code>RStream</code> object</p> <p>Fixed - Spring Data Redis <code>RedissonConnection.setCommands()</code> method returns null<br /> Fixed - continuously reconnecting to a removed slave node in cluster mode<br /> Fixed - <code>EntryExpiredListener</code> isn't invoked by <code>RMapCache</code> instance in Redis Cluster 7+ and if <code>nameMapper</code> is defined<br /> Fixed - <code>Skipped slave up ...</code> error is thrown in Sentinel mode if nodes use IPv6<br /> Fixed - NPE is thrown when adding or removing shards in ElastiCache<br /> Fixed - <code>RAtomicDouble</code>, <code>RAtomicLong</code>, <code>RMap</code>, <code>RScoredSortedSet</code>, <code>RSet</code> listeners aren't removed properly<br /> Fixed - connection isn't reconnected on <code>WRONGPASS</code> Redis error<br /> Fixed - connection timeout during Redisson start ignores connections amount<br /> Fixed - <code>RSearch.search()</code> method doesn't execute query with aliases properly<br /> Fixed - <code>FCALL_RO</code> command isn't used when <code>RFunction</code> method called with <code>FunctionMode.READ</code> parameter<br /> Fixed - <code>IllegalReferenceCountException</code> is thrown when canceling a method call<br /> Fixed - Redis scan cursor exceed <code>Long.MAX_VALUE</code> in AWS Elasticache<br /> Fixed - internal <code>ServiceManager.calcSHA()</code> method should use UTF-8 encoding by default</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>20-Dec-2023 - 3.26.0 released</h3> <p>Feature - ability to specify <code>retryInterval</code>, <code>retryAttempts</code>, <code>timeout</code> settings per Redisson object. Please refer to the <a href="https://github.com/redisson/redisson/wiki/3.-operations-execution">documentation</a><br /> Feature - <code>LocalCachedMapOptions.expirationEventPolicy</code> setting added<br /> Feature - <code>StreamAddListener</code>, <code>StreamCreateConsumerListener</code>, <code>StreamCreateGroupListener</code>, <code>StreamRemoveConsumerListener</code>, <code>StreamRemoveGroupListener</code>, <code>StreamRemoveListener</code>, <code>StreamTrimListener</code> listeners added for <code>RStream</code> object</p> <p>Fixed - Spring Data Redis <code>RedissonConnection.setCommands()</code> method returns null<br /> Fixed - continuously reconnecting to a removed slave node in cluster mode<br /> Fixed - <code>EntryExpiredListener</code> isn't invoked by <code>RMapCache</code> instance in Redis Cluster 7+ and if <code>nameMapper</code> is defined<br /> Fixed - <code>Skipped slave up ...</code> error is thrown in Sentinel mode if nodes use IPv6<br /> Fixed - NPE is thrown when adding or removing shards in ElastiCache<br /> Fixed - <code>RAtomicDouble</code>, <code>RAtomicLong</code>, <code>RMap</code>, <code>RScoredSortedSet</code>, <code>RSet</code> listeners aren't removed properly<br /> Fixed - connection isn't reconnected on <code>WRONGPASS</code> Redis error<br /> Fixed - connection timeout during Redisson start ignores connections amount<br /> Fixed - <code>RSearch.search()</code> method doesn't execute query with aliases properly<br /> Fixed - <code>FCALL_RO</code> command isn't used when <code>RFunction</code> method called with <code>FunctionMode.READ</code> parameter<br /> Fixed - <code>IllegalReferenceCountException</code> is thrown when canceling a method call<br /> Fixed - Redis scan cursor exceed <code>Long.MAX_VALUE</code> in AWS Elasticache<br /> Fixed - internal <code>ServiceManager.calcSHA()</code> method should use UTF-8 encoding by default</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/redisson/redisson/commit/41bb6312a7df6469ec37b7e45a4e6f2dda1ce987"><code>41bb631</code></a> [maven-release-plugin] prepare release redisson-3.26.0</li> <li><a href="https://github.com/redisson/redisson/commit/4661a859a2876eb8a6fd46fa6545dc6873be6679"><code>4661a85</code></a> refactoring</li> <li><a href="https://github.com/redisson/redisson/commit/393a7c3a7aaab3c9bec95443032171e5b54d83c9"><code>393a7c3</code></a> Fixed - Spring Data Redis RedissonConnection.setCommands() method returns nul...</li> <li><a href="https://github.com/redisson/redisson/commit/f03e62008af4a08322a2cf891e28798ac463175e"><code>f03e620</code></a> Fixed - continuously reconnecting to a removed slave node in cluster mode. <a href="https://redirect.github.com/redisson/redisson/issues/5547">#5547</a></li> <li><a href="https://github.com/redisson/redisson/commit/e4fabe6a435f5c456cbcca2697a3157ae4182ce2"><code>e4fabe6</code></a> Feature - LocalCachedMapOptions.expirationEventPolicy setting added. <a href="https://redirect.github.com/redisson/redisson/issues/5465">#5465</a></li> <li><a href="https://github.com/redisson/redisson/commit/b10b066167da2fbff5ae63e74ef1d94fb984ec4f"><code>b10b066</code></a> Fixed - EntryExpiredListener isn't invoked by RMapCache instance in Redis Clu...</li> <li><a href="https://github.com/redisson/redisson/commit/21250fd664d001e95f01d6f14e3cffb97d2b0709"><code>21250fd</code></a> Fixed - "Skipped slave up ..." error in Sentinel mode if nodes use IPv6 <a href="https://redirect.github.com/redisson/redisson/issues/4015">#4015</a></li> <li><a href="https://github.com/redisson/redisson/commit/f34199e7ae8a9b1597ea125f5e22285303b300a3"><code>f34199e</code></a> Fixed - NPE when adding or removing shards in ElastiCache <a href="https://redirect.github.com/redisson/redisson/issues/5560">#5560</a></li> <li><a href="https://github.com/redisson/redisson/commit/6c8f3c2becfabbad305907229bbf4b28067c5a81"><code>6c8f3c2</code></a> refactoring</li> <li><a href="https://github.com/redisson/redisson/commit/09795b9b94c42e7a6985ecc1c804e5ca974f135f"><code>09795b9</code></a> refactoring</li> <li>Additional commits viewable in <a href="https://github.com/redisson/redisson/compare/redisson-3.25.2...redisson-3.26.0">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 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: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org