dependabot[bot] opened a new pull request, #5157: URL: https://github.com/apache/eventmesh/pull/5157
Bumps [org.redisson:redisson](https://github.com/redisson/redisson) from 3.38.1 to 3.41.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.41.0</h2> <p>Feature - <code>RPermitExpirableSemaphore.getLeaseTime()</code> method added (thanks to <a href="https://github.com/seakider"><code>@seakider</code></a>)<br /> Feature - <code>sslVerificationMode</code> setting added</p> <p>Fixed - <code>RPermitExpirableSemaphore.release(java.util.List)</code> shouldn't release permits if one of them doesn't exist (thanks to <a href="https://github.com/seakider"><code>@seakider</code></a>)<br /> Fixed - <code>RTopic</code> listeners leak if they are defined as a lambda<br /> Fixed - <code>RPriorityBlockingQueue.draintTo()</code> method shouldn't resend command on response timeout<br /> Fixed - <code>RandomXoshiro256PlusPlus</code> might block Redisson initialization</p> <h2>redisson-3.40.2</h2> <p>Improvement - optimization LRUCacheMap speed by up to 200x</p> <p>Fixed - Quarkus config parsing with sentinel nodes (thanks to <a href="https://github.com/blacksails"><code>@blacksails</code></a>)<br /> Fixed - starvation of pub/sub connections may cause a memory leak</p> <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>)</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>23-Dec-2024 - 3.41.0 released</h3> <p>Feature - <code>RPermitExpirableSemaphore.getLeaseTime()</code> method added (thanks to <a href="https://github.com/seakider"><code>@seakider</code></a>)<br /> Feature - <code>sslVerificationMode</code> setting added</p> <p>Fixed - <code>RPermitExpirableSemaphore.release(java.util.List)</code> shouldn't release permits if one of them doesn't exist (thanks to <a href="https://github.com/seakider"><code>@seakider</code></a>)<br /> Fixed - <code>RTopic</code> listeners leak if they are defined as a lambda<br /> Fixed - <code>RPriorityBlockingQueue.draintTo()</code> method shouldn't resend command on response timeout<br /> Fixed - <code>RandomXoshiro256PlusPlus</code> might block Redisson initialization</p> <h3>12-Dec-2024 - 3.40.2 released</h3> <p>Improvement - optimization LRUCacheMap speed by up to 200x</p> <p>Fixed - Quarkus config parsing with sentinel nodes (thanks to <a href="https://github.com/blacksails"><code>@blacksails</code></a>)<br /> Fixed - starvation of pub/sub connections may cause a memory leak</p> <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> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/redisson/redisson/commit/62dc29eb55d9a736c2a59143ee7f02373fd83fdc"><code>62dc29e</code></a> [maven-release-plugin] prepare release redisson-3.41.0</li> <li><a href="https://github.com/redisson/redisson/commit/81eba6454e270993765779f2f90f3b9a91f960c0"><code>81eba64</code></a> Fixed - RandomXoshiro256PlusPlus might block Redisson initialization. <a href="https://redirect.github.com/redisson/redisson/issues/6307">#6307</a></li> <li><a href="https://github.com/redisson/redisson/commit/dddb1580adbba98dfe13ec253bcd9a7b026b8356"><code>dddb158</code></a> Fixed - RPriorityBlockingQueue.draintTo() method shouldn't resend command on ...</li> <li><a href="https://github.com/redisson/redisson/commit/5be0604771cb8bc65d7893c573746d8340f211a3"><code>5be0604</code></a> Merge branch 'master' of github.com:redisson/redisson</li> <li><a href="https://github.com/redisson/redisson/commit/74698abf608acc6619ef45f00e5a17c591fd91cf"><code>74698ab</code></a> logback updated</li> <li><a href="https://github.com/redisson/redisson/commit/a0bac462fbb8f43ce9b418c825fd76370b7875bd"><code>a0bac46</code></a> Merge pull request <a href="https://redirect.github.com/redisson/redisson/issues/6348">#6348</a> from seakider/fix_releaseAsync</li> <li><a href="https://github.com/redisson/redisson/commit/7451a972d0f118d269b4a6f7128848bf473d0e85"><code>7451a97</code></a> Fixed - RPermitExpirableSemaphore.release(java.util.List) shouldn't release p...</li> <li><a href="https://github.com/redisson/redisson/commit/8e06ee17fdd7d296feef759e716803e46ee71330"><code>8e06ee1</code></a> Fixed - RPermitExpirableSemaphore.release(java.util.List) shouldn't release p...</li> <li><a href="https://github.com/redisson/redisson/commit/4d6ed7d72b4825f7d96932ff1a516257428b4b3a"><code>4d6ed7d</code></a> Fixed - RPermitExpirableSemaphore.release(java.util.List) shouldn't release p...</li> <li><a href="https://github.com/redisson/redisson/commit/ee3d4c2e37baf52a169b491e8d929cf6bcc6bca6"><code>ee3d4c2</code></a> Fixed - RPermitExpirableSemaphore.release(java.util.List) shouldn't release p...</li> <li>Additional commits viewable in <a href="https://github.com/redisson/redisson/compare/redisson-3.38.1...redisson-3.41.0">compare view</a></li> </ul> </details> <br /> <details> <summary>Most Recent Ignore Conditions Applied to This Pull Request</summary> | Dependency Name | Ignore Conditions | | --- | --- | | org.redisson:redisson | [>= 3.20.a, < 3.21] | </details> [](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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
