dependabot[bot] opened a new pull request, #23790: URL: https://github.com/apache/camel/pull/23790
Bumps [org.redisson:redisson](https://github.com/redisson/redisson) from 4.4.0 to 4.5.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.5.0</h2> <p>Feature - <a href="https://redisson.pro/docs/data-and-services/collections/#array">Array</a> object added (thanks to <a href="https://github.com/lamnt2008"><code>@lamnt2008</code></a>)<br /> Feature - <a href="https://redisson.pro/docs/data-and-services/collections/#bitvector-store">BitVector Store</a> object added<br /> Feature - Fory lib upgraded to 1.1.0<br /> Feature - Micronaut 5.0 support<br /> Feature - <code>readMode</code> setting added for <code>MapOptions</code>, <code>PlainOptions</code>, <code>LocalCachedMapOptions</code> objects<br /> Feature - extended <code>incrementAndGet()</code> method added to <code>RAtomicLong</code>, <code>RAtomicDouble</code> (thanks to <a href="https://github.com/lamnt2008"><code>@lamnt2008</code></a>)<br /> Feature - <code>contains()</code>, <code>range()</code>, <code>iterator()</code> methods added to <code>RVectorSet</code> object<br /> Feature - <code>RMap.keysAsync()</code> method added (thanks to <a href="https://github.com/sywu14"><code>@sywu14</code></a>)<br /> Feature - <code>RVectorSet</code> added to <code>RBatch</code> object (thanks to <a href="https://github.com/sywu14"><code>@sywu14</code></a>)</p> <p><strong>Breaking change</strong> - map listeners signature changed, field name added (thanks to <a href="https://github.com/lamnt2008"><code>@lamnt2008</code></a>)</p> <p>Improvement - refactor: remove unnecessary boxing of primitives (thanks to <a href="https://github.com/MukjepScarlet"><code>@MukjepScarlet</code></a>)</p> <p>Fixed - <code>RScoredSortedSet</code> Rx and Reactive must handle empty results as absent (thanks to <a href="https://github.com/ngyngcphu"><code>@ngyngcphu</code></a>)<br /> Fixed - <code>RGeo</code> Rx and Reactive must handle empty results as absent (thanks to <a href="https://github.com/lamnt2008"><code>@lamnt2008</code></a>)<br /> Fixed - <code>RSet</code> Rx and Reactive must handle empty results as absent (thanks to <a href="https://github.com/lamnt2008"><code>@lamnt2008</code></a>)<br /> Fixed - <code>RVectorSet</code> Rx and Reactive must handle empty results as absent (thanks to <a href="https://github.com/lamnt2008"><code>@lamnt2008</code></a>)<br /> Fixed - PingConnectionHandler race condition<br /> Fixed - UUID type metadata leak in TypedJsonJacksonCodec (thanks to <a href="https://github.com/wushiyuanmaimob"><code>@wushiyuanmaimob</code></a>)<br /> Fixed - UUID type inclusion by TypedJsonJackson3Codec<br /> Fixed - buffer truncation in LZ4CodecV2<br /> Fixed - <code>WRONGPASS</code> error on cluster slaves with TLS when password is set at root Config level (regression since 4.4.0) (thanks to <a href="https://github.com/seakider"><code>@seakider</code></a>)<br /> Fixed - release locks for non-existent keys in transactional RMap.fastRemove() (thanks to <a href="https://github.com/sywu14"><code>@sywu14</code></a>)</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>05-June-2026 - 4.5.0 released</h3> <p>Feature - <a href="https://redisson.pro/docs/data-and-services/collections/#array">Array</a> object added (thanks to <a href="https://github.com/lamnt2008"><code>@lamnt2008</code></a>)<br /> Feature - <a href="https://redisson.pro/docs/data-and-services/collections/#bitvector-store">BitVector Store</a> object added<br /> Feature - Fory lib upgraded to 1.0.0<br /> Feature - Micronaut 5.0 support<br /> Feature - <code>readMode</code> setting added for <code>MapOptions</code>, <code>PlainOptions</code>, <code>LocalCachedMapOptions</code> objects<br /> Feature - extended <code>incrementAndGet()</code> method added to <code>RAtomicLong</code>, <code>RAtomicDouble</code> (thanks to <a href="https://github.com/lamnt2008"><code>@lamnt2008</code></a>)<br /> Feature - <code>contains()</code>, <code>range()</code>, <code>iterator()</code> methods added to <code>RVectorSet</code> object<br /> Feature - <code>RMap.keysAsync()</code> method added (thanks to <a href="https://github.com/sywu14"><code>@sywu14</code></a>)<br /> Feature - <code>RVectorSet</code> added to <code>RBatch</code> object (thanks to <a href="https://github.com/sywu14"><code>@sywu14</code></a>)</p> <p><strong>Breaking change</strong> - map listeners signature changed, field name added (thanks to <a href="https://github.com/lamnt2008"><code>@lamnt2008</code></a>)</p> <p>Improvement - refactor: remove unnecessary boxing of primitives (thanks to <a href="https://github.com/MukjepScarlet"><code>@MukjepScarlet</code></a>)</p> <p>Fixed - <code>RScoredSortedSet</code> Rx and Reactive must handle empty results as absent (thanks to <a href="https://github.com/ngyngcphu"><code>@ngyngcphu</code></a>)<br /> Fixed - <code>RGeo</code> Rx and Reactive must handle empty results as absent (thanks to <a href="https://github.com/lamnt2008"><code>@lamnt2008</code></a>)<br /> Fixed - <code>RSet</code> Rx and Reactive must handle empty results as absent (thanks to <a href="https://github.com/lamnt2008"><code>@lamnt2008</code></a>)<br /> Fixed - <code>RVectorSet</code> Rx and Reactive must handle empty results as absent (thanks to <a href="https://github.com/lamnt2008"><code>@lamnt2008</code></a>)<br /> Fixed - PingConnectionHandler race condition<br /> Fixed - UUID type metadata leak in TypedJsonJacksonCodec (thanks to <a href="https://github.com/wushiyuanmaimob"><code>@wushiyuanmaimob</code></a>)<br /> Fixed - UUID type inclusion by TypedJsonJackson3Codec<br /> Fixed - buffer truncation in LZ4CodecV2<br /> Fixed - <code>WRONGPASS</code> error on cluster slaves with TLS when password is set at root Config level (regression since 4.4.0) (thanks to <a href="https://github.com/seakider"><code>@seakider</code></a>)<br /> Fixed - release locks for non-existent keys in transactional RMap.fastRemove() (thanks to <a href="https://github.com/sywu14"><code>@sywu14</code></a>)</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/redisson/redisson/commit/85b4ac154a4140fead52151b3b338eb8f4af6691"><code>85b4ac1</code></a> [maven-release-plugin] prepare release redisson-4.5.0</li> <li><a href="https://github.com/redisson/redisson/commit/d0d7bf086e372ce6a4a7d205e53032b8729360f5"><code>d0d7bf0</code></a> docs updated</li> <li><a href="https://github.com/redisson/redisson/commit/c7f01dd85a40a12cd129adbaf63c452b6896360b"><code>c7f01dd</code></a> Update CHANGELOG.md</li> <li><a href="https://github.com/redisson/redisson/commit/16ab190195d01acfea9a1c8b0cef1fa4e5ae56f2"><code>16ab190</code></a> Update CHANGELOG.md</li> <li><a href="https://github.com/redisson/redisson/commit/b56a2fa9b729d9432bce0312010e91ea4bb18061"><code>b56a2fa</code></a> Update CHANGELOG.md</li> <li><a href="https://github.com/redisson/redisson/commit/4f0e593641050f958244412b84477c23e4303f3d"><code>4f0e593</code></a> compilation fixed</li> <li><a href="https://github.com/redisson/redisson/commit/b347da46998bbd0d914082318b6d1e7834f6f176"><code>b347da4</code></a> Merge branch 'master' of github.com:redisson/redisson</li> <li><a href="https://github.com/redisson/redisson/commit/f9d02d65fb72ef175d50c6814e641205b88b2ec8"><code>f9d02d6</code></a> API updated</li> <li><a href="https://github.com/redisson/redisson/commit/ec211f24943bf83c6bd57c2f1dd2e8ac1a7a578d"><code>ec211f2</code></a> Update README.md</li> <li><a href="https://github.com/redisson/redisson/commit/50b3399231a5b777653f626e4799936294bf31fb"><code>50b3399</code></a> Update README.md</li> <li>Additional commits viewable in <a href="https://github.com/redisson/redisson/compare/redisson-4.4.0...redisson-4.5.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]
