dependabot[bot] opened a new pull request, #5171: URL: https://github.com/apache/eventmesh/pull/5171
Bumps [org.redisson:redisson](https://github.com/redisson/redisson) from 3.38.1 to 3.44.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.44.0</h2> <p>Feature - native eviction implemented for <a href="https://redisson.org/docs/cache-api-implementations/#local-cache-and-data-partitioning">JCache</a> API<br /> Feature - advanced eviction implemented for <a href="https://redisson.org/docs/cache-api-implementations/#local-cache-and-data-partitioning">JCache</a> API<br /> Feature - <code>RKeyAsync.getKeysAsync()</code> method added (thanks to <a href="https://github.com/seakider"><code>@seakider</code></a>)<br /> Feature - added <code>commandsMap</code> setting to <code>CommandsLoadBalancer</code> object<br /> Feature - added <code>regex</code> setting to <code>RandomLoadBalancer</code> and <code>RoundRobinLoadBalancer</code> objects to filter nodes<br /> Feature - Unix Domain Socket (UDS) support for a single mode through "redis+uds://" or "valkey+uds://" scheme<br /> Feature - <code>lockWatchdogBatchSize</code> setting added</p> <p>Fixed - <code>RBuckets.get()</code> method doesn't use nameMapper in single mode<br /> Fixed - <code>valkeys</code> scheme can't be used in Sentinel mode<br /> Fixed - closed channel detection during connection ping process<br /> Fixed - RSearch throws an error if nocontent param defined (thanks to <a href="https://github.com/seakider"><code>@seakider</code></a>)<br /> Fixed - <code>RemovedListener</code> is invoked incorrectly by <code>JCache.getAll()</code> method<br /> Fixed - synthetic class shouldn't be allowed to be used as a comparator for <code>RPriorityQueue</code> objects<br /> Fixed - master node address isn't resolved through NatMapper object in Sentinel mode (tnanks <a href="https://github.com/aramperes"><code>@aramperes</code></a>)<br /> Fixed - STOPWORDS 0 can't be defined during RSearch index creation<br /> Fixed - <code>RScript.evalSha()</code> method doesn't work in cluster mode<br /> Fixed - task id duplication check added to <code>RScheduledExecutorService</code> methods Fixed - failover handling in Sentinel mode<br /> Fixed - Micronaut <code>Session.put()</code> method doesn't remove an entry if value = null<br /> Fixed - <code>RReadWriteLock.unlock()</code> method doesn't respect the lock owner<br /> Fixed - lock watchdog doesn't renew RLock if an expection has been thrown</p> <h2>redisson-3.43.0</h2> <p>Feature - <code>RObservable</code> interface for listeners added for RLock objects (thanks to <a href="https://github.com/seakider"><code>@seakider</code></a>)</p> <p>Fixed - <code>RExecutorService</code> workers stop working (regression since 3.42.0) (thanks to <a href="https://github.com/seakider"><code>@seakider</code></a>)<br /> Fixed - <code>RLocalCacheMap.remove()</code> method hangs if called inside a transaction<br /> Fixed - poll methods of <code>RTimeSeries</code> and <code>RScoredSortedSet</code> objects return null instead of empty lists<br /> Fixed - <code>RSet.containsEach()</code> method returns null instead of empty list<br /> Fixed - <code>RLocalCachedMap.fastRemove()</code> method may throw NPE if <code>storeMode = LOCALCACHE</code></p> <h2>redisson-3.42.0</h2> <p>Feature - listeners support in Spring's CacheConfig object (thanks to <a href="https://github.com/seakider"><code>@seakider</code></a>)<br /> Feature - CLIENT LIST command support for Spring Data (thanks to <a href="https://github.com/seakider"><code>@seakider</code></a>)<br /> Feature - cluster nodes state added in <code>node ... hasn't been discovered yet</code> error<br /> Feature - <code>onConnectFailed()</code> and <code>onPingFailed()</code> methods with an error argument added to <code>FailedNodeDetector</code> object<br /> Feature - support of "valkey" and "valkeys" schemes in urls</p> <p>Fixed - <code>RScheduledExecutorService</code> tasks might not be canceled (thanks to <a href="https://github.com/seakider"><code>@seakider</code></a>)<br /> Fixed - <code>MASTERDOWN</code> error handling<br /> Fixed - <code>RBloomFilter.contains()</code> should return false if the filter doesn't exist (thanks to <a href="https://github.com/seakider"><code>@seakider</code></a>)<br /> Fixed - <code>RRemoteService</code> calls do not throw RemoteServiceTimeoutException, leaving threads stuck (thanks to <a href="https://github.com/seakider"><code>@seakider</code></a>)<br /> Fixed - <code>RMap.addAndGet()</code> method doesn't work with MapWriter<br /> Fixed - <code>RScheduledExecutorService</code> tasks are not running on the next executor if the app was killed (thanks to <a href="https://github.com/seakider"><code>@seakider</code></a>)<br /> Fixed - <code>RListMultimapReactive.get()</code> and <code>RSetMultimapReactive.get()</code> methods return object with methods which throw exceptions<br /> Fixed - <code>RPriorityBlockingQueue.take()</code> method consumes an element even after the calling thread has been interrupted<br /> Fixed - <code>RExecutorService</code> result futures might be never completed<br /> Fixed - <code>RRemoteService</code> shouldn't allocate a new worker if requestQueue is empty</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>27-Jan-2025 - 3.44.0 released</h3> <p>Feature - native eviction implemented for <a href="https://redisson.org/docs/cache-api-implementations/#local-cache-and-data-partitioning">JCache</a> API<br /> Feature - advanced eviction implemented for <a href="https://redisson.org/docs/cache-api-implementations/#local-cache-and-data-partitioning">JCache</a> API<br /> Feature - <code>RKeyAsync.getKeysAsync()</code> method added (thanks to <a href="https://github.com/seakider"><code>@seakider</code></a>)<br /> Feature - added <code>commandsMap</code> setting to <code>CommandsLoadBalancer</code> object<br /> Feature - added <code>regex</code> setting to <code>RandomLoadBalancer</code> and <code>RoundRobinLoadBalancer</code> objects to filter nodes<br /> Feature - Unix Domain Socket (UDS) support for a single mode through "redis+uds://" or "valkey+uds://" scheme<br /> Feature - <code>lockWatchdogBatchSize</code> setting added</p> <p>Fixed - <code>RBuckets.get()</code> method doesn't use nameMapper in single mode<br /> Fixed - <code>valkeys</code> scheme can't be used in Sentinel mode<br /> Fixed - closed channel detection during connection ping process<br /> Fixed - RSearch throws an error if nocontent param defined (thanks to <a href="https://github.com/seakider"><code>@seakider</code></a>)<br /> Fixed - <code>RemovedListener</code> is invoked incorrectly by <code>JCache.getAll()</code> method<br /> Fixed - synthetic class shouldn't be allowed to be used as a comparator for <code>RPriorityQueue</code> objects<br /> Fixed - master node address isn't resolved through NatMapper object in Sentinel mode (tnanks <a href="https://github.com/aramperes"><code>@aramperes</code></a>)<br /> Fixed - STOPWORDS 0 can't be defined during RSearch index creation<br /> Fixed - <code>RScript.evalSha()</code> method doesn't work in cluster mode<br /> Fixed - task id duplication check added to <code>RScheduledExecutorService</code> methods Fixed - failover handling in Sentinel mode<br /> Fixed - Micronaut <code>Session.put()</code> method doesn't remove an entry if value = null<br /> Fixed - <code>RReadWriteLock.unlock()</code> method doesn't respect the lock owner<br /> Fixed - lock watchdog doesn't renew RLock if an expection has been thrown</p> <h3>13-Jan-2025 - 3.43.0 released</h3> <p>Feature - <code>RObservable</code> interface for listeners added for RLock objects (thanks to <a href="https://github.com/seakider"><code>@seakider</code></a>)</p> <p>Fixed - <code>RExecutorService</code> workers stop working (regression since 3.42.0) (thanks to <a href="https://github.com/seakider"><code>@seakider</code></a>)<br /> Fixed - <code>RLocalCacheMap.remove()</code> method hangs if called inside a transaction<br /> Fixed - poll methods of <code>RTimeSeries</code> and <code>RScoredSortedSet</code> objects return null instead of empty lists<br /> Fixed - <code>RSet.containsEach()</code> method returns null instead of empty list<br /> Fixed - <code>RLocalCachedMap.fastRemove()</code> method may throw NPE if <code>storeMode = LOCALCACHE</code></p> <h3>7-Jan-2025 - 3.42.0 released</h3> <p>Feature - listeners support in Spring's CacheConfig object (thanks to <a href="https://github.com/seakider"><code>@seakider</code></a>)<br /> Feature - CLIENT LIST command support for Spring Data (thanks to <a href="https://github.com/seakider"><code>@seakider</code></a>)<br /> Feature - cluster nodes state added in <code>node ... hasn't been discovered yet</code> error<br /> Feature - <code>onConnectFailed()</code> and <code>onPingFailed()</code> methods with an error argument added to <code>FailedNodeDetector</code> object<br /> Feature - support of "valkey" and "valkeys" schemes in urls</p> <p>Fixed - <code>RScheduledExecutorService</code> tasks might not be canceled (thanks to <a href="https://github.com/seakider"><code>@seakider</code></a>)<br /> Fixed - <code>MASTERDOWN</code> error handling<br /> Fixed - <code>RBloomFilter.contains()</code> should return false if the filter doesn't exist (thanks to <a href="https://github.com/seakider"><code>@seakider</code></a>)<br /> Fixed - <code>RRemoteService</code> calls do not throw RemoteServiceTimeoutException, leaving threads stuck (thanks to <a href="https://github.com/seakider"><code>@seakider</code></a>)<br /> Fixed - <code>RMap.addAndGet()</code> method doesn't work with MapWriter<br /> Fixed - <code>RScheduledExecutorService</code> tasks are not running on the next executor if the app was killed (thanks to <a href="https://github.com/seakider"><code>@seakider</code></a>)<br /> Fixed - <code>RListMultimapReactive.get()</code> and <code>RSetMultimapReactive.get()</code> methods return object with methods which throw exceptions</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/redisson/redisson/commit/520c1ea94958ed6318cb1064b91a513aca39302f"><code>520c1ea</code></a> [maven-release-plugin] prepare release redisson-3.44.0</li> <li><a href="https://github.com/redisson/redisson/commit/b96e623f95e55f113d4eee7134011641765f317c"><code>b96e623</code></a> tests fixed</li> <li><a href="https://github.com/redisson/redisson/commit/7a733b8c81b6083d4e1638a30b0092bbd82586cc"><code>7a733b8</code></a> refactoring</li> <li><a href="https://github.com/redisson/redisson/commit/bb0d14b44f8863f99961ba2ba052ad49acc5f123"><code>bb0d14b</code></a> Fixed - RBuckets.get() doesn't use nameMapper in single mode. <a href="https://redirect.github.com/redisson/redisson/issues/6409">#6409</a></li> <li><a href="https://github.com/redisson/redisson/commit/fbde6ed91dd5561cdb605135f856818307f07e32"><code>fbde6ed</code></a> Fixed - "valkeys" scheme can't be used in Sentinel mode</li> <li><a href="https://github.com/redisson/redisson/commit/0bda4b5b44861bdb3d46eee1291daad83f50b8ba"><code>0bda4b5</code></a> Fixed - closed channel detection by PingConnectionHandler <a href="https://redirect.github.com/redisson/redisson/issues/6079">#6079</a></li> <li><a href="https://github.com/redisson/redisson/commit/a98540af0b1f2b221e9150a01ad8b90dba147e7f"><code>a98540a</code></a> Feature - added commandsMap setting to CommandsLoadBalancer</li> <li><a href="https://github.com/redisson/redisson/commit/1450176e52c44208ee811b97beab845105439f72"><code>1450176</code></a> Merge pull request <a href="https://redirect.github.com/redisson/redisson/issues/6407">#6407</a> from seakider/feature_getKeysAsync</li> <li><a href="https://github.com/redisson/redisson/commit/9f3b297c5ef31a5f7e662f9cb74c6b15d6a2b94e"><code>9f3b297</code></a> Fixed - Style check</li> <li><a href="https://github.com/redisson/redisson/commit/aa00650f2e788663927a0ff87bbbca7efb3e3d17"><code>aa00650</code></a> Fixed - Style check</li> <li>Additional commits viewable in <a href="https://github.com/redisson/redisson/compare/redisson-3.38.1...redisson-3.44.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: dev-unsubscr...@eventmesh.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@eventmesh.apache.org For additional commands, e-mail: dev-h...@eventmesh.apache.org