You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2023/12/06 15:44:41 UTC

[PR] Bump org.redisson:redisson from 3.23.2 to 3.25.0 [camel]

dependabot[bot] opened a new pull request, #12336:
URL: https://github.com/apache/camel/pull/12336

   Bumps [org.redisson:redisson](https://github.com/redisson/redisson) from 3.23.2 to 3.25.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.25.0</h2>
   <p>Feature - RESP3 protocol support. <a href="https://github.com/redisson/redisson/wiki/2.-Configuration#protocol">protocol</a> setting added
   Feature - Spring Data Redis 3.2.0 implementation
   Feature - RSetCacheV2, RSetV2 objects with more effecient partitioning in Cluster added in <a href="https://redisson.pro/">PRO</a> version</p>
   <p>Improvement - SLF4j updated to 2.0.9 version</p>
   <p>Fixed - RFunction/RScript keys parameter accepts only String values
   Fixed - IP address instead of hostname is used in sentinel mode with SSL connection
   Fixed - Resources leak in Version.logVersion() method
   Fixed - RLiveObjectService.persist() method with varargs hangs in cluster mode
   Fixed - Redisson connection process may hang at start in some cases
   Fixed - EntryExpiredListener isn't invoked by RMapCache instance in Redis Cluster 7+
   Fixed - slave node in sentinel mode can't be recovered if it's a master node
   Fixed - JsonJacksonCodec fails to serialize Throwable on Java17 (thanks to <a href="https://github.com/tomjankes"><code>@​tomjankes</code></a>)
   Fixed - RBlockingDeque.move() throws an exception for empty result
   Fixed - RScoredSortedSet.pollFirstEntries(count) and pollLastEntries(count) methods return wrong result
   Fixed - BZMPOP command timeout isn't applied
   Fixed - getBlockingDeque(), getDeque(), getPriorityDeque(), getPriorityBlockingDeque() throw NoClassDefFoundError if JDK version &lt; 21
   Fixed - RLocalCachedMap.containsKey() method does not work properly if storeCacheMiss = true
   Fixed - RedissonRemoteService exceptions handling (thanks to <a href="https://github.com/mrmx"><code>@​mrmx</code></a>)
   Fixed - RSearch.info() method throws NumberFormatException
   Fixed - HttpSessionListener.sessionDestroyed() method isn't called if Tomcat Session deleted by the node which didn't create it
   Fixed - LZ4CodecV2 isn't compatible with LZ4Codec
   Fixed - RSearch GroupBy.reduce alias isn't applied (thanks to <a href="https://github.com/arjunE1395"><code>@​arjunE1395</code></a>)</p>
   <h2>redisson-3.24.3</h2>
   <p>Feature - Helidon 4.0 integration</p>
   <p>Fixed - <code>ERR invalid expire time</code> error is thrown during <code>RLock.unlock()</code> call if <code>retryAttempts = 0</code></p>
   <h2>redisson-3.24.2</h2>
   <p>Fixed - <code>IllegalArgument timeout...</code> error is throw during Redisson shutdown<br />
   Fixed - Intermittent Exception when creating <code>RLocalCachedMap</code> (regression since 3.24.1)<br />
   Fixed - <code>RSearch.aggregate()</code> doesn't apply <code>withCursor()</code> and <code>sortBy()</code> options correctly<br />
   Fixed - <code>MOVED redirection loop detected</code> error should be thrown only if both source and target addresses are equal</p>
   <h2>redisson-3.24.1</h2>
   <p>Feature - <code>writerRetryAttempts</code> and <code>writerRetryInterval</code> settings added to <code>MapOptions</code> object (thanks to <a href="https://github.com/zzhlhc"><code>@​zzhlhc</code></a>)<br />
   Feature - <code>RSortedSet</code> implements <code>RExpirable</code><br />
   Feature - <code>RBlockingQueue.pollFromAnyWithName()</code> method added<br />
   Feature - <code>org.redisson.codec.LZ4CodecV2</code> codec based on apache commons-compress added<br />
   Feature - Redis Cache async methods implementation introduced in Spring 6.1.0<br />
   Feature - <code>tcpKeepAliveCount</code>, <code>tcpKeepAliveIdle</code>, <code>tcpKeepAliveInterval</code>, <code>tcpUserTimeout</code> settings added<br />
   Feature - <code>subscriptionTimeout</code> setting added</p>
   <p>Fixed - <code>RedissonClient.shutdown()</code> method should be completed within timeout (thanks <a href="https://github.com/dgolombek"><code>@​dgolombek</code></a>)<br />
   Fixed - <code>RBuckets.trySet()</code>, <code>RBuckets.set()</code>, <code>RBuckets.get()</code>, <code>RKeys.touch()</code>, <code>RKeys.unlink()</code>, <code>RKeys.delete()</code>, <code>RKeys.countExists()</code> methods may hang after failover in Redis cluster<br />
   Fixed - exceptions aren't wrapped in <code>CacheException</code> for <code>containsKey()</code>, <code>getAll()</code> and <code>removeAll()</code> methods of <code>JCache</code><br />
   Fixed - Command execution timeout for command: (PING)</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>05-Dec-2023 - 3.25.0 released</h3>
   <p>Feature - RESP3 protocol support. <a href="https://github.com/redisson/redisson/wiki/2.-Configuration#protocol">protocol</a> setting added<br />
   Feature - Spring Data Redis 3.2.0 implementation<br />
   Feature - <code>RSetCacheV2</code>, <code>RSetV2</code> objects with more effecient partitioning in Cluster added in <a href="https://redisson.pro">PRO</a> version</p>
   <p>Improvement - SLF4j updated to 2.0.9 version</p>
   <p>Fixed - RFunction/RScript keys parameter accepts only String values<br />
   Fixed - IP address instead of hostname is used in sentinel mode with SSL connection<br />
   Fixed - Resources leak in <code>Version.logVersion()</code> method<br />
   Fixed - <code>RLiveObjectService.persist()</code> method with varargs hangs in cluster mode<br />
   Fixed - Redisson connection process may hang at start in some cases<br />
   Fixed - <code>EntryExpiredListener</code> isn't invoked by RMapCache instance in Redis Cluster 7+<br />
   Fixed - slave node in sentinel mode can't be recovered if it's a master node<br />
   Fixed - <code>JsonJacksonCodec</code> fails to serialize Throwable on Java17 (thanks to <a href="https://github.com/tomjankes"><code>@​tomjankes</code></a>)<br />
   Fixed - <code>RBlockingDeque.move()</code> throws an exception for empty result<br />
   Fixed - <code>RScoredSortedSet.pollFirstEntries(count)</code> and <code>pollLastEntries(count)</code> methods return wrong result<br />
   Fixed - <code>BZMPOP</code> command timeout isn't applied<br />
   Fixed - <code>getBlockingDeque()</code>, <code>getDeque()</code>, <code>getPriorityDeque()</code>, <code>getPriorityBlockingDeque()</code> throw <code>NoClassDefFoundError</code> if JDK version &lt; 21<br />
   Fixed - <code>RLocalCachedMap.containsKey()</code> method does not work properly if <code>storeCacheMiss = true</code><br />
   Fixed - <code>RedissonRemoteService</code> exceptions handling (thanks to <a href="https://github.com/mrmx"><code>@​mrmx</code></a>)<br />
   Fixed - <code>RSearch.info()</code> method throws <code>NumberFormatException</code><br />
   Fixed - <code>HttpSessionListener.sessionDestroyed()</code> method isn't called if Tomcat Session deleted by the node which didn't create it<br />
   Fixed - <code>LZ4CodecV2</code> isn't compatible with <code>LZ4Codec</code><br />
   Fixed - <code>RSearch</code> GroupBy.reduce alias isn't applied (thanks to <a href="https://github.com/arjunE1395"><code>@​arjunE1395</code></a>)</p>
   <h3>24-Oct-2023 - 3.24.3 released</h3>
   <p>Feature - Helidon 4.0 integration</p>
   <p>Fixed - <code>ERR invalid expire time</code> error is thrown during <code>RLock.unlock()</code> call if <code>retryAttempts = 0</code></p>
   <h3>22-Oct-2023 - 3.24.2 released</h3>
   <p>Fixed - <code>IllegalArgument timeout...</code> error is throw during Redisson shutdown<br />
   Fixed - Intermittent Exception when creating <code>RLocalCachedMap</code> (regression since 3.24.1)<br />
   Fixed - <code>RSearch.aggregate()</code> doesn't apply <code>withCursor()</code> and <code>sortBy()</code> options correctly<br />
   Fixed - <code>MOVED redirection loop detected</code> error should be thrown only if both source and target addresses are equal</p>
   <h3>18-Oct-2023 - 3.24.1 released</h3>
   <p>Feature - <code>writerRetryAttempts</code> and <code>writerRetryInterval</code> settings added to <code>MapOptions</code> object (thanks to <a href="https://github.com/zzhlhc"><code>@​zzhlhc</code></a>)<br />
   Feature - <code>RSortedSet</code> implements <code>RExpirable</code><br />
   Feature - <code>RBlockingQueue.pollFromAnyWithName()</code> method added<br />
   Feature - <code>org.redisson.codec.LZ4CodecV2</code> codec based on apache commons-compress added<br />
   Feature - Redis Cache async methods implementation introduced in Spring 6.1.0<br />
   Feature - <code>tcpKeepAliveCount</code>, <code>tcpKeepAliveIdle</code>, <code>tcpKeepAliveInterval</code>, <code>tcpUserTimeout</code> settings added<br />
   Feature - <code>subscriptionTimeout</code> setting added</p>
   <p>Fixed - <code>RedissonClient.shutdown()</code> method should be completed within timeout (thanks <a href="https://github.com/dgolombek"><code>@​dgolombek</code></a>)</p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/redisson/redisson/commit/d6bad0150985be456c490c82d8bb0eae835c64f9"><code>d6bad01</code></a> [maven-release-plugin] prepare release redisson-3.25.0</li>
   <li><a href="https://github.com/redisson/redisson/commit/153e893c794776233048857deea4cfb562910d95"><code>153e893</code></a> refactoring</li>
   <li><a href="https://github.com/redisson/redisson/commit/5b5d7366ab956218e45aa5d8b639b7f85eda5a50"><code>5b5d736</code></a> Intellij compilation fixed</li>
   <li><a href="https://github.com/redisson/redisson/commit/a6b7c9e920f7ec094d196024963e723abf24d2e5"><code>a6b7c9e</code></a> tests fixed</li>
   <li><a href="https://github.com/redisson/redisson/commit/df286a84b24a431e29518ac2e13ae548365a0188"><code>df286a8</code></a> Fixed - RFunction/RScript keys parameter accepts only Strings. <a href="https://redirect.github.com/redisson/redisson/issues/5480">#5480</a></li>
   <li><a href="https://github.com/redisson/redisson/commit/3a500b12accc78eff207dcd333170c502413ba79"><code>3a500b1</code></a> test fixed</li>
   <li><a href="https://github.com/redisson/redisson/commit/88f10fe50df150a22e419cfcb1d8997836ac3a8c"><code>88f10fe</code></a> useless test removed</li>
   <li><a href="https://github.com/redisson/redisson/commit/ed6d21e4c24aff7717a39d98a7b37cbd0a881a9d"><code>ed6d21e</code></a> Fixed - IP address instead of hostname is used in sentinel mode with SSL conn...</li>
   <li><a href="https://github.com/redisson/redisson/commit/2892b39c571857c13309de417508cd6d84a507af"><code>2892b39</code></a> test fixed</li>
   <li><a href="https://github.com/redisson/redisson/commit/8fdb9000205057e207d7d6b6760dc12feda25743"><code>8fdb900</code></a> refactoring</li>
   <li>Additional commits viewable in <a href="https://github.com/redisson/redisson/compare/redisson-3.23.2...redisson-3.25.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.23.2&new-version=3.25.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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] Bump org.redisson:redisson from 3.23.2 to 3.25.0 [camel]

Posted by "davsclaus (via GitHub)" <gi...@apache.org>.
davsclaus merged PR #12336:
URL: https://github.com/apache/camel/pull/12336


-- 
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-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] Bump org.redisson:redisson from 3.23.2 to 3.25.0 [camel]

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on PR #12336:
URL: https://github.com/apache/camel/pull/12336#issuecomment-1843152729

   :star2: Thank you for your contribution to the Apache Camel project! :star2: 
   
   :robot: CI automation will test this PR automatically.
   
   :camel: Apache Camel Committers, please review the following items:
   
   * First-time contributors **require MANUAL approval** for the GitHub Actions to run
   
   * You can use the command `/component-test (camel-)component-name1 (camel-)component-name2..` to request a test from the test bot.
   
   * You can label PRs using `build-all`, `build-dependents`, `skip-tests` and `test-dependents` to fine-tune the checks executed by this PR.
   
   * Build and test logs are available in the Summary page. **Only** [Apache Camel committers](https://camel.apache.org/community/team/#committers) have access to the summary. 
   
   * :warning: Be careful when sharing logs. Review their contents before sharing them publicly.


-- 
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-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org