dependabot[bot] opened a new pull request, #476: URL: https://github.com/apache/maven-resolver/pull/476
Bumps [org.redisson:redisson](https://github.com/redisson/redisson) from 3.28.0 to 3.29.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.29.0</h2> <p>Feature - <code>NewObjectListener</code> added to track created objects<br /> Feature - <code>NewObjectListener</code> and <code>SetObjectListener</code> can be registered with <code>RKeys.addListener()</code> method<br /> Feature - <code>subscribeOnElements()</code>, <code>subscribeOnLastElements()</code> and <code>subscribeOnFirstElements()</code> methods wait for <code>CompletionStage</code> to complete before polling a next element<br /> Feature - <code>shardedSubscriptionMode</code> setting added in Cluster configuration<br /> Feature - <code>RSemaphore.trySetPermits()</code> method with ttl parameter added<br /> Feature - <code>getDeletedIds()</code> method added to <code>RStream</code> <code>AutoClaimResult</code> object</p> <p>Improvement - responses map lock replaced with fine-grained entry locking in <code>RRemoteService</code> and <code>RScheduledExecutorService</code></p> <p>Fixed - <code>RStream.autoClaim()</code> method throws ClassCastException<br /> Fixed - <code>RSearch</code> aggregate expression applied incorrectly<br /> Fixed - <code>LocalCachedMapDisabledKey</code> event is parsed incorrectly if local cache used with <code>RTransaction</code><br /> Fixed - Slave node in cluster mode isn't shutdown properly if <code>readMode = MASTER</code> and <code>subscribeMode = MASTER</code> (regression since 3.27.2)<br /> Fixed - race condition during cluster topology update causes slave added/removed events<br /> Fixed - OSGi MANIFEST should define optional dependencies<br /> Fixed - <code>TimeoutException</code> is thrown if <code>connectionMinimumIdleSize = 0</code><br /> Fixed - <code>ClassCastException</code> is thrown for Reactive/Rx RemoteService invocation if Redisson instance isn't Reactive/Rx<br /> Fixed - semaphore object is not deleted after <code>RLocalCachedMap.clearLocalCache()</code> method invocation<br /> Fixed - <code>AggregationOptions.groupBy()</code> setting with reducers used in <code>RSearch.aggregate()</code> method causes an exception<br /> Fixed - <code>AggregationOptions.groupBy()</code> setting usage with <code>RSearch.aggregate()</code> method causes an exception if reducers aren't defined<br /> Fixed - <code>AggregationOptions.sortBy()</code> setting usage with <code>RSearch.aggregate()</code> method causes an exception<br /> Fixed - resource leak error when executing multiple contains operation of <code>RSet</code> in transaction (thanks to <a href="https://github.com/wynn5a"><code>@wynn5a</code></a>)<br /> Fixed - jmockit upgraded to 1.52.0 inside maven-surefire-plugin (thanks to <a href="https://github.com/roharon"><code>@roharon</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>22-Apr-2024 - 3.29.0 released</h3> <p>Feature - <code>NewObjectListener</code> added to track created objects<br /> Feature - <code>NewObjectListener</code> and <code>SetObjectListener</code> can be registered with <code>RKeys.addListener()</code> method<br /> Feature - <code>subscribeOnElements()</code>, <code>subscribeOnLastElements()</code> and <code>subscribeOnFirstElements()</code> methods wait for <code>CompletionStage</code> to complete before polling the next element<br /> Feature - <code>shardedSubscriptionMode</code> setting added in Cluster configuration<br /> Feature - <code>RSemaphore.trySetPermits()</code> method with ttl parameter added<br /> Feature - <code>getDeletedIds()</code> method added to <code>RStream</code> <code>AutoClaimResult</code> object</p> <p>Improvement - responses map lock replaced with fine-grained entry locking in <code>RRemoteService</code> and <code>RScheduledExecutorService</code></p> <p>Fixed - <code>RStream.autoClaim()</code> method throws ClassCastException<br /> Fixed - <code>RSearch</code> aggregate expression applied incorrectly<br /> Fixed - <code>LocalCachedMapDisabledKey</code> event is parsed incorrectly if local cache used with <code>RTransaction</code><br /> Fixed - Slave node in cluster mode isn't shutdown properly if <code>readMode = MASTER</code> and <code>subscribeMode = MASTER</code> (regression since 3.27.2)<br /> Fixed - race condition during cluster topology update causes slave added/removed events<br /> Fixed - OSGi MANIFEST should define optional dependencies<br /> Fixed - <code>TimeoutException</code> is thrown if <code>connectionMinimumIdleSize = 0</code><br /> Fixed - <code>ClassCastException</code> is thrown for Reactive/Rx RemoteService invocation if Redisson instance isn't Reactive/Rx<br /> Fixed - semaphore object is not deleted after <code>RLocalCachedMap.clearLocalCache()</code> method invocation<br /> Fixed - <code>AggregationOptions.groupBy()</code> setting with reducers used in <code>RSearch.aggregate()</code> method causes an exception<br /> Fixed - <code>AggregationOptions.groupBy()</code> setting usage with <code>RSearch.aggregate()</code> method causes an exception if reducers aren't defined<br /> Fixed - <code>AggregationOptions.sortBy()</code> setting usage with <code>RSearch.aggregate()</code> method causes an exception<br /> Fixed - resource leak error when executing multiple contains operation of <code>RSet</code> in transaction (thanks to <a href="https://github.com/wynn5a"><code>@wynn5a</code></a>)<br /> Fixed - jmockit upgraded to 1.52.0 inside maven-surefire-plugin (thanks to <a href="https://github.com/roharon"><code>@roharon</code></a>)</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/redisson/redisson/commit/73a9e694b1e2422d0f4fff2d59796934c6c75920"><code>73a9e69</code></a> [maven-release-plugin] prepare release redisson-3.29.0</li> <li><a href="https://github.com/redisson/redisson/commit/5c30031ccc765e4f3e8704ad852c78a1c7f820eb"><code>5c30031</code></a> test fixed</li> <li><a href="https://github.com/redisson/redisson/commit/0ef2c773b1139d1d520c9746b7dc74bbed4f84e1"><code>0ef2c77</code></a> Merge branch 'master' of github.com:redisson/redisson</li> <li><a href="https://github.com/redisson/redisson/commit/633c9b977c27e4fda3418ca213facf013ee40353"><code>633c9b9</code></a> javadocs added</li> <li><a href="https://github.com/redisson/redisson/commit/1db0b99cee3d72ba4a8e3c9225e8164f5ee789a1"><code>1db0b99</code></a> Fixed - RSearch aggregate expression applied incorrectly. <a href="https://redirect.github.com/redisson/redisson/issues/5800">#5800</a></li> <li><a href="https://github.com/redisson/redisson/commit/3b9508d5afba31a4834fca391b5f666ec238e0c8"><code>3b9508d</code></a> refactoring</li> <li><a href="https://github.com/redisson/redisson/commit/1ce18646ac4f2ac6a3c3947328ccc10c215bb435"><code>1ce1864</code></a> refactoring</li> <li><a href="https://github.com/redisson/redisson/commit/e5c813f18e5a6370a73598f58ba5c22cbc254419"><code>e5c813f</code></a> Merge pull request <a href="https://redirect.github.com/redisson/redisson/issues/5805">#5805</a> from redisson/dependabot/maven/org.xerial.snappy-sna...</li> <li><a href="https://github.com/redisson/redisson/commit/fbd9174d94b5abcc8e060a14383839b69dd0acf8"><code>fbd9174</code></a> Merge pull request <a href="https://redirect.github.com/redisson/redisson/issues/5804">#5804</a> from redisson/dependabot/maven/io.netty.incubator-ne...</li> <li><a href="https://github.com/redisson/redisson/commit/4d0ae939643117b24a56810922021771a98f6c50"><code>4d0ae93</code></a> Merge pull request <a href="https://redirect.github.com/redisson/redisson/issues/5803">#5803</a> from redisson/dependabot/maven/org.apache.maven.plug...</li> <li>Additional commits viewable in <a href="https://github.com/redisson/redisson/compare/redisson-3.28.0...redisson-3.29.0">compare view</a></li> </ul> </details> <br /> [](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