dependabot[bot] opened a new pull request, #730:
URL: https://github.com/apache/maven-resolver/pull/730

   Bumps [org.redisson:redisson](https://github.com/redisson/redisson) from 
3.46.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>
   <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>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>
   <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/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.46.0...redisson-3.48.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.redisson:redisson&package-manager=maven&previous-version=3.46.0&new-version=3.48.0)](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

Reply via email to