dependabot[bot] opened a new pull request, #545:
URL: https://github.com/apache/maven-resolver/pull/545

   Bumps [org.redisson:redisson](https://github.com/redisson/redisson) from 
3.32.0 to 3.34.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.34.0</h2>
   <p>Feature - RJsonBuckets object added (thanks to <a 
href="https://github.com/seakider";><code>@​seakider</code></a>)<br />
   Feature - <code>remainTimeToLive(Set keys)</code> and <code>clearExpire(Set 
keys)</code> methods added to <code>RMapCacheNative</code> object<br />
   Feature - <code>eval()</code> and <code>evalSha()</code> methods added to 
<code>RScript</code> object for execution on all nodes in Redis Cluster</p>
   <p>Improvement - performance optimization for Apache Tomcat Session 
management<br />
   Improvement - default value of quietPeriod set to 0 in 
<code>RedissonClient.shutdown()</code> method<br />
   Improvement - upgrade protobuf from 3.16.3 to 4.27.2 (thanks to <a 
href="https://github.com/zzhlhc";><code>@​zzhlhc</code></a>)</p>
   <p>Fixed - Apache Tomcat Session Manager throws CROSSSLOT Keys in request 
don't hash to the same slot (regression since 3.32.0)<br />
   Fixed - empty partitions shouldn't be skipped in cluster topology scan<br />
   Fixed - <code>ClusterConnectionManager.checkSlotsMigration()</code> method 
throws NPE<br />
   Fixed - RSearch IndexInfoDecoder may throw NPE<br />
   Fixed - local cached Map implementations don't emit cache clear event on 
<code>clear()</code> or <code>delete()</code> methods call<br />
   Fixed - <code>RObject.rename()</code> method doesn't work in cluster<br />
   Fixed - a new attempt to send a command should be made right after channel 
reconnection<br />
   Fixed - 'race condition' while calling RLock.tryLock() method (thanks to <a 
href="https://github.com/pad-master82";><code>@​pad-master82</code></a>)<br />
   Fixed - Can't connect to servers error doesn't show exception reported 
during connection<br />
   Fixed - <code>SeekableByteChannel.truncate()</code> method (thanks to <a 
href="https://github.com/seakider";><code>@​seakider</code></a>)<br />
   Fixed - <code>RMap.computeAsync()</code> method doesn't handle empty keys 
properly (thanks to <a 
href="https://github.com/phrone";><code>@​phrone</code></a>)</p>
   <h2>redisson-3.33.0</h2>
   <p>Feature - <a 
href="https://github.com/redisson/redisson/wiki/7.-distributed-collections/#724-json-store";>RJsonStore</a>
 object added<br />
   Feature - <a 
href="https://github.com/redisson/redisson/wiki/7.-distributed-collections/#7241-json-store-local-cache";>RLocalCachedJsonStore</a>
 object added<br />
   Feature - <code>RSearch.getIndexes()</code> method added<br />
   Feature - <code>RedissonRegionNativeFactory</code> added for Hibernate 
module. Requires Redis 7.4+<br />
   Feature - <code>RedissonSpringCacheNativeManager</code> implemented. 
Requires Redis 7.4+<br />
   Feature - <code>RedissonCacheNative</code> implementation added for Mybatis 
cache. Requires Redis 7.4+<br />
   Feature - <code>caches-native</code> cache type added to Micronaut module. 
Requires Redis 7.4+</p>
   <p>Improvement - Spring Cache <code>RedissonCache.put()</code> method 
optimization</p>
   <p><strong>Breaking change - JsonCodec interface refactoring</strong></p>
   <p>Fixed - re-added master node isn't updated in Cluster topology<br />
   Fixed - expiration time isn't set for Apacht Tomcat Manager 
<code>redisson:tomcat_notified_nodes</code> keys (thanks to <a 
href="https://github.com/ehardy";><code>@​ehardy</code></a>)<br />
   Fixed - RSearch <code>AggregationOptions.loadAll()</code> setting isn't 
applied<br />
   Fixed - containsAll() method of RList, RQueue, RMultimap objects returns 
incorrect result (thanks to <a 
href="https://github.com/seakider";><code>@​seakider</code></a>)<br />
   Fixed - too many requests with small threads amount may cause OOM<br />
   Fixed - connection leak during high load with few connections<br />
   Fixed - RingBuffer#setCapacity, trim list incorrect (thanks to <a 
href="https://github.com/seakider";><code>@​seakider</code></a>)<br />
   Fixed - password shouldn't be printed in logs<br />
   Fixed - encoded user/password in URL aren't accepted</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>30-Jul-2024 - 3.34.0 released</h3>
   <p>Feature - RJsonBuckets object added (thanks to <a 
href="https://github.com/seakider";><code>@​seakider</code></a>)<br />
   Feature - <code>remainTimeToLive(Set keys)</code> and <code>clearExpire(Set 
keys)</code> methods added to <code>RMapCacheNative</code> object<br />
   Feature - <code>eval()</code> and <code>evalSha()</code> methods added to 
<code>RScript</code> object for execution on all nodes in Redis Cluster</p>
   <p>Improvement - performance optimization for Apache Tomcat Session 
management<br />
   Improvement - default value of quietPeriod set to 0 in 
<code>RedissonClient.shutdown()</code> method<br />
   Improvement - upgrade protobuf from 3.16.3 to 4.27.2 (thanks to <a 
href="https://github.com/zzhlhc";><code>@​zzhlhc</code></a>)</p>
   <p>Fixed - Apache Tomcat Session Manager throws CROSSSLOT Keys in request 
don't hash to the same slot (regression since 3.32.0)<br />
   Fixed - empty partitions shouldn't be skipped in cluster topology scan<br />
   Fixed - <code>ClusterConnectionManager.checkSlotsMigration()</code> method 
throws NPE<br />
   Fixed - RSearch IndexInfoDecoder may throw NPE<br />
   Fixed - local cached Map implementations don't emit cache clear event on 
<code>clear()</code> or <code>delete()</code> methods call<br />
   Fixed - <code>RObject.rename()</code> method doesn't work in cluster<br />
   Fixed - a new attempt to send a command should be made right after channel 
reconnection<br />
   Fixed - 'race condition' while calling RLock.tryLock() method (thanks to <a 
href="https://github.com/pad-master82";><code>@​pad-master82</code></a>)<br />
   Fixed - Can't connect to servers error doesn't show exception reported 
during connection<br />
   Fixed - <code>SeekableByteChannel.truncate()</code> method (thanks to <a 
href="https://github.com/seakider";><code>@​seakider</code></a>)<br />
   Fixed - <code>RMap.computeAsync()</code> method doesn't handle empty keys 
properly (thanks to <a 
href="https://github.com/phrone";><code>@​phrone</code></a>)</p>
   <h3>17-Jul-2024 - 3.33.0 released</h3>
   <p>Feature - <a 
href="https://github.com/redisson/redisson/wiki/7.-distributed-collections/#724-json-store";>RJsonStore</a>
 object added<br />
   Feature - <a 
href="https://github.com/redisson/redisson/wiki/7.-distributed-collections/#7241-json-store-local-cache";>RLocalCachedJsonStore</a>
 object added<br />
   Feature - <code>RSearch.getIndexes()</code> method added<br />
   Feature - <code>RedissonRegionNativeFactory</code> added for Hibernate 
module. Requires Redis 7.4+<br />
   Feature - <code>RedissonSpringCacheNativeManager</code> implemented. 
Requires Redis 7.4+<br />
   Feature - <code>RedissonCacheNative</code> implementation added for Mybatis 
cache. Requires Redis 7.4+<br />
   Feature - <code>caches-native</code> cache type added to Micronaut module. 
Requires Redis 7.4+</p>
   <p>Improvement - Spring Cache <code>RedissonCache.put()</code> method 
optimization</p>
   <p><strong>Breaking change - JsonCodec interface refactoring</strong></p>
   <p>Fixed - re-added master node isn't updated in Cluster topology<br />
   Fixed - expiration time isn't set for Apacht Tomcat Manager 
<code>redisson:tomcat_notified_nodes</code> keys (thanks to <a 
href="https://github.com/ehardy";><code>@​ehardy</code></a>)<br />
   Fixed - RSearch <code>AggregationOptions.loadAll()</code> setting isn't 
applied<br />
   Fixed - containsAll() method of RList, RQueue, RMultimap objects returns 
incorrect result (thanks to <a 
href="https://github.com/seakider";><code>@​seakider</code></a>)<br />
   Fixed - too many requests with small threads amount may cause OOM<br />
   Fixed - connection leak during high load with few connections<br />
   Fixed - RingBuffer#setCapacity, trim list incorrect (thanks to <a 
href="https://github.com/seakider";><code>@​seakider</code></a>)<br />
   Fixed - password shouldn't be printed in logs<br />
   Fixed - encoded user/password in URL aren't accepted</p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/redisson/redisson/commit/6c5df4f3f01971746c79714c4f01827181816f42";><code>6c5df4f</code></a>
 [maven-release-plugin] prepare release redisson-3.34.0</li>
   <li><a 
href="https://github.com/redisson/redisson/commit/87c581e026dbb11997e6a3cb5abe0f0eeef3ed37";><code>87c581e</code></a>
 refactoring</li>
   <li><a 
href="https://github.com/redisson/redisson/commit/ec60fac4aedf96ce1db8c60b527a377b67d7f620";><code>ec60fac</code></a>
 Update README.md</li>
   <li><a 
href="https://github.com/redisson/redisson/commit/dff3d6a18e2daa13b0523a608d516070492dfc03";><code>dff3d6a</code></a>
 Update README.md</li>
   <li><a 
href="https://github.com/redisson/redisson/commit/2fc36cda36f9cc01145819c1d07c0fd49784cdf3";><code>2fc36cd</code></a>
 Update README.md</li>
   <li><a 
href="https://github.com/redisson/redisson/commit/2b320540f6d56cf9ac8d1697091c57e6afb97d54";><code>2b32054</code></a>
 test fixed</li>
   <li><a 
href="https://github.com/redisson/redisson/commit/1272f06c37a15c6cc56dc46cec4a47c9dd881872";><code>1272f06</code></a>
 refactoring</li>
   <li><a 
href="https://github.com/redisson/redisson/commit/7d9b899fa139053134057cca7d18be741bb36b01";><code>7d9b899</code></a>
 Fixed - empty partitions shouldn't be skipped in cluster topology scan. <a 
href="https://redirect.github.com/redisson/redisson/issues/6061";>#6061</a></li>
   <li><a 
href="https://github.com/redisson/redisson/commit/10c1d6165bbd5f5681952917561a521690a52101";><code>10c1d61</code></a>
 Fixed - ClusterConnectionManager.checkSlotsMigration() method throws NPE <a 
href="https://redirect.github.com/redisson/redisson/issues/6048";>#6048</a></li>
   <li><a 
href="https://github.com/redisson/redisson/commit/0ea876485813d2501d92fb2931432f6594215ce0";><code>0ea8764</code></a>
 Fixed - IndexInfoDecoder may throw NPE</li>
   <li>Additional commits viewable in <a 
href="https://github.com/redisson/redisson/compare/redisson-3.32.0...redisson-3.34.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.32.0&new-version=3.34.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

Reply via email to