dependabot[bot] opened a new pull request, #21284: URL: https://github.com/apache/camel/pull/21284
Bumps [org.redisson:redisson](https://github.com/redisson/redisson) from 3.52.0 to 4.2.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.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> <p>Feature - <a href="https://redisson.pro/docs/integration-with-spring/#local-cache">Local cached Spring Session</a> implemented<br /> Feature - Hibernate 7.2 module added<br /> Feature - support for Instant-based expiration in <code>RMapCacheNative</code> (thanks <a href="https://github.com/bandalgomsu"><code>@bandalgomsu</code></a>)<br /> Feature - <code>claim()</code> method added to <code>StreamMultiReadGroupArgs</code> and <code>StreamReadGroupArgs</code> for <code>RStream</code> object<br /> Feature - <code>RBucket.getDigest()</code> method added<br /> Feature - extended <code>RBucket.compareAndSet()</code> method added<br /> Feature - <code>RBucket.compareAndDelete()</code> method added<br /> Feature - <code>RMapCacheNative.putIfExists()</code> methods added with ttl and time arguments<br /> Feature - <code>RBuckets.setIfAllKeysExist()</code> method added (thanks to <a href="https://github.com/seakider"><code>@seakider</code></a>)<br /> Feature - <code>RBuckets.setIfAllKeysAbsent()</code> method added (thanks to <a href="https://github.com/seakider"><code>@seakider</code></a>)<br /> Feature - <code>RMapCacheNative.putIfAllKeysExist()</code> method added<br /> Feature - <code>RMapCacheNative.putIfAllKeysAbsent()</code> method added<br /> Feature - extended <code>RMapCacheNative.putAll()</code> method added<br /> Feature - <code>JsonJackson3Codec</code> and <code>TypedJsonJackson3Codec</code> codecs added<br /> Feature - <code>RSearch.hybridSearch()</code> method added</p> <p><strong>Breaking change</strong> - Spring Cache implementation moved to <code>redisson-spring-cache/redisson-spring</code> module (thanks to <a href="https://github.com/seakider"><code>@seakider</code></a>)<br /> <strong>Breaking change</strong> - Spring Transaction implementation moved to <code>redisson-spring-transaction/redisson-spring</code> module (thanks to <a href="https://github.com/Anubhavagnihotrii"><code>@Anubhavagnihotrii</code></a>)<br /> <strong>Breaking change</strong> - <code>FstCodec</code>, <code>FuryCodec</code>, <code>MarshallingCodec</code>, <code>SnappyCodec</code> deprecated codecs have been removed</p> <p>Improvement - <code>redisson-spring-data</code> is a sub-module of <code>redisson-spring module</code><br /> Improvement - <code>redisson-spring-boot-starter</code> is a sub-module of <code>redisson-spring</code></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>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> <h3>30-Dec-2025 - 4.1.0 released</h3> <p>Feature - <a href="https://redisson.pro/docs/integration-with-spring/#local-cache">Local cached Spring Session</a> implemented<br /> Feature - Hibernate 7.2 module added<br /> Feature - support for Instant-based expiration in <code>RMapCacheNative</code> (thanks <a href="https://github.com/bandalgomsu"><code>@bandalgomsu</code></a>)<br /> Feature - <code>claim()</code> method added to <code>StreamMultiReadGroupArgs</code> and <code>StreamReadGroupArgs</code> for <code>RStream</code> object<br /> Feature - <code>RBucket.getDigest()</code> method added<br /> Feature - extended <code>RBucket.compareAndSet()</code> method added<br /> Feature - <code>RBucket.compareAndDelete()</code> method added<br /> Feature - <code>RMapCacheNative.putIfExists()</code> methods added with ttl and time arguments<br /> Feature - <code>RBuckets.setIfAllKeysExist()</code> method added (thanks to <a href="https://github.com/seakider"><code>@seakider</code></a>)<br /> Feature - <code>RBuckets.setIfAllKeysAbsent()</code> method added (thanks to <a href="https://github.com/seakider"><code>@seakider</code></a>)<br /> Feature - <code>RMapCacheNative.putIfAllKeysExist()</code> method added<br /> Feature - <code>RMapCacheNative.putIfAllKeysAbsent()</code> method added<br /> Feature - extended <code>RMapCacheNative.putAll()</code> method added<br /> Feature - <code>JsonJackson3Codec</code> and <code>TypedJsonJackson3Codec</code> codecs added<br /> Feature - <code>RSearch.hybridSearch()</code> method added</p> <p><strong>Breaking change</strong> - Spring Cache implementation moved to <code>redisson-spring-cache/redisson-spring</code> module (thanks to <a href="https://github.com/seakider"><code>@seakider</code></a>)<br /> <strong>Breaking change</strong> - Spring Transaction implementation moved to <code>redisson-spring-transaction/redisson-spring</code> module (thanks to <a href="https://github.com/seakider"><code>@seakider</code></a>)<br /> <strong>Breaking change</strong> - <code>FstCodec</code>, <code>FuryCodec</code>, <code>MarshallingCodec</code>, <code>SnappyCodec</code> deprecated codecs have been removed</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/redisson/redisson/commit/d5528adb3bf40b5eec70dfbe90cab1ae9278a6e2"><code>d5528ad</code></a> [maven-release-plugin] prepare release redisson-4.2.0</li> <li><a href="https://github.com/redisson/redisson/commit/d334b72c3ea0a8c10142b9f27dcf2af0c621a4de"><code>d334b72</code></a> tests fixed</li> <li><a href="https://github.com/redisson/redisson/commit/9ba66dc40830113de8ba79a6cf0e2542e5894eb4"><code>9ba66dc</code></a> test fixed</li> <li><a href="https://github.com/redisson/redisson/commit/c7ffc6d299e643808c1870e2c3b03fee66f9b5cd"><code>c7ffc6d</code></a> libs updated</li> <li><a href="https://github.com/redisson/redisson/commit/b73753a39135e428c6aefbd1966d5f156fd4fa69"><code>b73753a</code></a> test fixed</li> <li><a href="https://github.com/redisson/redisson/commit/3109c3b6e800d21caa1c53b4192d8b925aa41048"><code>3109c3b</code></a> Merge pull request <a href="https://redirect.github.com/redisson/redisson/issues/6970">#6970</a> from bandalgomsu/<a href="https://redirect.github.com/redisson/redisson/issues/6944">gh-6944</a></li> <li><a href="https://github.com/redisson/redisson/commit/e8fbfc5b711f188d642696b7bc5212dcefd9b1c1"><code>e8fbfc5</code></a> Merge pull request <a href="https://redirect.github.com/redisson/redisson/issues/6971">#6971</a> from bandalgomsu/<a href="https://redirect.github.com/redisson/redisson/issues/6964">gh-6964</a></li> <li><a href="https://github.com/redisson/redisson/commit/f3811e44f167512f6c259c919e28454436457fcd"><code>f3811e4</code></a> Fix clear() in RedissonRingBuffer is clearing elements and capacity</li> <li><a href="https://github.com/redisson/redisson/commit/8a2932939c9c97a8d55b0c60a60260854b8034b9"><code>8a29329</code></a> Fix CommandDecoder to handle BUSY error prefix</li> <li><a href="https://github.com/redisson/redisson/commit/aa91d16c4f4e837a8ab6ce7d698dff48cf1be4c2"><code>aa91d16</code></a> Merge pull request <a href="https://redirect.github.com/redisson/redisson/issues/6968">#6968</a> from bandalgomsu/<a href="https://redirect.github.com/redisson/redisson/issues/6951">gh-6951</a></li> <li>Additional commits viewable in <a href="https://github.com/redisson/redisson/compare/redisson-3.52.0...redisson-4.2.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]
