dependabot[bot] opened a new pull request, #604: URL: https://github.com/apache/maven-resolver/pull/604
Bumps [org.redisson:redisson](https://github.com/redisson/redisson) from 3.38.1 to 3.39.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.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>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/97a057cc03058df9c8798a5d235a72dce69fef8b"><code>97a057c</code></a> [maven-release-plugin] prepare release redisson-3.39.0</li> <li><a href="https://github.com/redisson/redisson/commit/36359bdd1c6d558709e77186b1a204a12588bece"><code>36359bd</code></a> description fixed</li> <li><a href="https://github.com/redisson/redisson/commit/8dcf73f4a74428fee46af509624aeb1c6f861a61"><code>8dcf73f</code></a> Fixed - rename() method does not replace an existing structure in cluster mod...</li> <li><a href="https://github.com/redisson/redisson/commit/a9fd899c4a6010f85073ccd9f061a02e851aa46d"><code>a9fd899</code></a> Fixed - NPE is thrown if RExecutorService task submitted in GraalVM native im...</li> <li><a href="https://github.com/redisson/redisson/commit/1764880b25619098d8115ef5d814b07a252080f1"><code>1764880</code></a> libs updated</li> <li><a href="https://github.com/redisson/redisson/commit/f2d81ffc87420714ee1442e4bf3249cedd8cf724"><code>f2d81ff</code></a> Fixed - JsonJacksonCodec doesn't work in GraalVM native image. <a href="https://redirect.github.com/redisson/redisson/issues/4586">#4586</a></li> <li><a href="https://github.com/redisson/redisson/commit/753274bc2aae1680826057da306b0871521c4919"><code>753274b</code></a> libs updated</li> <li><a href="https://github.com/redisson/redisson/commit/d491cd3a7abc175c1456b38bb29ede496f48425d"><code>d491cd3</code></a> Fixed - RTransactionRx and RTransactionReactive don't work in GraalVM native ...</li> <li><a href="https://github.com/redisson/redisson/commit/ce54c0eba264a337505298e0a42cb40ed4ab813f"><code>ce54c0e</code></a> Fixed - some methods of Reactive and RxJava don't work in GraalVM native imag...</li> <li><a href="https://github.com/redisson/redisson/commit/4979254cbfd2fa104db8950b1a65f4b9756d21a3"><code>4979254</code></a> libs updated</li> <li>Additional commits viewable in <a href="https://github.com/redisson/redisson/compare/redisson-3.38.1...redisson-3.39.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.38.1&new-version=3.39.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