dependabot[bot] opened a new pull request, #614: URL: https://github.com/apache/maven-resolver/pull/614
Bumps [org.redisson:redisson](https://github.com/redisson/redisson) from 3.38.1 to 3.40.1. <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.40.1</h2> <p>Improvement - Netty pending tasks amount report in timeout exceptions</p> <p>Fixed - Redis or Valkey hostname parsing<br /> Fixed - <code>NoClassDefFoundError</code> is thrown during run with Spring Boot 3.4.0 in GraalVM native mode<br /> Fixed - <code>RTopic</code> and <code>RShardedTopic</code> fail to resubscribe after node's DNS record change (regression since 3.27.0)</p> <h2>redisson-3.40.0</h2> <p>Feature - metrics added to <code>RClusteredTopic</code>, <code>RReliableTopic</code>, <code>RClusteredReliableTopic</code>, <code>RShardedTopic</code>, <code>RJsonStore</code> and <code>RLocalCachedJsonStore</code> objects<br /> Feature - Spring Data Redis 3.4.x module added<br /> Feature - Spring Boot upgraded to 3.4.0<br /> Feature - <code>setIfLess()</code> and <code>setIfGreater()</code> methods added to <code>RAtomicDouble</code> and <code>RAtomicLong</code> objects (thanks to <a href="https://github.com/seakider"><code>@seakider</code></a>)<br /> Feature - <code>RMultimap.fastReplaceValues()</code> method added (thanks to <a href="https://github.com/davidreis97"><code>@davidreis97</code></a>)</p> <p>Fixed - IPV6 uris with braces are parsed incorrectly<br /> Fixed - minCleanUpDelay setting isn't applied during the first run of the EvictionTask<br /> Fixed - master node shouldn't be changed on new ip addition for AWS Serverless endpoint<br /> Fixed - Quarkus native build requires Snappy library<br /> Fixed - Quarkus 3.14+ compatibility<br /> Fixed - <code>RBitSet.length()</code> method returns unexpected value and caused RedisException in some case (thanks to <a href="https://github.com/seakider"><code>@seakider</code></a>)<br /> Fixed - <code>TypedJsonJacksonCodec</code> doesn't catch Exception (thanks to <a href="https://github.com/lyrric"><code>@lyrric</code></a>)</p> <h2>redisson-3.39.0</h2> <p>Feature - <a href="https://redisson.org/docs/data-and-services/publish-subscribe/#partitioning">partitioning</a> implementation for <code>RTopic</code> object<br /> Feature - <a href="https://redisson.org/docs/data-and-services/publish-subscribe/#partitioning_1">partitioning</a> implementation for <code>RShardedTopic</code> object<br /> Feature - <a href="https://redisson.org/docs/data-and-services/publish-subscribe/#partitioning_2">partitioning</a> implementation for <code>RReliableTopic</code> object<br /> Feature - <a href="https://github.com/facebook/zstd">ZStandard</a> compression codec added (ZStdCodec)<br /> Feature - ability to register <a href="https://redisson.org/docs/data-and-services/collections/#listeners_1">listeners</a> for <code>RListMultimap</code> and <code>RSetMultimap</code> objects<br /> Feature - ability to register <a href="https://redisson.org/docs/data-and-services/collections/#listeners_10">listeners</a> for <code>RTimeSeries</code> object</p> <p>Fixed - possible race-condition in <code>RMapCache.computeIfAbsent()</code> method<br /> Fixed - possible race-condition in <code>computeIfAbsent()</code>, <code>computeIfPresent()</code> methods of RMap object<br /> Fixed - <code>RMapCache.computeIfAbsentAsync()</code> method isn't implemented<br /> Fixed - use CursorId in ScanIteration to avoid long overflow in Spring Data 3.3 implementation (thanks to <a href="https://github.com/vlastikcz"><code>@vlastikcz</code></a>)<br /> Fixed - unable to cancel a task created by <code>RExecutorService.scheduleAtFixedRate()</code> method (thanks to <a href="https://github.com/zcxsythenew"><code>@zcxsythenew</code></a>)<br /> Fixed - potential LocalCache memory leak if useObjectAsCacheKey = true (thanks to <a href="https://github.com/lehuuthanh5"><code>@lehuuthanh5</code></a>)<br /> Fixed - EntryListener is not working on Turkish language Windows 10<br /> Fixed - Redisson shutdown exception is thrown during background process of expired Tomcat sessions<br /> Fixed - some methods of Reactive and RxJava API don't work in GraalVM native image<br /> Fixed - <code>RTransactionRx</code> and <code>RTransactionReactive</code> don't work in GraalVM native image<br /> Fixed - <code>JsonJacksonCodec</code> doesn't work in GraalVM native image<br /> Fixed - NPE is thrown if <code>RExecutorService</code> task submitted in GraalVM native image<br /> Fixed - <code>RObject.rename()</code> method does not replace an existing structure in cluster mode</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>06-Dec-2024 - 3.40.1 released</h3> <p>Improvement - Netty pending tasks amount report in timeout exceptions</p> <p>Fixed - Redis or Valkey hostname parsing<br /> Fixed - <code>NoClassDefFoundError</code> is thrown during run with Spring Boot 3.4.0 in GraalVM native mode<br /> Fixed - <code>RTopic</code> and <code>RShardedTopic</code> fail to resubscribe after node's DNS record change (regression since 3.27.0)</p> <h3>03-Dec-2024 - 3.40.0 released</h3> <p>Feature - metrics added to <code>RClusteredTopic</code>, <code>RReliableTopic</code>, <code>RClusteredReliableTopic</code>, <code>RShardedTopic</code>, <code>RJsonStore</code> and <code>RLocalCachedJsonStore</code> objects<br /> Feature - Spring Data Redis 3.4.x module added<br /> Feature - Spring Boot upgraded to 3.4.0<br /> Feature - <code>setIfLess()</code> and <code>setIfGreater()</code> methods added to <code>RAtomicDouble</code> and <code>RAtomicLong</code> objects (thanks to <a href="https://github.com/seakider"><code>@seakider</code></a>)<br /> Feature - <code>RMultimap.fastReplaceValues()</code> method added (thanks to <a href="https://github.com/davidreis97"><code>@davidreis97</code></a>)</p> <p>Fixed - IPV6 uris with braces are parsed incorrectly Fixed - minCleanUpDelay setting isn't applied during the first run of the EvictionTask<br /> Fixed - master node shouldn't be changed on new ip addition for AWS Serverless endpoint<br /> Fixed - Quarkus native build requires Snappy library<br /> Fixed - Quarkus 3.14+ compatibility<br /> Fixed - <code>RBitSet.length()</code> method returns unexpected value and caused RedisException in some case (thanks to <a href="https://github.com/seakider"><code>@seakider</code></a>)<br /> Fixed - <code>TypedJsonJacksonCodec</code> doesn't catch Exception (thanks to <a href="https://github.com/lyrric"><code>@lyrric</code></a>)</p> <h3>15-Nov-2024 - 3.39.0 released</h3> <p>Feature - <a href="https://redisson.org/docs/data-and-services/publish-subscribe/#partitioning">partitioning</a> implementation for <code>RTopic</code> object<br /> Feature - <a href="https://redisson.org/docs/data-and-services/publish-subscribe/#partitioning_1">partitioning</a> implementation for <code>RShardedTopic</code> object<br /> Feature - <a href="https://redisson.org/docs/data-and-services/publish-subscribe/#partitioning_2">partitioning</a> implementation for <code>RReliableTopic</code> object<br /> Feature - <a href="https://github.com/facebook/zstd">ZStandard</a> compression codec added (ZStdCodec)<br /> Feature - ability to register <a href="https://redisson.org/docs/data-and-services/collections/#listeners_1">listeners</a> for <code>RListMultimap</code> and <code>RSetMultimap</code> objects<br /> Feature - ability to register <a href="https://redisson.org/docs/data-and-services/collections/#listeners_10">listeners</a> for <code>RTimeSeries</code> object</p> <p>Fixed - possible race-condition in <code>RMapCache.computeIfAbsent()</code> method<br /> Fixed - possible race-condition in <code>computeIfAbsent()</code>, <code>computeIfPresent()</code> methods of RMap object<br /> Fixed - <code>RMapCache.computeIfAbsentAsync()</code> method isn't implemented<br /> Fixed - use CursorId in ScanIteration to avoid long overflow in Spring Data 3.3 implementation (thanks to <a href="https://github.com/vlastikcz"><code>@vlastikcz</code></a>)<br /> Fixed - unable to cancel a task created by <code>RExecutorService.scheduleAtFixedRate()</code> method (thanks to <a href="https://github.com/zcxsythenew"><code>@zcxsythenew</code></a>)<br /> Fixed - potential LocalCache memory leak if useObjectAsCacheKey = true (thanks to <a href="https://github.com/lehuuthanh5"><code>@lehuuthanh5</code></a>)<br /> Fixed - EntryListener is not working on Turkish language Windows 10<br /> Fixed - Redisson shutdown exception is thrown during background process of expired Tomcat sessions<br /> Fixed - some methods of Reactive and RxJava API don't work in GraalVM native image<br /> Fixed - <code>RTransactionRx</code> and <code>RTransactionReactive</code> don't work in GraalVM native image<br /> Fixed - <code>JsonJacksonCodec</code> doesn't work in GraalVM native image<br /> Fixed - NPE is thrown if <code>RExecutorService</code> task submitted in GraalVM native image<br /> Fixed - <code>RObject.rename()</code> method does not replace an existing structure in cluster mode</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/redisson/redisson/commit/d75bad1efe0ca3de19a61e9f2f743c08793b6c69"><code>d75bad1</code></a> [maven-release-plugin] prepare release redisson-3.40.1</li> <li><a href="https://github.com/redisson/redisson/commit/998cbefe4c00dab4c220723c01b9c058d81f3158"><code>998cbef</code></a> Improvement - netty pending tasks report in timeout exceptions</li> <li><a href="https://github.com/redisson/redisson/commit/7a385c703a04d046484ec17b3d3cf2c4628e4859"><code>7a385c7</code></a> Merge branch 'master' of github.com:redisson/redisson</li> <li><a href="https://github.com/redisson/redisson/commit/fc6c2d740602b1bb48a51b9f39698b52005ba0b1"><code>fc6c2d7</code></a> CODECS cache size increased</li> <li><a href="https://github.com/redisson/redisson/commit/89d08dc42dce41765b550d9015284f7eaf4055b0"><code>89d08dc</code></a> Update README.md</li> <li><a href="https://github.com/redisson/redisson/commit/20866fcf5ce8831c85702aeea37c840d0632e683"><code>20866fc</code></a> Update README.md</li> <li><a href="https://github.com/redisson/redisson/commit/01919c7bbcbb01129777457de6e313423933f963"><code>01919c7</code></a> refactoring</li> <li><a href="https://github.com/redisson/redisson/commit/621ec9425b1dc780e9ecbdda2cf1483ce93f82f8"><code>621ec94</code></a> Fixed - Redis or Valkey hostname parsing. <a href="https://redirect.github.com/redisson/redisson/issues/3807">#3807</a></li> <li><a href="https://github.com/redisson/redisson/commit/a0d933191e767ef96ebde8b693b39d46d49606a6"><code>a0d9331</code></a> refactoring</li> <li><a href="https://github.com/redisson/redisson/commit/73228aa893c8b0eb4d820f508081269409848ba1"><code>73228aa</code></a> Fixed - NoClassDefFoundError is thrown during run with Spring Boot 3.4.0 in n...</li> <li>Additional commits viewable in <a href="https://github.com/redisson/redisson/compare/redisson-3.38.1...redisson-3.40.1">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.38.1&new-version=3.40.1)](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