dependabot[bot] opened a new pull request, #13656: URL: https://github.com/apache/camel/pull/13656
Bumps [org.redisson:redisson](https://github.com/redisson/redisson) from 3.26.0 to 3.27.2. <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.27.2</h2> <p>Feature - <code>RShardedTopic.countSubscribers()</code> method implemented<br /> Feature - <code>RedissonMultiLock</code> implements <code>isHeldByThread()</code> and <code>isHeldByCurrentThread()</code> methods</p> <p>Fixed - Multiple locking of RLock reset remainTimeToLive to config default<br /> Fixed - exception thrown by <code>natMapper</code> is not shown in logs<br /> Fixed - OSGi jdk.net package import should be optional<br /> Fixed - <code>ServiceManager.resolveAll()</code> method throws NPE<br /> Fixed - <code>RObject.addListenerAsync()</code> method throws <code>UnsupportedOperationException</code><br /> Fixed - <code>StatusListener</code> doesn't work with <code>RShardedTopic</code><br /> Fixed - NPE is thrown in cluster mode if slave node added<br /> Fixed - continuously reconnecting to a removed slave node in cluster mode<br /> Fixed - incorrect handling of TrackingListener removal<br /> Fixed - <code>FlushListener</code> receives duplicate events<br /> Fixed - <code>SlotsDecoder</code> throws NPE on empty result<br /> Fixed - Clash between RedissonCache and Spring (6.1+) Cache interface methods<br /> Fixed - <code>RedissonClient.shutdown()</code> method hangs at <code>serviceManager.getShutdownLatch()</code> invocation<br /> Fixed - "Failed to submit a listener notification task. Event loop shut down?" error caused by <code>PingConnectionHandler</code><br /> Fixed - <code>JsonCodecWrapper</code> isn't cached properly</p> <h2>redisson-3.27.1</h2> <p>Feature - added <code>TrackingListener</code> support to <code>RList</code>, <code>RQueue</code>, <code>RDeque</code>, <code>RBlockingQueue</code>, <code>RBlockingDeque</code>, <code>RDelayedQueue</code>, <code>RRingBuffer</code> objects<br /> Feature - <code>addListener()</code>, <code>random()</code> methods added to <code>RLexSortedSet</code> object</p> <p>Improvement - show log warning "DNS TCP fallback on UDP query timeout disabled" if Netty version is lower 4.1.105<br /> Improvement - ChannelName.toString() conversion optimization</p> <p>Fixed - <code>retryInterval</code> and <code>retryAttempts</code> settings aren't applied in case of 'READONLY You can't write against a read only replica.' error<br /> Fixed - <code>RRemoteService</code> may cause CPU spike after Master failover<br /> Fixed - <code>FlushListener</code> causes <code>ClassCastException</code><br /> Fixed - <code>TrackingListener</code> causes <code>ClassCastException</code><br /> Fixed - <code>RedissonSetCache.addIfAbsentAsync()</code> uses incorrect argument for zadd (thanks <a href="https://github.com/fooooxxxx"><code>@​fooooxxxx</code></a>)</p> <h2>redisson-3.27.0</h2> <p>Feature - <a href="https://github.com/redisson/redisson/wiki/10.-additional-features/#109-client-tracking-listener">client tracking</a> support. <code>TrackingListener</code> is available for <code>RBucket</code>, <code>RStream</code>, <code>RScoredSortedSet</code>, <code>RSet</code>, <code>RMap</code> and <code>RBucket</code> objects<br /> Feature - added <code>RKeys.addListener()</code> method to register global listeners<br /> Feature - <code>FlushListener</code> added to track flushdb/flushall command invocation<br /> Feature - <code>Kryo5Codec</code> constructor with <code>registrationRequired</code> parameter added<br /> Feature - <code>nettyExecutor</code> setting added<br /> Feature - enable DNS TCP fallback when UDP query timeout for <code>RoundRobinDnsAddressResolverGroupFactory</code> and <code>SequentialDnsAddressResolverFactory</code></p> <p>Improvement - cache result of <code>INFO REPLICATION</code> command for <code>RLock</code> objects</p> <p>Fixed - Spring Data Redis <code>ReactiveKeyCommands.pExpire()</code> method throws an exception<br /> Fixed - NPE is thrown by <code>RedisExecutor.handleError()</code> method<br /> Fixed - sharded pubsub detection for <code>Apache Tomcat Session Manager</code>, <code>RMapCache</code> and <code>RLocalCachedMap</code> objects<br /> Fixed - Redisson's threads aren't shutdown if Redis node address isn't defined<br /> Fixed - NPE is thrown while creating <code>RLocalCacheMap</code> object without WriteMode value<br /> Fixed - incorrect RESP3 protocol parsing causes <code>SlaveConnectionPool no available Redis entries</code> error<br /> Fixed - repeated new connections with AWS Elasticache serverless</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>12-Mar-2024 - 3.27.2 released</h3> <p>Feature - <code>RShardedTopic.countSubscribers()</code> method implemented<br /> Feature - <code>RedissonMultiLock</code> implements <code>isHeldByThread()</code> and <code>isHeldByCurrentThread()</code> methods</p> <p>Fixed - Multiple locking of RLock reset remainTimeToLive to config default<br /> Fixed - exception thrown by <code>natMapper</code> is not shown in logs<br /> Fixed - OSGi jdk.net package import should be optional<br /> Fixed - <code>ServiceManager.resolveAll()</code> method throws NPE<br /> Fixed - <code>RObject.addListenerAsync()</code> method throws <code>UnsupportedOperationException</code><br /> Fixed - <code>StatusListener</code> doesn't work with <code>RShardedTopic</code><br /> Fixed - NPE is thrown in cluster mode if slave node added<br /> Fixed - continuously reconnecting to a removed slave node in cluster mode<br /> Fixed - incorrect handling of TrackingListener removal<br /> Fixed - <code>FlushListener</code> receives duplicate events<br /> Fixed - <code>SlotsDecoder</code> throws NPE on empty result<br /> Fixed - Clash between RedissonCache and Spring (6.1+) Cache interface methods<br /> Fixed - <code>RedissonClient.shutdown()</code> method hangs at <code>serviceManager.getShutdownLatch()</code> invocation<br /> Fixed - "Failed to submit a listener notification task. Event loop shut down?" error caused by <code>PingConnectionHandler</code><br /> Fixed - <code>JsonCodecWrapper</code> isn't cached properly</p> <h3>28-Feb-2024 - 3.27.1 released</h3> <p>Feature - added <code>TrackingListener</code> support to <code>RList</code>, <code>RQueue</code>, <code>RDeque</code>, <code>RBlockingQueue</code>, <code>RBlockingDeque</code>, <code>RDelayedQueue</code>, <code>RRingBuffer</code> objects<br /> Feature - <code>addListener()</code>, <code>random()</code> methods added to <code>RLexSortedSet</code> object</p> <p>Improvement - show log warning "DNS TCP fallback on UDP query timeout disabled" if Netty version is lower 4.1.105<br /> Improvement - ChannelName.toString() conversion optimization</p> <p>Fixed - <code>retryInterval</code> and <code>retryAttempts</code> settings aren't applied in case of 'READONLY You can't write against a read only replica.' error<br /> Fixed - <code>RRemoteService</code> may cause CPU spike after Master failover<br /> Fixed - <code>FlushListener</code> causes <code>ClassCastException</code><br /> Fixed - <code>TrackingListener</code> causes <code>ClassCastException</code><br /> Fixed - <code>RedissonSetCache.addIfAbsentAsync()</code> uses incorrect argument for zadd (thanks <a href="https://github.com/fooooxxxx"><code>@​fooooxxxx</code></a>)</p> <h3>20-Feb-2024 - 3.27.0 released</h3> <p>Feature - <a href="https://github.com/redisson/redisson/wiki/10.-additional-features/#109-client-tracking-listener">client tracking</a> support. <code>TrackingListener</code> is available for <code>RBucket</code>, <code>RStream</code>, <code>RScoredSortedSet</code>, <code>RSet</code>, <code>RMap</code> and <code>RBucket</code> objects<br /> Feature - added <code>RKeys.addListener()</code> method to register global listeners<br /> Feature - <code>FlushListener</code> added to track flushdb/flushall command invocation<br /> Feature - <code>Kryo5Codec</code> constructor with <code>registrationRequired</code> parameter added<br /> Feature - <code>nettyExecutor</code> setting added<br /> Feature - enable DNS TCP fallback when UDP query timeout for <code>RoundRobinDnsAddressResolverGroupFactory</code> and <code>SequentialDnsAddressResolverFactory</code></p> <p>Improvement - cache result of <code>INFO REPLICATION</code> command for <code>RLock</code> objects</p> <p>Fixed - Spring Data Redis <code>ReactiveKeyCommands.pExpire()</code> method throws an exception<br /> Fixed - NPE is thrown by <code>RedisExecutor.handleError()</code> method<br /> Fixed - sharded pubsub detection for <code>Apache Tomcat Session Manager</code>, <code>RMapCache</code> and <code>RLocalCachedMap</code> objects<br /> Fixed - Redisson's threads aren't shutdown if Redis node address isn't defined</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/redisson/redisson/commit/87ad36a868c4310285cff3c20902d20222e1228c"><code>87ad36a</code></a> [maven-release-plugin] prepare release redisson-3.27.2</li> <li><a href="https://github.com/redisson/redisson/commit/87a2746067e9c047207eddd3e74d5fd8412e0678"><code>87a2746</code></a> Merge branch 'master' of github.com:redisson/redisson</li> <li><a href="https://github.com/redisson/redisson/commit/94d73b87002168aa86f7237bdf5dcedcdc5d0465"><code>94d73b8</code></a> Fixed - Multiple locking of RLock reset remainTimeToLive to config default <a href="https://redirect.github.com/redisson/redisson/issues/5623">#5623</a></li> <li><a href="https://github.com/redisson/redisson/commit/fc0d69c530eae1569c349765741d08e939108a1f"><code>fc0d69c</code></a> Fixed - exception thrown in natMapper is not shown in logs.</li> <li><a href="https://github.com/redisson/redisson/commit/f09c1f44e8ee3e05d3af17e7f934113c1e29ba0a"><code>f09c1f4</code></a> Merge pull request <a href="https://redirect.github.com/redisson/redisson/issues/5676">#5676</a> from wuwen5/fix_index_info_decoder</li> <li><a href="https://github.com/redisson/redisson/commit/fde6a5a0697ac5e13b01d2842539bcb09983d0b8"><code>fde6a5a</code></a> fixed Redisearch get index info throws NumberFormatException</li> <li><a href="https://github.com/redisson/redisson/commit/4393e0c3b4edd7557a3fc4f52be43ff1b3cd717e"><code>4393e0c</code></a> refactoring</li> <li><a href="https://github.com/redisson/redisson/commit/1ad1c33d9574b8e606f3507bf0f4b76eb6c0def2"><code>1ad1c33</code></a> refactoring</li> <li><a href="https://github.com/redisson/redisson/commit/977d786e2c8f3fb118d5f4ad153134f5dac68431"><code>977d786</code></a> refactoring</li> <li><a href="https://github.com/redisson/redisson/commit/0386ab1c3fa0ced827770bee56c4d0dcddea12e6"><code>0386ab1</code></a> Fixed - OSGi jdk.net package import should be optional. <a href="https://redirect.github.com/redisson/redisson/issues/5674">#5674</a></li> <li>Additional commits viewable in <a href="https://github.com/redisson/redisson/compare/redisson-3.26.0...redisson-3.27.2">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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
