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

   Bumps [org.redisson:redisson](https://github.com/redisson/redisson) from 
3.52.0 to 4.0.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.0.0</h2>
   <p>Feature - full-featured <a 
href="https://redisson.pro/docs/data-and-services/publish-subscribe/#reliable-pubsub";>Reliable
 Pub/Sub</a> implemented. Provides topic-subscription-consumer model with 
message acknowledgment, grouping, seek/replay, Dead Letter Topic, and pull/push 
consumers<br />
   Feature - Quarkus 3.30.x integration<br />
   Feature - Spring Boot 4.0 integration<br />
   Feature - Spring Data Redis 4.0 module added<br />
   Feature - <code>database</code> setting added for Valkey Cluster Mode<br />
   Feature - <code>RSemaphore.releaseIfExists()</code> method added<br />
   Feature - <code>RBatch.getClusteredMapCacheNative()</code> method added<br />
   Feature - <code>RSearch.aggregate()</code> method with Iterable result added 
(thanks to <a 
href="https://github.com/seakider";><code>@​seakider</code></a>)<br />
   Feature - <code>GEOSHAPE</code> field type added in 
<code>RSearch#createIndex()</code> method (thanks to <a 
href="https://github.com/seakider";><code>@​seakider</code></a>)<br />
   Feature - <code>expire(Duration, names)</code> and <code>expireAt(Instant, 
names)</code> methods added (thanks to <a 
href="https://github.com/bandalgomsu";><code>@​bandalgomsu</code></a>)<br />
   Feature - <code>compute(key, ttl, func)</code> and 
<code>computeIfAbsent(key, ttl, func)</code> methods added to 
<code>RMapCacheNative</code> object<br />
   Feature - <code>RClusteredLocalCachedMapCacheNativeV2</code>, 
<code>RMapCacheNativeV2</code>, <code>RClusteredMapCacheNativeV2</code>, 
<code>RLocalCachedMapCacheNativeV2</code> objects added with 
<code>maxSize</code> setting</p>
   <p><strong>Breaking change</strong> - dropped support of deprecated JSON 
config format<br />
   <strong>Breaking change</strong> - removed deprecated 
<code>getNodesGroup()</code> and <code>getClusterNodesGroup()</code> methods of 
<code>RedissonClient</code> object<br />
   <strong>Breaking change</strong> - removed deprecated methods of 
<code>RGeo</code> object<br />
   <strong>Breaking change</strong> - removed deprecated methods of 
<code>RFuture</code> object<br />
   <strong>Breaking change</strong> - removed deprecated support of Spring XML 
configuration<br />
   <strong>Breaking change</strong> - removed support of deprecated custom 
implementation of Spring Session<br />
   <strong>Breaking change</strong> - <code>RScript.ReturnType.MULTI</code> 
renamed to <code>LIST</code><br />
   <strong>Breaking change</strong> - <code>RScript.ReturnType.STATUS</code> 
renamed to <code>STRING</code><br />
   <strong>Breaking change</strong> - <code>RScript.ReturnType.INTEGER</code> 
renamed to <code>LONG</code><br />
   <strong>Breaking change</strong> - <code>NameMapper</code>, 
<code>NatMapper</code> classes moved to <code>org.redisson.config</code> 
package<br />
   <strong>Breaking change</strong> - <code>GeoUnit</code>, 
<code>GeoPosition</code>, <code>GeoOrder</code>, <code>GeoEntry</code> classes 
moved to <code>org.redisson.api.geo</code> package<br />
   <strong>Breaking change</strong> - <code>StreamConsumer</code>, 
<code>StreamGroup</code>, <code>StreamInfo</code>, 
<code>StreamMessageId</code>, <code>PendingEntry</code>, 
<code>PendingResult</code>, <code>AutoClaimResult</code>, 
<code>FastAutoClaimResult</code> classes moved to 
<code>org.redisson.api.stream</code> package</p>
   <p>Improvement - move auth parameters at Config object level (thanks to <a 
href="https://github.com/seakider";><code>@​seakider</code></a>)<br />
   Improvement - move nameMapper/commandMapper parameters at Config object 
level (thanks to <a 
href="https://github.com/seakider";><code>@​seakider</code></a>)<br />
   Improvement - move ssl parameters to Config object level (thanks to <a 
href="https://github.com/seakider";><code>@​seakider</code></a>)<br />
   Improvement - use SnakeYAML library directly for Config parsing<br />
   Improvement - lz4-java lib updated<br />
   Improvement - netty lib updated to 4.2.9<br />
   Improvement - Jackson library is now optional<br />
   Improvement - move tcp and keepAlive parameters at Config object level 
(thanks to <a 
href="https://github.com/seakider";><code>@​seakider</code></a>)</p>
   <p>Fixed - <code>ObjectParams.retryAttempts()</code> setting is 0 by 
default<br />
   Fixed - Spring Data <code>RedissonSubscription</code> object doesn't handle 
cluster failover<br />
   Fixed - locks extension process in LockTask and ReadLockTask (thanks to <a 
href="https://github.com/Aleksandr-Kiriushkin-Miro";><code>@​Aleksandr-Kiriushkin-Miro</code></a>)<br
 />
   Fixed - <code>CROSSSLOT</code> Errors with Proxy Mode Redis Cluster and 
Locks usage<br />
   Fixed - <code>XREAD</code> blocking call may cause 
<code>ClassCastException</code><br />
   Fixed - an extra key is retained after 
<code>RLocalCachedMap.clearLocalCache()</code> method invocation<br />
   Fixed - <code>RedissonNode.start()</code> method throws 
<code>AutowiredAnnotationBeanPostProcessor requires a 
ConfigurableListableBeanFactory</code> error<br />
   Fixed - invalid JSON in resource-config.json (thanks to <a 
href="https://github.com/Anubhavagnihotrii";><code>@​Anubhavagnihotrii</code></a>)<br
 />
   Fixed - <code>RSemaphore</code> and <code>RLock</code> objects may wait too 
long if AOF enabled on Valkey or Redis side<br />
   Fixed - <code>EqualJitterDelay</code> and <code>FullJitterDelay</code> throw 
IllegalArgumentException if attempt &gt; 62<br />
   Fixed - <code>RClientSideCaching</code> doesn't clear parent Redisson 
instance local cache synchronously<br />
   Fixed - if prefix is configured, some hibernate caching configurations do 
not take effect (thanks to <a 
href="https://github.com/seakider";><code>@​seakider</code></a>)<br />
   Fixed - <code>CommandPubSubDecoder</code> may throw NPE<br />
   Fixed - replicated node timeout handling in Replicated mode (thanks to <a 
href="https://github.com/johnou";><code>@​johnou</code></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>16-Dec-2025 - 4.0.0 released</h3>
   <p>Feature - full-featured <a 
href="https://redisson.pro/docs/data-and-services/publish-subscribe/#reliable-pubsub";>Reliable
 Pub/Sub</a> implemented. Provides topic-subscription-consumer model with 
message acknowledgment, grouping, seek/replay, Dead Letter Topic, and pull/push 
consumers<br />
   Feature - Quarkus 3.30.x integration<br />
   Feature - Spring Boot 4.0 integration<br />
   Feature - Spring Data Redis 4.0 module added<br />
   Feature - <code>database</code> setting added for Valkey Cluster Mode<br />
   Feature - <code>RSemaphore.releaseIfExists()</code> method added<br />
   Feature - <code>RBatch.getClusteredMapCacheNative()</code> method added<br />
   Feature - <code>RSearch.aggregate()</code> method with Iterable result added 
(thanks to <a 
href="https://github.com/seakider";><code>@​seakider</code></a>)<br />
   Feature - <code>GEOSHAPE</code> field type added in 
<code>RSearch#createIndex()</code> method (thanks to <a 
href="https://github.com/seakider";><code>@​seakider</code></a>)<br />
   Feature - <code>expire(Duration, names)</code> and <code>expireAt(Instant, 
names)</code> methods added (thanks to <a 
href="https://github.com/bandalgomsu";><code>@​bandalgomsu</code></a>)<br />
   Feature - <code>compute(key, ttl, func)</code> and 
<code>computeIfAbsent(key, ttl, func)</code> methods added to 
<code>RMapCacheNative</code> object<br />
   Feature - <code>RClusteredLocalCachedMapCacheNativeV2</code>, 
<code>RMapCacheNativeV2</code>, <code>RClusteredMapCacheNativeV2</code>, 
<code>RLocalCachedMapCacheNativeV2</code> objects added with 
<code>maxSize</code> setting</p>
   <p><strong>Breaking change</strong> - dropped support of deprecated JSON 
config format<br />
   <strong>Breaking change</strong> - removed deprecated 
<code>getNodesGroup()</code> and <code>getClusterNodesGroup()</code> methods of 
<code>RedissonClient</code> object<br />
   <strong>Breaking change</strong> - removed deprecated methods of 
<code>RGeo</code> object<br />
   <strong>Breaking change</strong> - removed deprecated methods of 
<code>RFuture</code> object<br />
   <strong>Breaking change</strong> - removed deprecated support of Spring XML 
configuration<br />
   <strong>Breaking change</strong> - removed support of deprecated custom 
implementation of Spring Session<br />
   <strong>Breaking change</strong> - <code>RScript.ReturnType.MULTI</code> 
renamed to <code>LIST</code><br />
   <strong>Breaking change</strong> - <code>RScript.ReturnType.STATUS</code> 
renamed to <code>STRING</code><br />
   <strong>Breaking change</strong> - <code>RScript.ReturnType.INTEGER</code> 
renamed to <code>LONG</code><br />
   <strong>Breaking change</strong> - <code>NameMapper</code>, 
<code>NatMapper</code> classes moved to <code>org.redisson.config</code> 
package<br />
   <strong>Breaking change</strong> - <code>GeoUnit</code>, 
<code>GeoPosition</code>, <code>GeoOrder</code>, <code>GeoEntry</code> classes 
moved to <code>org.redisson.api.geo</code> package<br />
   <strong>Breaking change</strong> - <code>StreamConsumer</code>, 
<code>StreamGroup</code>, <code>StreamInfo</code>, 
<code>StreamMessageId</code>, <code>PendingEntry</code>, 
<code>PendingResult</code>, <code>AutoClaimResult</code>, 
<code>FastAutoClaimResult</code> classes moved to 
<code>org.redisson.api.stream</code> package</p>
   <p>Improvement - move auth parameters at Config object level (thanks to <a 
href="https://github.com/seakider";><code>@​seakider</code></a>)<br />
   Improvement - move nameMapper/commandMapper parameters at Config object 
level (thanks to <a 
href="https://github.com/seakider";><code>@​seakider</code></a>)<br />
   Improvement - move ssl parameters to Config object level (thanks to <a 
href="https://github.com/seakider";><code>@​seakider</code></a>)<br />
   Improvement - use SnakeYAML library directly for Config parsing<br />
   Improvement - lz4-java lib updated<br />
   Improvement - netty lib updated to 4.2.9<br />
   Improvement - Jackson library is now optional<br />
   Improvement - move tcp and keepAlive parameters at Config object level 
(thanks to <a 
href="https://github.com/seakider";><code>@​seakider</code></a>)</p>
   <p>Fixed - <code>ObjectParams.retryAttempts()</code> setting is 0 by 
default<br />
   Fixed - Spring Data <code>RedissonSubscription</code> object doesn't handle 
cluster failover<br />
   Fixed - locks extension process in LockTask and ReadLockTask (thanks to <a 
href="https://github.com/Aleksandr-Kiriushkin-Miro";><code>@​Aleksandr-Kiriushkin-Miro</code></a>)<br
 />
   Fixed - <code>CROSSSLOT</code> Errors with Proxy Mode Redis Cluster and 
Locks usage<br />
   Fixed - <code>XREAD</code> blocking call may cause 
<code>ClassCastException</code><br />
   Fixed - an extra key is retained after 
<code>RLocalCachedMap.clearLocalCache()</code> method invocation<br />
   Fixed - <code>RedissonNode.start()</code> method throws 
<code>AutowiredAnnotationBeanPostProcessor requires a 
ConfigurableListableBeanFactory</code> error<br />
   Fixed - invalid JSON in resource-config.json (thanks to <a 
href="https://github.com/Anubhavagnihotrii";><code>@​Anubhavagnihotrii</code></a>)<br
 />
   Fixed - <code>RSemaphore</code> and <code>RLock</code> objects may wait too 
long if AOF enabled on Valkey or Redis side<br />
   Fixed - <code>EqualJitterDelay</code> and <code>FullJitterDelay</code> throw 
IllegalArgumentException if attempt &gt; 62<br />
   Fixed - <code>RClientSideCaching</code> doesn't clear parent Redisson 
instance local cache synchronously<br />
   Fixed - if prefix is configured, some hibernate caching configurations do 
not take effect (thanks to <a 
href="https://github.com/seakider";><code>@​seakider</code></a>)<br />
   Fixed - <code>CommandPubSubDecoder</code> may throw NPE</p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/redisson/redisson/commit/e1ad58c282e1a00fff19e3384cb52657a58719ac";><code>e1ad58c</code></a>
 [maven-release-plugin] prepare release redisson-4.0.0</li>
   <li><a 
href="https://github.com/redisson/redisson/commit/4acaa9200301d22e3ccb0f666db615108d1109d5";><code>4acaa92</code></a>
 maven lib updated</li>
   <li><a 
href="https://github.com/redisson/redisson/commit/24fae39b3badf5bc4e2a5f547a3658f2235eaf16";><code>24fae39</code></a>
 javadoc generation fixed</li>
   <li><a 
href="https://github.com/redisson/redisson/commit/3162e89506fd454539c6901bf2cad89928112b12";><code>3162e89</code></a>
 [maven-release-plugin] rollback the release of redisson-4.0.0</li>
   <li><a 
href="https://github.com/redisson/redisson/commit/9fa4fa3c8c49cba2ea0939ea9ddfb4e4c0180e5c";><code>9fa4fa3</code></a>
 [maven-release-plugin] prepare for next development iteration</li>
   <li><a 
href="https://github.com/redisson/redisson/commit/7bd12166f1baccb1ed5dc5e57dcb8dcfa0f56b61";><code>7bd1216</code></a>
 [maven-release-plugin] prepare release redisson-4.0.0</li>
   <li><a 
href="https://github.com/redisson/redisson/commit/fe2c5b2b3de78a8f0f1ce2cf8a94001e278e2a3e";><code>fe2c5b2</code></a>
 Update CHANGELOG.md</li>
   <li><a 
href="https://github.com/redisson/redisson/commit/3a4632d407ae7e7fa45c0c781dbc7c2d7e486e31";><code>3a4632d</code></a>
 Update CHANGELOG.md</li>
   <li><a 
href="https://github.com/redisson/redisson/commit/71bac4690945d0c8a008e6796dd6218e4096a2df";><code>71bac46</code></a>
 Update CHANGELOG.md</li>
   <li><a 
href="https://github.com/redisson/redisson/commit/77127c263f85434394b65696d868b1e499b7a566";><code>77127c2</code></a>
 Merge branch 'master' of github.com:redisson/redisson</li>
   <li>Additional commits viewable in <a 
href="https://github.com/redisson/redisson/compare/redisson-3.52.0...redisson-4.0.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.52.0&new-version=4.0.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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to