dependabot[bot] opened a new pull request, #729: URL: https://github.com/apache/maven-resolver/pull/729
Bumps [org.redisson:redisson](https://github.com/redisson/redisson) from 3.46.0 to 3.47.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.47.0</h2> <p>Feature - <a href="https://redisson.pro/docs/data-and-services/queues/#reliable-fanout">ReliableFanout</a> object added<br /> Feature - <a href="https://redisson.pro/docs/data-and-services/queues/#configuration">processingMode</a> setting added to <code>RReliableQueue</code> config<br /> Feature - <a href="https://redisson.pro/docs/data-and-services/queues/#listeners">listeners</a> added to <code>RReliableQueue</code> object<br /> Feature - <a href="https://redisson.pro/docs/data-and-services/queues/#metrics">metrics</a> added to <code>RReliableQueue</code> object<br /> Feature - <code>disableOperation()</code> and <code>enableOperation()</code> methods added to <code>RReliableQueue</code> object<br /> Feature - <code>get()</code> and <code>getAll()</code> methods added to <code>RReliableQueue</code> object<br /> Feature - <code>pollBatchSize</code>, <code>visibilityTimeout</code>, <code>negativeAcknowledgeDelay</code> consumer settings added to Spring Cloud Stream Binder<br /> Feature - <code>RReliableQueue</code> implements <code>RDestroyable</code> interface<br /> Feature - <code>readDiffEntries()</code>, <code>readIntersectionEntries()</code>, <code>readUnionEntries()</code> methods added to RScoredSortedSet (thanks to <a href="https://github.com/seakider"><code>@seakider</code></a>)<br /> Feature - <code>valkeyCapabilities</code> setting added</p> <p>Improvement - script logging in error message if useScriptCache = true<br /> Improvement - <code>RReliableQueue</code> data structure optimization</p> <p>Fixed - RClusteredLocalCachedMap.fastPut() method causes netty buffer leak if <code>storeMode = LOCALCACHE</code><br /> Fixed - <code>RReliableQueue.size()</code> method result shouldn't include delayed messages amount<br /> Fixed - Spring Cache.getNativeCache() returns incorrect instance<br /> Fixed - exessive connections creation for RClusteredLocalCachedMap and RClusteredLocalCachedMapCache if 'reconnectionStrategy = LOAD'<br /> Fixed - readUnion(), readIntersection(), readDiff() methods of RSetCache throw exception<br /> Fixed - New connection opened for each write operation after failover in Sentinel mode (thanks to <a href="https://github.com/seakider"><code>@seakider</code></a>)<br /> Fixed - Micronaut 4.x connects only to a single node<br /> Fixed - RedisURI(String) constructor doesn't set the hashCode<br /> Fixed - Spring Data Redis <code>addMessageListener()</code> method hangs if multiple listeners added to the same topic or pattern<br /> Fixed - detection of <code>WAIT</code> and <code>WAITAOF</code> commands availability<br /> Fixed - JCacheManager does not remove cache instance from map when calling closeCache() (thanks to <a href="https://github.com/seakider"><code>@seakider</code></a>)<br /> Fixed - starvation of pub/sub connections may cause a memory leak<br /> Fixed - <code>RMap.loadAll()</code> method may hang in Cluster<br /> Fixed - <code>None of slaves were synced</code> exception is thrown<br /> Fixed - Spring Data Redis <code>ReactiveZSetCommands.zadd()</code> default param (thanks to <a href="https://github.com/lookroot"><code>@lookroot</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>21-May-2025 - 3.47.0 released</h3> <p>Feature - <a href="https://redisson.pro/docs/data-and-services/queues/#reliable-fanout">ReliableFanout</a> object added<br /> Feature - <a href="https://redisson.pro/docs/data-and-services/queues/#configuration">processingMode</a> setting added to <code>RReliableQueue</code> config<br /> Feature - <a href="https://redisson.pro/docs/data-and-services/queues/#listeners">listeners</a> added to <code>RReliableQueue</code> object<br /> Feature - <a href="https://redisson.pro/docs/data-and-services/queues/#metrics">metrics</a> added to <code>RReliableQueue</code> object<br /> Feature - <code>disableOperation()</code> and <code>enableOperation()</code> methods added to <code>RReliableQueue</code> object<br /> Feature - <code>get()</code> and <code>getAll()</code> methods added to <code>RReliableQueue</code> object<br /> Feature - <code>pollBatchSize</code>, <code>visibilityTimeout</code>, <code>negativeAcknowledgeDelay</code> consumer settings added to Spring Cloud Stream Binder<br /> Feature - <code>RReliableQueue</code> implements <code>RDestroyable</code> interface<br /> Feature - <code>readDiffEntries()</code>, <code>readIntersectionEntries()</code>, <code>readUnionEntries()</code> methods added to RScoredSortedSet (thanks to <a href="https://github.com/seakider"><code>@seakider</code></a>)<br /> Feature - <code>valkeyCapabilities</code> setting added</p> <p>Improvement - script logging in error message if useScriptCache = true<br /> Improvement - <code>RReliableQueue</code> data structure optimization</p> <p>Fixed - RClusteredLocalCachedMap.fastPut() method causes netty buffer leak if <code>storeMode = LOCALCACHE</code><br /> Fixed - <code>RReliableQueue.size()</code> method result shouldn't include delayed messages amount<br /> Fixed - Spring Cache.getNativeCache() returns incorrect instance<br /> Fixed - exessive connections creation for RClusteredLocalCachedMap and RClusteredLocalCachedMapCache if 'reconnectionStrategy = LOAD'<br /> Fixed - readUnion(), readIntersection(), readDiff() methods of RSetCache throw exception<br /> Fixed - New connection opened for each write operation after failover in Sentinel mode (thanks to <a href="https://github.com/seakider"><code>@seakider</code></a>)<br /> Fixed - Micronaut 4.x connects only to a single node<br /> Fixed - RedisURI(String) constructor doesn't set the hashCode<br /> Fixed - Spring Data Redis <code>addMessageListener()</code> method hangs if multiple listeners added to the same topic or pattern<br /> Fixed - detection of <code>WAIT</code> and <code>WAITAOF</code> commands availability<br /> Fixed - JCacheManager does not remove cache instance from map when calling closeCache() (thanks to <a href="https://github.com/seakider"><code>@seakider</code></a>)<br /> Fixed - starvation of pub/sub connections may cause a memory leak<br /> Fixed - <code>RMap.loadAll()</code> method may hang in Cluster<br /> Fixed - <code>None of slaves were synced</code> exception is thrown<br /> Fixed - Spring Data Redis <code>ReactiveZSetCommands.zadd()</code> default param (thanks to <a href="https://github.com/lookroot"><code>@lookroot</code></a>)</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/redisson/redisson/commit/0c072535a1f39fbe9fd59c41501a62a0f7c85a52"><code>0c07253</code></a> [maven-release-plugin] prepare release redisson-3.47.0</li> <li><a href="https://github.com/redisson/redisson/commit/a1fd1925757b08f64136ebab9d923e0303023ebe"><code>a1fd192</code></a> refactoring</li> <li><a href="https://github.com/redisson/redisson/commit/2ca64773715a3752976069285168fad0c4091068"><code>2ca6477</code></a> Merge branch 'master' of github.com:redisson/redisson</li> <li><a href="https://github.com/redisson/redisson/commit/4e566f21f01d0b753ac906228cbf0b37c3208e0e"><code>4e566f2</code></a> Fixed - readUnion(), readIntersection(), readDiff() methods of RSetCache thro...</li> <li><a href="https://github.com/redisson/redisson/commit/18e123913275c38bcdb02b6349055ffc245cf8e3"><code>18e1239</code></a> refactoring</li> <li><a href="https://github.com/redisson/redisson/commit/f7abfc5d6023625de8b0f5dffbfbd95e0b16366b"><code>f7abfc5</code></a> Merge pull request <a href="https://redirect.github.com/redisson/redisson/issues/6601">#6601</a> from seakider/fix_sentinel_update_salves</li> <li><a href="https://github.com/redisson/redisson/commit/0982ecccab23f4ff28b9a4d915811ef63686ea43"><code>0982ecc</code></a> Merge pull request <a href="https://redirect.github.com/redisson/redisson/issues/6600">#6600</a> from seakider/feature_readUnionEntries2</li> <li><a href="https://github.com/redisson/redisson/commit/13b9ce2e61ba7609c4b735b335df1a835b8f6681"><code>13b9ce2</code></a> Fixed - New connection opened for each write operation after master has been ...</li> <li><a href="https://github.com/redisson/redisson/commit/616ce3a1cefd2b86752348690a62a22c5ad7c15f"><code>616ce3a</code></a> Feature - SocreSortedSet diff/union/intersect:add readUnionEntries() method #...</li> <li><a href="https://github.com/redisson/redisson/commit/83967a01c216336039dd935ab7c773ab6fdeba63"><code>83967a0</code></a> header added</li> <li>Additional commits viewable in <a href="https://github.com/redisson/redisson/compare/redisson-3.46.0...redisson-3.47.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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org