dependabot[bot] opened a new pull request, #685: URL: https://github.com/apache/karaf-decanter/pull/685
Bumps [org.redisson:redisson](https://github.com/redisson/redisson) from 3.52.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> <h2>redisson-4.4.0</h2> <p>Feature - Hibernate 7.3.x support Feature - <a href="https://redisson.pro/docs/data-and-services/objects/#gcra-rate-limiter">GCRA Rate Limiter</a> added (thanks to <a href="https://github.com/bandalgomsu"><code>@bandalgomsu</code></a>) Feature - Non-Reentrant Locks implemented: <a href="https://redisson.pro/docs/data-and-services/locks-and-synchronizers/#non-reentrant-lock">RLock</a> and <a href="https://redisson.pro/docs/data-and-services/locks-and-synchronizers/#non-reentrant-fair-lock">RFairLock</a> Feature - entries(count), values(count), keySet(count) methods added to RMultimap Feature - fallbackLoadingToMaster setting added (thanks to <a href="https://github.com/bandalgomsu"><code>@bandalgomsu</code></a>) Feature - RRateLimiter.set(RateLimiterArgs) method added (thanks to <a href="https://github.com/nhancdt2602"><code>@nhancdt2602</code></a>) Feature - RRateLimiter.update(RateLimiterArgs) method added (thanks to <a href="https://github.com/nhancdt2602"><code>@nhancdt2602</code></a>) Feature - RMapCache.putAll() method added with idleTime parameter Feature - RBloomFilter.exists(Collection<!-- raw HTML omitted -->) method added (thanks to <a href="https://github.com/nhancdt2602"><code>@nhancdt2602</code></a>) Feature - MapIncrListener, DequeAddFirstListener, DequeAddLastListener added (thanks to <a href="https://github.com/nhancdt2602"><code>@nhancdt2602</code></a>) Feature - SetInterStoreListener, SetUnionStoreListener, SetDiffStoreListener, ScoredSortedSetIncrListener, ScoredSortedSetUnionStoreListener, ScoredSortedSetInterStoreListener, ScoredSortedSetDiffStoreListener added Feature - profileSearch() and profileAggregate() methods added to RSearch Feature - collection field index support for RLiveObject (thanks to <a href="https://github.com/ngyngcphu"><code>@ngyngcphu</code></a>) Feature - dnsMonitoringTimes setting added (thanks to <a href="https://github.com/seakider"><code>@seakider</code></a>) Feature - RScoredSortedSet.Aggregate.COUNT option added (thanks to <a href="https://github.com/TrietMinh23"><code>@TrietMinh23</code></a>) Feature - RJsonBucket.set() method added with Floating-point homogeneous array precision type (thanks to <a href="https://github.com/TrietMinh23"><code>@TrietMinh23</code></a>) Feature - yieldDistanceAs() and shardKRatio() methods added to VectorSimilarityNearestNeighbors params (thanks to <a href="https://github.com/TrietMinh23"><code>@TrietMinh23</code></a>) Feature - RedissonClient.shutdownAsync() method added (thanks to <a href="https://github.com/TrietMinh23"><code>@TrietMinh23</code></a>) Feature - RStream.nack() method added (thanks to <a href="https://github.com/lamnt2008"><code>@lamnt2008</code></a>) Feature - datastoreMode, primaryDiscoveryMode settings added to Multi Sentinel mode Feature - setSyncConfig(), setQueueSyncConfig(), setTopicSyncConfig() methods added to JMS RedissonConnectionFactory</p> <p>Improvement - io_uring migration from Netty incubator to graduated transport (4.2)</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>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> <h3>12-May-2026 - 4.4.0 released</h3> <p>Feature - Hibernate 7.3.x support<br /> Feature - <a href="https://redisson.pro/docs/data-and-services/objects/#gcra-rate-limiter">GCRA Rate Limiter</a> added (thanks to <a href="https://github.com/bandalgomsu"><code>@bandalgomsu</code></a>)<br /> Feature - Non-Reentrant Locks implemented: <a href="https://redisson.pro/docs/data-and-services/locks-and-synchronizers/#non-reentrant-lock">RLock</a> and <a href="https://redisson.pro/docs/data-and-services/locks-and-synchronizers/#non-reentrant-fair-lock">RFairLock</a><br /> Feature - <code>entries(count)</code>, <code>values(count)</code>, <code>keySet(count)</code> methods added to <code>RMultimap</code><br /> Feature - <code>fallbackLoadingToMaster</code> setting added (thanks to <a href="https://github.com/bandalgomsu"><code>@bandalgomsu</code></a>)<br /> Feature - <code>RRateLimiter.set(RateLimiterArgs)</code> method added (thanks to <a href="https://github.com/nhancdt2602"><code>@nhancdt2602</code></a>)<br /> Feature - <code>RRateLimiter.update(RateLimiterArgs)</code> method added (thanks to <a href="https://github.com/nhancdt2602"><code>@nhancdt2602</code></a>)<br /> Feature - <code>RMapCache.putAll()</code> method added with idleTime parameter<br /> Feature - <code>RBloomFilter.exists(Collection<T>)</code> method added (thanks to <a href="https://github.com/nhancdt2602"><code>@nhancdt2602</code></a>)<br /> Feature - <code>MapIncrListener</code>, <code>DequeAddFirstListener</code>, <code>DequeAddLastListener</code> added (thanks to <a href="https://github.com/nhancdt2602"><code>@nhancdt2602</code></a>)<br /> Feature - <code>SetInterStoreListener</code>, <code>SetUnionStoreListener</code>, <code>SetDiffStoreListener</code>, <code>ScoredSortedSetIncrListener</code>, <code>ScoredSortedSetUnionStoreListener</code>, <code>ScoredSortedSetInterStoreListener</code>, <code>ScoredSortedSetDiffStoreListener</code> added<br /> Feature - <code>profileSearch()</code> and <code>profileAggregate()</code> methods added to <code>RSearch</code><br /> Feature - collection field index support for RLiveObject (thanks to <a href="https://github.com/ngyngcphu"><code>@ngyngcphu</code></a>)<br /> Feature - <code>dnsMonitoringTimes</code> setting added (thanks to <a href="https://github.com/seakider"><code>@seakider</code></a>)<br /> Feature - <code>RScoredSortedSet.Aggregate.COUNT</code> option added (thanks to <a href="https://github.com/TrietMinh23"><code>@TrietMinh23</code></a>)<br /> Feature - <code>RJsonBucket.set()</code> method added with Floating-point homogeneous array precision type (thanks to <a href="https://github.com/TrietMinh23"><code>@TrietMinh23</code></a>)<br /> Feature - <code>yieldDistanceAs()</code> and <code>shardKRatio()</code> methods added to <code>VectorSimilarityNearestNeighbors</code> params (thanks to <a href="https://github.com/TrietMinh23"><code>@TrietMinh23</code></a>)<br /> Feature - <code>RedissonClient.shutdownAsync()</code> method added (thanks to <a href="https://github.com/TrietMinh23"><code>@TrietMinh23</code></a>)<br /> Feature - <code>RStream.nack()</code> method added (thanks to <a href="https://github.com/lamnt2008"><code>@lamnt2008</code></a>)<br /> Feature - <code>datastoreMode</code>, <code>primaryDiscoveryMode</code> settings added to Multi Sentinel mode<br /> Feature - <code>setSyncConfig()</code>, <code>setQueueSyncConfig()</code>, <code>setTopicSyncConfig()</code> methods added to JMS RedissonConnectionFactory</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </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-3.52.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]
