dependabot[bot] opened a new pull request, #21833: URL: https://github.com/apache/camel/pull/21833
Bumps [org.redisson:redisson](https://github.com/redisson/redisson) from 3.52.0 to 4.3.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-4.3.0</h2> <p>Feature - <a href="https://redisson.pro/docs/messaging/#jms-api-implementation">JMS API</a> implemented<br /> Feature - <a href="https://redisson.pro/docs/data-and-services/objects/#cuckoo-filter">RCuckooFilter</a> object added<br /> Feature - Local cached Reactive Spring Session implemented<br /> Feature - <code>RBitSet.bitField()</code> method added (thanks to <a href="https://github.com/bandalgomsu"><code>@bandalgomsu</code></a>)<br /> Feature - <code>RBatch.getBloomFilterNative()</code> method added<br /> Feature - <code>StreamAddArgs.idempotentProducerId()</code> method added<br /> Feature - <code>hashCode()/equlas()</code> methods added to <code>StreamRangeParams</code> object (thanks to <a href="https://github.com/bandalgomsu"><code>@bandalgomsu</code></a>)<br /> Feature - <code>Message.getDeliveries()</code> method added</p> <p>Improvement - <code>tcpKeepAlive</code> setting is <code>true</code> by default</p> <p>Fixed - <code>RReliablePubSubTopic.setConfigIfAbsent()</code> throws NPE<br /> Fixed - <code>Message.getCreationTime()</code> returns <code>null</code> for messages stored in <code>RReliableQueue</code><br /> Fixed - corrupted <code>Input</code> object shouldn't be returned to the pool in <code>Kryo5Codec</code><br /> Fixed - increased char array in <code>Kryo5Codec</code> isn't cleared when the <code>Input.reset()</code> method is invoked<br /> Fixed - traffic burst may block <code>RRateLimiter</code> indefinitely<br /> Fixed - attempt to unlock lock, not locked by current thread by node id error (thanks to <a href="https://github.com/seakider"><code>@seakider</code></a>)<br /> Fixed - <code>RTopicPattern</code> resubscription after failover (thanks to <a href="https://github.com/peterhalicky"><code>@peterhalicky</code></a>)<br /> Fixed - <code>RBloomFilterNative</code>'s <code>add()</code>, <code>exists()</code>, <code>count()</code> return type<br /> Fixed - Spring Data <code>ReactiveKeyCommands.scan()</code> method throws NPE if <code>count</code> setting isn't defined</p> <h2>redisson-4.2.0</h2> <p>Feature - <a href="https://redisson.pro/docs/integration-with-spring/#spring-ai-vector-store">Spring AI Vector Store</a> implemented Feature - AvroJackson3Codec, CborJackson3Codec, IonJackson3Codec, SmileJackson3Codec codecs added Feature - RBloomFilterNative object added which covers BF.* commands (thanks to <a href="https://github.com/bandalgomsu"><code>@bandalgomsu</code></a>) Feature - RSearch.hasIndex() method added (thanks <a href="https://github.com/bandalgomsu"><code>@bandalgomsu</code></a>) Feature - Jackson3Codec added for RJsonBucket and RJsonStore objects</p> <p>Breaking change - RSet.containsEach() returns Set (thanks to <a href="https://github.com/bandalgomsu"><code>@bandalgomsu</code></a>)</p> <p>Fixed - RRingBuffer.clear() method shouldn't clear capacity (thanks to <a href="https://github.com/bandalgomsu"><code>@bandalgomsu</code></a>) Fixed - unnecessary attempts for BUSYGROUP error (thanks to <a href="https://github.com/bandalgomsu"><code>@bandalgomsu</code></a>) Fixed - RenewalTask.renewSlots() throws StackOverflowError with many locks (thanks to <a href="https://github.com/subbotinkv"><code>@subbotinkv</code></a>) Fixed - RExecutorService.scheduleAtFixedRate() method can only be executed once (thanks to <a href="https://github.com/bandalgomsu"><code>@bandalgomsu</code></a>) Fixed - Stream ranges in Spring Data Redis module don't handle bounds (thanks to <a href="https://github.com/bandalgomsu"><code>@bandalgomsu</code></a>) Fixed - UUID serialization by Jackson codecs Fixed - RBatch with ExecutionMode.REDIS_WRITE_ATOMIC throws NPEs Fixed - RJsonBucket.setAndKeepTTLAsync() doesn't work (thanks to <a href="https://github.com/jigneshcoder"><code>@jigneshcoder</code></a>) Fixed - possible RedisTimeoutException and memory Growth after upgrading to Redisson 3.47.0 (thanks to <a href="https://github.com/seakider"><code>@seakider</code></a>) Fixed - missed redisson-spring-cache and redisson-spring-transaction dependencies for redisson-spring-boot-starter module Fixed - RSearch VectorSimilarity param doesn't allow to specify scoreAlias and filter params Fixed - javadocs: Config.setCleanUpKeysAmount() description (thanks to <a href="https://github.com/MuriloMarquesSantos"><code>@MuriloMarquesSantos</code></a>) Fixed - errors logging improvement (thanks to <a href="https://github.com/GaoSSR"><code>@GaoSSR</code></a>) Fixed - potential negative index in load balancers (thanks to <a href="https://github.com/GaoSSR"><code>@GaoSSR</code></a>) Fixed - GraalVM reflection issue in Spring Native (thanks to <a href="https://github.com/GaoSSR"><code>@GaoSSR</code></a>) Fixed - docs: update deprecation note for RedLock object (thanks to <a href="https://github.com/mykronetix"><code>@mykronetix</code></a>) Fixed - passwords encryption JDK 8 compatibility</p> <h2>redisson-4.1.0</h2> <!-- 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>2-Mar-2025 - 4.3.0 released</h3> <p>Feature - <a href="https://redisson.pro/docs/messaging/#jms-api-implementation">JMS API</a> implemented<br /> Feature - <a href="https://redisson.pro/docs/data-and-services/objects/#cuckoo-filter">RCuckooFilter</a> object added<br /> Feature - Local cached Reactive Spring Session implemented<br /> Feature - <code>RBitSet.bitField()</code> method added (thanks to <a href="https://github.com/bandalgomsu"><code>@bandalgomsu</code></a>)<br /> Feature - <code>RBatch.getBloomFilterNative()</code> method added<br /> Feature - <code>StreamAddArgs.idempotentProducerId()</code> method added<br /> Feature - <code>hashCode()/equlas() methods added to </code>StreamRangeParams<code>object (thanks to @bandalgomsu) Feature -</code>Message.getDeliveries()` method added</p> <p>Improvement - <code>tcpKeepAlive</code> setting is <code>true</code> by default</p> <p>Fixed - <code>RReliablePubSubTopic.setConfigIfAbsent()</code> throws NPE<br /> Fixed - <code>Message.getCreationTime()</code> returns <code>null</code> for messages stored in <code>RReliableQueue</code><br /> Fixed - corrupted <code>Input</code> object shouldn't be returned to the pool in <code>Kryo5Codec</code><br /> Fixed - increased char array in <code>Kryo5Codec</code> isn't cleared when the <code>Input.reset()</code> method is invoked<br /> Fixed - traffic burst may block <code>RRateLimiter</code> indefinitely<br /> Fixed - attempt to unlock lock, not locked by current thread by node id error (thanks to <a href="https://github.com/seakider"><code>@seakider</code></a>)<br /> Fixed - <code>RTopicPattern</code> resubscription after failover (thanks to <a href="https://github.com/peterhalicky"><code>@peterhalicky</code></a>)<br /> Fixed - <code>RBloomFilterNative</code>'s <code>add()</code>, <code>exists()</code>, <code>count()</code> return type<br /> Fixed - Spring Data <code>ReactiveKeyCommands.scan()</code> method throws NPE if <code>count</code> setting isn't defined</p> <h3>5-Feb-2025 - 4.2.0 released</h3> <p>Feature - <a href="https://redisson.pro/docs/integration-with-spring/#spring-ai-vector-store">Spring AI Vector Store</a> implemented<br /> Feature - <code>AvroJackson3Codec</code>, <code>CborJackson3Codec</code>, <code>IonJackson3Codec</code>, <code>SmileJackson3Codec</code> codecs added<br /> Feature - <code>RBloomFilterNative</code> object added which covers <code>BF.*</code> commands (thanks to <a href="https://github.com/bandalgomsu"><code>@bandalgomsu</code></a>)<br /> Feature - <code>RSearch.hasIndex()</code> method added (thanks <a href="https://github.com/bandalgomsu"><code>@bandalgomsu</code></a>)<br /> Feature - Jackson3Codec added for <code>RJsonBucket</code> and <code>RJsonStore</code> objects</p> <p><strong>Breaking change</strong> - <code>RSet.containsEach()</code> returns <code>Set</code> (thanks to <a href="https://github.com/bandalgomsu"><code>@bandalgomsu</code></a>)</p> <p>Fixed - <code>RRingBuffer.clear()</code> method shouldn't clear capacity (thanks to <a href="https://github.com/bandalgomsu"><code>@bandalgomsu</code></a>)<br /> Fixed - unnecessary attempts for BUSYGROUP error (thanks to <a href="https://github.com/bandalgomsu"><code>@bandalgomsu</code></a>)<br /> Fixed - <code>RenewalTask.renewSlots()</code> throws StackOverflowError with many locks (thanks to <a href="https://github.com/subbotinkv"><code>@subbotinkv</code></a>)<br /> Fixed - <code>RExecutorService.scheduleAtFixedRate()</code> method can only be executed once (thanks to <a href="https://github.com/bandalgomsu"><code>@bandalgomsu</code></a>)<br /> Fixed - Stream ranges in Spring Data Redis module don't handle bounds (thanks to <a href="https://github.com/bandalgomsu"><code>@bandalgomsu</code></a>)<br /> Fixed - UUID serialization by Jackson codecs<br /> Fixed - <code>RBatch</code> with <code>ExecutionMode.REDIS_WRITE_ATOMIC</code> throws NPEs<br /> Fixed - <code>RJsonBucket.setAndKeepTTLAsync()</code> doesn't work (thanks to <a href="https://github.com/jigneshcoder"><code>@jigneshcoder</code></a>)<br /> Fixed - possible <code>RedisTimeoutException</code> and memory Growth after upgrading to Redisson 3.47.0 (thanks to <a href="https://github.com/seakider"><code>@seakider</code></a>)<br /> Fixed - missed <code>redisson-spring-cache</code> and <code>redisson-spring-transaction</code> dependencies for <code>redisson-spring-boot-starter</code> module<br /> Fixed - <code>RSearch</code> <code>VectorSimilarity</code> param doesn't allow to specify scoreAlias and filter params<br /> Fixed - javadocs: <code>Config.setCleanUpKeysAmount()</code> description (thanks to <a href="https://github.com/MuriloMarquesSantos"><code>@MuriloMarquesSantos</code></a>)<br /> Fixed - errors logging improvement (thanks to <a href="https://github.com/GaoSSR"><code>@GaoSSR</code></a>)<br /> Fixed - potential negative index in load balancers (thanks to <a href="https://github.com/GaoSSR"><code>@GaoSSR</code></a>)<br /> Fixed - GraalVM reflection issue in Spring Native (thanks to <a href="https://github.com/GaoSSR"><code>@GaoSSR</code></a>)<br /> Fixed - docs: update deprecation note for RedLock object (thanks to <a href="https://github.com/mykronetix"><code>@mykronetix</code></a>)<br /> Fixed - passwords encryption JDK 8 compatibility</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/redisson/redisson/commit/10e575150419094fd25ca24430411a49b7c59990"><code>10e5751</code></a> [maven-release-plugin] prepare release redisson-4.3.0</li> <li><a href="https://github.com/redisson/redisson/commit/afce3daf89b7c6e9d1bcb79770010de5c5cb7f8a"><code>afce3da</code></a> test fixed</li> <li><a href="https://github.com/redisson/redisson/commit/b40487d5eef63f15268b78f440f0a9902b262b0f"><code>b40487d</code></a> Merge branch 'master' of github.com:redisson/redisson</li> <li><a href="https://github.com/redisson/redisson/commit/707c8ba389eb9f0437aa469b7af23324c6028a3d"><code>707c8ba</code></a> docs updated</li> <li><a href="https://github.com/redisson/redisson/commit/2e01221f8d9f400c23fabf7fd2bc3f53a037acee"><code>2e01221</code></a> Update README.md</li> <li><a href="https://github.com/redisson/redisson/commit/ad458b4caf0cb2502b38248bef97209180036fbb"><code>ad458b4</code></a> build fixed</li> <li><a href="https://github.com/redisson/redisson/commit/7ff5b1dda4b34ef2416e1831144a521ed5963ad5"><code>7ff5b1d</code></a> libs updated</li> <li><a href="https://github.com/redisson/redisson/commit/a1481d1844d8b433c31445fa56f5378db004a1a6"><code>a1481d1</code></a> Merge branch 'master' of github.com:redisson/redisson</li> <li><a href="https://github.com/redisson/redisson/commit/5d1b3ec68b4b5afa5bb45a080c038fb17ae927ee"><code>5d1b3ec</code></a> libs updated</li> <li><a href="https://github.com/redisson/redisson/commit/80560cd95175c0ea368741f06316f7e2555e1af1"><code>80560cd</code></a> Merge pull request <a href="https://redirect.github.com/redisson/redisson/issues/6989">#6989</a> from bandalgomsu/<a href="https://redirect.github.com/redisson/redisson/issues/6956">gh-6956</a></li> <li>Additional commits viewable in <a href="https://github.com/redisson/redisson/compare/redisson-3.52.0...redisson-4.3.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 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]
