dependabot[bot] opened a new pull request, #348: URL: https://github.com/apache/karaf-decanter/pull/348
Bumps [org.redisson:redisson](https://github.com/redisson/redisson) from 3.19.1 to 3.22.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.22.0</h2> <p>Feature - Spring Data Redis 3.1.0 implementation<br /> Feature - Spring Boot 3.1.0 support<br /> Feature - <code>lastEntry()</code>, <code>firstEntry()</code>, <code>pollLastEntries()</code>, <code>pollFirstEntries()</code>, <code>entryIterator()</code>, <code>rankEntry()</code>, <code>revRankEntry()</code> methods added to <code>RScoredSortedSet</code> object<br /> Feature - <code>RCountDownLatch</code>, <code>RLock</code>, <code>RPermitExpirableSemaphore</code>, <code>RSemaphore</code> objects use sharded PubSub in Redis Cluster 7.0+<br /> Feature - <code>slavesSyncTimeout</code>, <code>commandMapper</code>, <code>sslCiphers</code>, <code>sslTrustManagerFactory</code>, <code>sslKeyManagerFactory</code> settings added<br /> Feature - <code>RMultimap.fastRemoveValue()</code> method added<br /> Feature - <code>allowedClasses</code> setting added to <code>SerializationCodec</code><br /> Feature - <code>entriesRead</code> and <code>makeStream</code> parameters added to <code>RStream.createGroup()</code> method</p> <p><strong>Breaking change - RCountDownLatch, RLock, RPermitExpirableSemaphore, RSemaphore objects now use sharded PubSub in Redis Cluster 7.0+</strong></p> <p>Fixed - Expired LiveObjects with RIndex annotations retain indexed data<br /> Fixed - <code>RRingBuffer</code> doesn't implement <code>expire()</code>, <code>expireAt()</code>, <code>delete()</code>, <code>clearExpire()</code> methods properly<br /> Fixed - <code>RLocalCachedMap</code> local cache isn't cleared after instance expiration</p> <h2>redisson-3.21.3</h2> <p>Fixed - default retryInterval isn't applied to RBatch object<br /> Fixed - RBatches no longer respect the default number of retries (regression since 3.21.1)</p> <h2>redisson-3.21.2</h2> <p>Feature - <code>RBitSet.set(long[], boolean)</code> method added (thanks to <a href="https://github.com/skasj"><code>@skasj</code></a>)</p> <p>Fixed - Pattern Topic messages are missed/duplicated after failover in cluster if channel starts with <code>__keyspace</code> and <code>__keyevent</code> and <code>subscriptionMode = SLAVE</code><br /> Fixed - to many pubsub topics may cause memory leak<br /> Fixed - RBatches no longer respect the default number of retries (regression since 3.21.1)</p> <h2>redisson-3.21.1</h2> <p>Feature - <code>addIfAbsent()</code>, <code>addIfExists()</code>, <code>addIfGreater()</code>, <code>addIfLess()</code>, <code>addAll()</code>, <code>addAllIfAbsent()</code>, <code>addAllIfExist()</code>, <code>addAllIfGreater()</code>, <code>addAllIfLess()</code> methods added to <code>RSetCache</code> object<br /> Feature - <code>SetAddListener</code>, <code>SetRemoveListener</code>, <code>SetRemoveRandomListener</code> added to <code>RSet</code> object<br /> Feature - <code>ScoredSortedSetAddListener</code>, <code>ScoredSortedSetRemoveListener</code> added to <code>RScoredSortedSet</code> object<br /> Feature - <code>MapPutListener</code>, <code>MapRemoveListener</code> added to <code>RMap</code> object<br /> Feature - <code>IncrByListener</code> added to <code>RAtomicDouble</code> and <code>RAtomicLong</code> objects<br /> Feature - <code>RMapCache.getAllWithTTLOnly()</code> method added</p> <p><strong>Breaking change - RedissonDelayedQueue internal data format changed</strong><br /> <strong>Breaking change - RedissonReliableTopic internal data format changed</strong></p> <p>Improvement - <code>RedissonReliableTopic</code> internal structure optimization</p> <p>Fixed - <code>RReliableTopic</code> data loss<br /> Fixed - failover isn't handled correctly in some cases<br /> Fixed - <code>BatchOptions.retryAttempts = 0</code> isn't applied to <code>RBatch</code> object<br /> Fixed - <code>RMap.keySet()</code> throws NPE if CompositeCodec used<br /> Fixed - RediSearch NumericFilter shouldn't set exclusive range by default<br /> Fixed - RediSearch NumericFilter throws NPE<br /> Fixed - <code>RLocalCachedMap.removeListener()</code> method doesn't remove loca cache listeners</p> <h2>redisson-3.21.0</h2> <p>Feature - <a href="https://github.com/redisson/redisson/wiki/9.-distributed-services/#96-redisearch-service">RediSearch module support</a></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-Jun-2023 - 3.22.0 released</h3> <p>Feature - Spring Data Redis 3.1.0 implementation<br /> Feature - Spring Boot 3.1.0 support<br /> Feature - <code>lastEntry()</code>, <code>firstEntry()</code>, <code>pollLastEntries()</code>, <code>pollFirstEntries()</code>, <code>entryIterator()</code>, <code>rankEntry()</code>, <code>revRankEntry()</code> methods added to <code>RScoredSortedSet</code> object<br /> Feature - <code>RCountDownLatch</code>, <code>RLock</code>, <code>RPermitExpirableSemaphore</code>, <code>RSemaphore</code> objects use sharded PubSub in Redis Cluster 7.0+<br /> Feature - <code>slavesSyncTimeout</code>, <code>commandMapper</code>, <code>sslCiphers</code>, <code>sslTrustManagerFactory</code>, <code>sslKeyManagerFactory</code> settings added<br /> Feature - <code>RMultimap.fastRemoveValue()</code> method added<br /> Feature - <code>allowedClasses</code> setting added to <code>SerializationCodec</code><br /> Feature - <code>entriesRead</code> and <code>makeStream</code> parameters added to <code>RStream.createGroup()</code> method</p> <p><strong>Breaking change - RCountDownLatch, RLock, RPermitExpirableSemaphore, RSemaphore objects now use sharded PubSub in Redis Cluster 7.0+</strong></p> <p>Fixed - Expired LiveObjects with RIndex annotations retain indexed data<br /> Fixed - <code>RRingBuffer</code> doesn't implement <code>expire()</code>, <code>expireAt()</code>, <code>delete()</code>, <code>clearExpire()</code> methods properly<br /> Fixed - <code>RLocalCachedMap</code> local cache isn't cleared after instance expiration</p> <h3>18-May-2023 - 3.21.3 released</h3> <p>Fixed - default retryInterval isn't applied to RBatch object<br /> Fixed - RBatches no longer respect the default number of retries (regression since 3.21.1)</p> <h3>17-May-2023 - 3.21.2 released</h3> <p>Feature - <code>RBitSet.set(long[], boolean)</code> method added (thanks to <a href="https://github.com/skasj"><code>@skasj</code></a>)</p> <p>Fixed - Pattern Topic messages are missed/duplicated after failover in cluster if channel starts with <code>__keyspace</code> and <code>__keyevent</code> and <code>subscriptionMode = SLAVE</code><br /> Fixed - to many pubsub topics may cause memory leak<br /> Fixed - RBatches no longer respect the default number of retries (regression since 3.21.1)</p> <h3>11-May-2023 - 3.21.1 released</h3> <p>Feature - <code>addIfAbsent()</code>, <code>addIfExists()</code>, <code>addIfGreater()</code>, <code>addIfLess()</code>, <code>addAll()</code>, <code>addAllIfAbsent()</code>, <code>addAllIfExist()</code>, <code>addAllIfGreater()</code>, <code>addAllIfLess()</code> methods added to <code>RSetCache</code> object<br /> Feature - <code>SetAddListener</code>, <code>SetRemoveListener</code>, <code>SetRemoveRandomListener</code> added to <code>RSet</code> object<br /> Feature - <code>ScoredSortedSetAddListener</code>, <code>ScoredSortedSetRemoveListener</code> added to <code>RScoredSortedSet</code> object<br /> Feature - <code>MapPutListener</code>, <code>MapRemoveListener</code> added to <code>RMap</code> object<br /> Feature - <code>IncrByListener</code> added to <code>RAtomicDouble</code> and <code>RAtomicLong</code> objects<br /> Feature - <code>RMapCache.getAllWithTTLOnly()</code> method added</p> <p><strong>Breaking change - RedissonDelayedQueue internal data format changed</strong><br /> <strong>Breaking change - RedissonReliableTopic internal data format changed</strong></p> <p>Improvement - <code>RedissonReliableTopic</code> internal structure optimization</p> <p>Fixed - <code>RReliableTopic</code> data loss<br /> Fixed - failover isn't handled correctly in some cases<br /> Fixed - <code>BatchOptions.retryAttempts = 0</code> isn't applied to <code>RBatch</code> object<br /> Fixed - <code>RMap.keySet()</code> throws NPE if CompositeCodec used<br /> Fixed - RediSearch NumericFilter shouldn't set exclusive range by default<br /> Fixed - RediSearch NumericFilter throws NPE<br /> Fixed - <code>RLocalCachedMap.removeListener()</code> method doesn't remove loca cache listeners</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/redisson/redisson/commit/45aefeb80a6eab737a072d73ee7ba1d8e688298b"><code>45aefeb</code></a> [maven-release-plugin] prepare release redisson-3.22.0</li> <li><a href="https://github.com/redisson/redisson/commit/0e6499fb71236a13b4d6b5b9b116ba6d2693ef26"><code>0e6499f</code></a> libs updated</li> <li><a href="https://github.com/redisson/redisson/commit/e911a8785d1baea9b69adff5bd7a914e920d88c2"><code>e911a87</code></a> javadocs fixed</li> <li><a href="https://github.com/redisson/redisson/commit/dfc49d89cfd3ac9a2508caf93e9fee666997c054"><code>dfc49d8</code></a> Merge branch 'master' of github.com:redisson/redisson</li> <li><a href="https://github.com/redisson/redisson/commit/ade3b1e4055ed1d3b9028d7df7744445c8dcd5a3"><code>ade3b1e</code></a> Feature - Add entriesRead and makeStream parameters to RStream.createGroup() ...</li> <li><a href="https://github.com/redisson/redisson/commit/67214b81746f2c6be9d53640513a0d0f9dcda2a7"><code>67214b8</code></a> Update README.md</li> <li><a href="https://github.com/redisson/redisson/commit/77c315ddb67fd325a5002cc313795e77d216f3e6"><code>77c315d</code></a> refactoring</li> <li><a href="https://github.com/redisson/redisson/commit/6c6debfe4b8364729eb806c0d95700b20577a516"><code>6c6debf</code></a> Feature - added Config.slavesSyncTimeout setting. <a href="https://redirect.github.com/redisson/redisson/issues/4798">#4798</a></li> <li><a href="https://github.com/redisson/redisson/commit/230d4a332e082f3352bae49a2e379b4fc07c53be"><code>230d4a3</code></a> checkstyle fixed</li> <li><a href="https://github.com/redisson/redisson/commit/fe6a2571801656ff1599ef87bdee20f519a5d1fe"><code>fe6a257</code></a> Feature - allowedClasses setting added to SerializationCodec <a href="https://github.c">https://github.c</a>...</li> <li>Additional commits viewable in <a href="https://github.com/redisson/redisson/compare/redisson-3.19.1...redisson-3.22.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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/apache/karaf-decanter/network/alerts). </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]
