dependabot[bot] opened a new pull request, #15331: URL: https://github.com/apache/camel/pull/15331
Bumps [org.redisson:redisson](https://github.com/redisson/redisson) from 3.34.1 to 3.35.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.35.0</h2> <p>Feature - <code>INDEXEMPTY</code> option added to tag and text fields in <code>RSearch.createIndex()</code> method<br /> Feature - <code>INDEXMISSING</code> option added to all fields in <code>RSearch.createIndex()</code> method<br /> Feature - <code>StreamMessageId.LAST</code> option added<br /> Feature - <code>copy()</code> and <code>copyAndReplace()</code> methods added to <code>RObject</code> interface<br /> Feature - <a href="https://github.com/apache/fury">Apache Fury</a> codec support<br /> Feature - <code>RSetCache</code> object supports <code>TrackingListener</code>, <code>SetAddListener</code> and <code>SetRemoveListener</code> listeners<br /> Feature - <code>RClusteredMapCacheNative</code> object implemented. Requires Redis 7.4+<br /> Feature - <code>RLocalCachedMapCacheNative</code> object implemented. Requires Redis 7.4+<br /> Feature - <code>localcache_native</code> and <code>clustered_native</code> implementations added to Quarkus module. Requires Redis 7.4+<br /> Feature - <code>RedissonClusteredCacheNative</code> and <code>RedissonLocalCachedCacheNative</code> implementations added to MyBatis module. Requires Redis 7.4+ Feature - <code>RedissonClusteredSpringCacheNativeManager</code> and <code>RedissonSpringLocalCachedCacheNativeManager</code> implementations added to Spring Cache module. Requires Redis 7.4+<br /> Feature - <code>RedissonClusteredNativeRegionFactory</code> and <code>RedissonLocalCachedNativeRegionFactory</code> added to Hibernate module. Requires Redis 7.4+<br /> Feature - <code>local-caches-native</code> and <code>clustered-caches-native</code> implementations added to Micronaut module. Requires Redis 7.4+</p> <p>Improvement - <code>ProtobufCodec</code> memory allocation optimization<br /> Improvement - <a href="https://github.com/apache/fury">Apache Fury</a> codec optimization (thanks to <a href="https://github.com/chaokunyang"><code>@chaokunyang</code></a>)<br /> Improvement - quarkus should make an attempt to read config file using Thread's ContextClassLoader<br /> Improvement - quarkus should make an attempt to read config file using Thread's ContextClassLoader (thanks to <a href="https://github.com/seakider"><code>@seakider</code></a>)<br /> Improvement - don't take lock for <code>RMap.computeIfAbsent()</code> if only get is needed (thanks to <a href="https://github.com/shreyas-sprinklr"><code>@shreyas-sprinklr</code></a>)</p> <p>Fixed - writer, writeMode, writerAsync, writeBehindDelay, writeBehindBatchSize, loader, loaderAsync settings aren't applied to caches-native in Micronaut module<br /> Fixed - missed <code>caches-native</code> implementation for Micronaut 3.x and Micronaut 2.x<br /> Fixed - a new retry attempt to the same node isn't made for INFO_REPLICATION, SENTINEL_GET_MASTER_ADDR_BY_NAME, SENTINEL_SENTINELS, SENTINEL_SLAVES and CLUSTER_NODES commands<br /> Fixed - <code>RType.JSON</code> and <code>RType.STREAM</code> can't be resolved by <code>RKey.getType()</code> method<br /> Fixed - <code>RKeys.removeListener()</code> method doesn't remove <code>NewObjectListener</code> and <code>SetObjectListener</code><br /> Fixed - <code>copy()</code> method doesn't works with db (thanks to <a href="https://github.com/seakider"><code>@seakider</code></a>)<br /> Fixed - <code>maven.compiler.release</code> setting isn't defined<br /> Fixed - <code>RSearch.info()</code> method throws <code>NumberFormatException</code> (thanks to <a href="https://github.com/iamtakingiteasy"><code>@iamtakingiteasy</code></a>)<br /> Fixed - timeout parameters defined per object aren't applied to <code>RJsonBuckets</code> and <code>RJsonBucket</code> objects<br /> Fixed - RedisException is thrown by <code>.removeAll()</code> and <code>.indexOf()</code> methods of <code>RedissonSubList</code> object (thanks to <a href="https://github.com/seakider"><code>@seakider</code></a>)<br /> Fixed - wrong event keyspace name for <code>MapCacheNative</code> object (thanks to <a href="https://github.com/larryTheCoder"><code>@larryTheCoder</code></a>)<br /> Fixed - missed <code>rename()</code> and <code>renamenx()</code> methods implementation for <code>RIdGenerator</code>, <code>RMapCache</code> and <code>RTimeSeries</code> objects<br /> Fixed - <code>Kryo5Codec</code> doesn't handle <code>UnmodifiableCollection</code>, <code>SynchronizedCollection</code> and <code>CheckedCollection</code><br /> Fixed - <code>RRateLimiter</code> incorrect rate count in the event of an attempt to exceed the limit<br /> Fixed - <code>credentials-resolver</code>, <code>failed-slave-node-detector</code>, <code>command-mapper</code>, <code>name-mapper</code>, <code>nat-mapper</code> settings aren't recognized by Helidon and Quarkus<br /> Fixed - <code>RMultimapCacheReactive.expireKey()</code> method returns Single instead of Reactor Mono<br /> Fixed - <code>@RObjectField</code> annotation with codec option has no effect<br /> Fixed - an exception is thrown if the <code>@RObjectField</code> annotation is defined on a field<br /> Fixed - <code>RDestroyable.destroy()</code> method doesn't remove listeners<br /> Fixed - FailedSlaveNodeDetector's parameters by can't be defined in YAML config</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-Aug-2024 - 3.35.0 released</h3> <p>Feature - <code>INDEXEMPTY</code> option added to tag and text fields in <code>RSearch.createIndex()</code> method<br /> Feature - <code>INDEXMISSING</code> option added to all fields in <code>RSearch.createIndex()</code> method<br /> Feature - <code>StreamMessageId.LAST</code> option added<br /> Feature - <code>copy()</code> and <code>copyAndReplace()</code> methods added to <code>RObject</code> interface<br /> Feature - <a href="https://github.com/apache/fury">Apache Fury</a> codec support<br /> Feature - <code>RSetCache</code> object supports <code>TrackingListener</code>, <code>SetAddListener</code> and <code>SetRemoveListener</code> listeners<br /> Feature - <code>RClusteredMapCacheNative</code> object implemented. Requires Redis 7.4+<br /> Feature - <code>RLocalCachedMapCacheNative</code> object implemented. Requires Redis 7.4+<br /> Feature - <code>localcache_native</code> and <code>clustered_native</code> implementations added to Quarkus module. Requires Redis 7.4+<br /> Feature - <code>RedissonClusteredCacheNative</code> and <code>RedissonLocalCachedCacheNative</code> implementations added to MyBatis module. Requires Redis 7.4+ Feature - <code>RedissonClusteredSpringCacheNativeManager</code> and <code>RedissonSpringLocalCachedCacheNativeManager</code> implementations added to Spring Cache module. Requires Redis 7.4+<br /> Feature - <code>RedissonClusteredNativeRegionFactory</code> and <code>RedissonLocalCachedNativeRegionFactory</code> added to Hibernate module. Requires Redis 7.4+<br /> Feature - <code>local-caches-native</code> and <code>clustered-caches-native</code> implementations added to Micronaut module. Requires Redis 7.4+</p> <p>Improvement - <code>ProtobufCodec</code> memory allocation optimization<br /> Improvement - <a href="https://github.com/apache/fury">Apache Fury</a> codec optimization (thanks to <a href="https://github.com/chaokunyang"><code>@chaokunyang</code></a>)<br /> Improvement - quarkus should make an attempt to read config file using Thread's ContextClassLoader<br /> Improvement - quarkus should make an attempt to read config file using Thread's ContextClassLoader (thanks to <a href="https://github.com/seakider"><code>@seakider</code></a>)<br /> Improvement - don't take lock for <code>RMap.computeIfAbsent()</code> if only get is needed (thanks to <a href="https://github.com/shreyas-sprinklr"><code>@shreyas-sprinklr</code></a>)</p> <p>Fixed - writer, writeMode, writerAsync, writeBehindDelay, writeBehindBatchSize, loader, loaderAsync settings aren't applied to caches-native in Micronaut module<br /> Fixed - missed <code>caches-native</code> implementation for Micronaut 3.x and Micronaut 2.x<br /> Fixed - a new retry attempt to the same node isn't made for INFO_REPLICATION, SENTINEL_GET_MASTER_ADDR_BY_NAME, SENTINEL_SENTINELS, SENTINEL_SLAVES and CLUSTER_NODES commands<br /> Fixed - <code>RType.JSON</code> and <code>RType.STREAM</code> can't be resolved by <code>RKey.getType()</code> method<br /> Fixed - <code>RKeys.removeListener()</code> method doesn't remove <code>NewObjectListener</code> and <code>SetObjectListener</code><br /> Fixed - <code>copy()</code> method doesn't works with db (thanks to <a href="https://github.com/seakider"><code>@seakider</code></a>)<br /> Fixed - <code>maven.compiler.release</code> setting isn't defined<br /> Fixed - <code>RSearch.info()</code> method throws <code>NumberFormatException</code> (thanks to <a href="https://github.com/iamtakingiteasy"><code>@iamtakingiteasy</code></a>)<br /> Fixed - timeout parameters defined per object aren't applied to <code>RJsonBuckets</code> and <code>RJsonBucket</code> objects<br /> Fixed - RedisException is thrown by <code>.removeAll()</code> and <code>.indexOf()</code> methods of <code>RedissonSubList</code> object (thanks to <a href="https://github.com/seakider"><code>@seakider</code></a>)<br /> Fixed - wrong event keyspace name for <code>MapCacheNative</code> object (thanks to <a href="https://github.com/larryTheCoder"><code>@larryTheCoder</code></a>)<br /> Fixed - missed <code>rename()</code> and <code>renamenx()</code> methods implementation for <code>RIdGenerator</code>, <code>RMapCache</code> and <code>RTimeSeries</code> objects<br /> Fixed - <code>Kryo5Codec</code> doesn't handle <code>UnmodifiableCollection</code>, <code>SynchronizedCollection</code> and <code>CheckedCollection</code><br /> Fixed - <code>RRateLimiter</code> incorrect rate count in the event of an attempt to exceed the limit<br /> Fixed - <code>credentials-resolver</code>, <code>failed-slave-node-detector</code>, <code>command-mapper</code>, <code>name-mapper</code>, <code>nat-mapper</code> settings aren't recognized by Helidon and Quarkus<br /> Fixed - <code>RMultimapCacheReactive.expireKey()</code> method returns Single instead of Reactor Mono<br /> Fixed - <code>@RObjectField</code> annotation with codec option has no effect<br /> Fixed - an exception is thrown if the <code>@RObjectField</code> annotation is defined on a field<br /> Fixed - <code>RDestroyable.destroy()</code> method doesn't remove listeners<br /> Fixed - FailedSlaveNodeDetector's parameters by can't be defined in YAML config</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/redisson/redisson/commit/520bb669e9fefc73d569f293f8bcba5f608bfa83"><code>520bb66</code></a> [maven-release-plugin] prepare release redisson-3.35.0</li> <li><a href="https://github.com/redisson/redisson/commit/dd572a24d3be4d8ad995e19b3a9a4cd9a12c32d3"><code>dd572a2</code></a> Update README.md</li> <li><a href="https://github.com/redisson/redisson/commit/09bde0fb9c3353e8057374e367414089f783c3ba"><code>09bde0f</code></a> Fixed - retryAttempts and retryInterval settings don't apply to INFO_REPLICAT...</li> <li><a href="https://github.com/redisson/redisson/commit/4448bc3ab0bb8348acd80f091e10fb4eef12376a"><code>4448bc3</code></a> Fixed - retryAttempts and retryInterval settings don't apply to INFO_REPLICAT...</li> <li><a href="https://github.com/redisson/redisson/commit/1ba1cf6784ffbf3ad4975a7d753708be2849f452"><code>1ba1cf6</code></a> refactoring</li> <li><a href="https://github.com/redisson/redisson/commit/1f88b72b40977ea2d56e4805fa6e3f007e440169"><code>1f88b72</code></a> Merge branch 'master' of github.com:redisson/redisson</li> <li><a href="https://github.com/redisson/redisson/commit/d9f136c8f60d11acc13b87a8fad849155ed66b2f"><code>d9f136c</code></a> Fixed - writer, writeMode, writerAsync, writeBehindDelay, writeBehindBatchSiz...</li> <li><a href="https://github.com/redisson/redisson/commit/1ad7b2704ba30bf3469e28581e7657337cdda2d9"><code>1ad7b27</code></a> Update README.md</li> <li><a href="https://github.com/redisson/redisson/commit/79d041775a65bf838ca86c2100df52167501ca86"><code>79d0417</code></a> Update README.md</li> <li><a href="https://github.com/redisson/redisson/commit/532d6fccdf857b9ffd4e6c47151e3a2b4fb9361e"><code>532d6fc</code></a> Update README.md</li> <li>Additional commits viewable in <a href="https://github.com/redisson/redisson/compare/redisson-3.34.1...redisson-3.35.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: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org