dependabot[bot] opened a new pull request, #18196: URL: https://github.com/apache/camel/pull/18196
Bumps [org.redisson:redisson](https://github.com/redisson/redisson) from 3.47.0 to 3.48.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.48.0</h2> <p>Feature - <code>retryDelay</code> and <code>reconnectionDelay</code> <a href="https://redisson.pro/docs/api-models/#command-execution-reliability">settings</a> added, allowing to define a delay strategy. Available implementations: <code>FullJitterDelay</code>, <code>EqualJitterDelay</code>, <code>DecorrelatedJitterDelay</code> and <code>ConstantDelay</code>. Default is <code>EqualJitterDelay</code><br /> Feature - <a href="https://redisson.pro/docs/data-and-services/collections/#vector-set">Vector Set</a> object added<br /> Feature - Spring Data Redis 3.5.0 implementation<br /> Feature - Hibernate 7 support added</p> <p>Improvement - <code>RClusteredMapCache</code> eviction process optimization</p> <p>Fixed - <code>RLocalCachedMap</code> with <code>storeMode = LOCALCACHE</code> may allocate extra connections and miss updates if <code>syncStrategy = UPDATE</code><br /> Fixed - <code>RClusteredLocalCachedMap</code> with <code>storeMode = LOCALCACHE</code> may allocate extra connections and miss updates if <code>syncStrategy = UPDATE</code><br /> Fixed - <code>RLocalCachedMapCacheV2</code> with <code>storeMode = LOCALCACHE</code> may allocate extra connections and miss updates if <code>syncStrategy = UPDATE</code><br /> Fixed - <code>RLocalCachedMapCacheV2</code> local cache updates<br /> Fixed - <code>QueueTransferTask</code> throws NPE<br /> Fixed - unknown command error is thrown if <code>RLock</code> object is used on Valkey Serverless deployment<br /> Fixed - the count parameter of <code>RMap.valuesAsync()</code> method should not affect result<br /> Fixed - <code>NOSCRIPT</code> error is thrown after failover by <code>RLock</code> methods<br /> Fixed - RESP3 boolean value parsing</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>27-May-2025 - 3.48.0 released</h3> <p>Feature - <code>retryDelay</code> and <code>reconnectionDelay</code> <a href="https://redisson.pro/docs/api-models/#command-execution-reliability">settings</a> added, allowing to define a delay strategy. Available implementations: <code>FullJitterDelay</code>, <code>EqualJitterDelay</code>, <code>DecorrelatedJitterDelay</code> and <code>ConstantDelay</code>. Default is <code>EqualJitterDelay</code><br /> Feature - <a href="https://redisson.pro/docs/data-and-services/collections/#vector-set">Vector Set</a> object added<br /> Feature - Spring Data Redis 3.5.0 implementation<br /> Feature - Hibernate 7 support added</p> <p>Improvement - <code>RClusteredMapCache</code> eviction process optimization</p> <p>Fixed - <code>RLocalCachedMap</code> with <code>storeMode = LOCALCACHE</code> may allocate extra connections and miss updates if <code>syncStrategy = UPDATE</code><br /> Fixed - <code>RClusteredLocalCachedMap</code> with <code>storeMode = LOCALCACHE</code> may allocate extra connections and miss updates if <code>syncStrategy = UPDATE</code><br /> Fixed - <code>RLocalCachedMapCacheV2</code> with <code>storeMode = LOCALCACHE</code> may allocate extra connections and miss updates if <code>syncStrategy = UPDATE</code><br /> Fixed - <code>RLocalCachedMapCacheV2</code> local cache updates<br /> Fixed - <code>QueueTransferTask</code> throws NPE<br /> Fixed - unknown command error is thrown if <code>RLock</code> object is used on Valkey Serverless deployment<br /> Fixed - the count parameter of <code>RMap.valuesAsync()</code> method should not affect result<br /> Fixed - <code>NOSCRIPT</code> error is thrown after failover by <code>RLock</code> methods<br /> Fixed - RESP3 boolean value parsing</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/redisson/redisson/commit/dee3629fe3554482caf9fc847e8a9af3d9180597"><code>dee3629</code></a> [maven-release-plugin] prepare release redisson-3.48.0</li> <li><a href="https://github.com/redisson/redisson/commit/76d489b0cae234c2126390f5adfcccbeae172172"><code>76d489b</code></a> test fixed</li> <li><a href="https://github.com/redisson/redisson/commit/1cbc44636bf42ca856aaea27729db13609e07c6a"><code>1cbc446</code></a> interface fixed</li> <li><a href="https://github.com/redisson/redisson/commit/da2a1a58a9f5ca2da44c31efe65cb8427d88f73a"><code>da2a1a5</code></a> javadocs fixed</li> <li><a href="https://github.com/redisson/redisson/commit/ac3ace7420249ac250d310c0a6286b97f4bb5a0a"><code>ac3ace7</code></a> docs updated</li> <li><a href="https://github.com/redisson/redisson/commit/b2f12b67d859148572b92f1322281fd37da950e4"><code>b2f12b6</code></a> refactoring</li> <li><a href="https://github.com/redisson/redisson/commit/e6507b1be1de85909291f109ce8850fc58ec79d9"><code>e6507b1</code></a> Fixed - QueueTransferTask throws NPE <a href="https://redirect.github.com/redisson/redisson/issues/6617">#6617</a></li> <li><a href="https://github.com/redisson/redisson/commit/1485d8a9715bce023c856fe438fca698cce19b18"><code>1485d8a</code></a> Fixed - RLocalCachedMap in storeMode = LOCALCACHE may allocate extra connecti...</li> <li><a href="https://github.com/redisson/redisson/commit/56de088f25ce2446522e4b3d909db029e1476ebd"><code>56de088</code></a> Fixed - RLocalCachedMap in storeMode = LOCALCACHE may allocate extra connecti...</li> <li><a href="https://github.com/redisson/redisson/commit/f9ad965f4985578550bee08c1e5e86c22295c7af"><code>f9ad965</code></a> test fixed</li> <li>Additional commits viewable in <a href="https://github.com/redisson/redisson/compare/redisson-3.47.0...redisson-3.48.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