dependabot[bot] opened a new pull request, #1804: URL: https://github.com/apache/maven-resolver/pull/1804
Bumps [org.redisson:redisson](https://github.com/redisson/redisson) from 4.2.0 to 4.3.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-4.3.0</h2> <p>Feature - <a href="https://redisson.pro/docs/messaging/#jms-api-implementation">JMS API</a> implemented<br /> Feature - <a href="https://redisson.pro/docs/data-and-services/objects/#cuckoo-filter">RCuckooFilter</a> object added<br /> Feature - Local cached Reactive Spring Session implemented<br /> Feature - <code>RBitSet.bitField()</code> method added (thanks to <a href="https://github.com/bandalgomsu"><code>@bandalgomsu</code></a>)<br /> Feature - <code>RBatch.getBloomFilterNative()</code> method added<br /> Feature - <code>StreamAddArgs.idempotentProducerId()</code> method added<br /> Feature - <code>hashCode()/equlas()</code> methods added to <code>StreamRangeParams</code> object (thanks to <a href="https://github.com/bandalgomsu"><code>@bandalgomsu</code></a>)<br /> Feature - <code>Message.getDeliveries()</code> method added</p> <p>Improvement - <code>tcpKeepAlive</code> setting is <code>true</code> by default</p> <p>Fixed - <code>RReliablePubSubTopic.setConfigIfAbsent()</code> throws NPE<br /> Fixed - <code>Message.getCreationTime()</code> returns <code>null</code> for messages stored in <code>RReliableQueue</code><br /> Fixed - corrupted <code>Input</code> object shouldn't be returned to the pool in <code>Kryo5Codec</code><br /> Fixed - increased char array in <code>Kryo5Codec</code> isn't cleared when the <code>Input.reset()</code> method is invoked<br /> Fixed - traffic burst may block <code>RRateLimiter</code> indefinitely<br /> Fixed - attempt to unlock lock, not locked by current thread by node id error (thanks to <a href="https://github.com/seakider"><code>@seakider</code></a>)<br /> Fixed - <code>RTopicPattern</code> resubscription after failover (thanks to <a href="https://github.com/peterhalicky"><code>@peterhalicky</code></a>)<br /> Fixed - <code>RBloomFilterNative</code>'s <code>add()</code>, <code>exists()</code>, <code>count()</code> return type<br /> Fixed - Spring Data <code>ReactiveKeyCommands.scan()</code> method throws NPE if <code>count</code> setting isn't defined</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>2-Mar-2025 - 4.3.0 released</h3> <p>Feature - <a href="https://redisson.pro/docs/messaging/#jms-api-implementation">JMS API</a> implemented<br /> Feature - <a href="https://redisson.pro/docs/data-and-services/objects/#cuckoo-filter">RCuckooFilter</a> object added<br /> Feature - Local cached Reactive Spring Session implemented<br /> Feature - <code>RBitSet.bitField()</code> method added (thanks to <a href="https://github.com/bandalgomsu"><code>@bandalgomsu</code></a>)<br /> Feature - <code>RBatch.getBloomFilterNative()</code> method added<br /> Feature - <code>StreamAddArgs.idempotentProducerId()</code> method added<br /> Feature - <code>hashCode()/equlas() methods added to </code>StreamRangeParams<code>object (thanks to @bandalgomsu) Feature -</code>Message.getDeliveries()` method added</p> <p>Improvement - <code>tcpKeepAlive</code> setting is <code>true</code> by default</p> <p>Fixed - <code>RReliablePubSubTopic.setConfigIfAbsent()</code> throws NPE<br /> Fixed - <code>Message.getCreationTime()</code> returns <code>null</code> for messages stored in <code>RReliableQueue</code><br /> Fixed - corrupted <code>Input</code> object shouldn't be returned to the pool in <code>Kryo5Codec</code><br /> Fixed - increased char array in <code>Kryo5Codec</code> isn't cleared when the <code>Input.reset()</code> method is invoked<br /> Fixed - traffic burst may block <code>RRateLimiter</code> indefinitely<br /> Fixed - attempt to unlock lock, not locked by current thread by node id error (thanks to <a href="https://github.com/seakider"><code>@seakider</code></a>)<br /> Fixed - <code>RTopicPattern</code> resubscription after failover (thanks to <a href="https://github.com/peterhalicky"><code>@peterhalicky</code></a>)<br /> Fixed - <code>RBloomFilterNative</code>'s <code>add()</code>, <code>exists()</code>, <code>count()</code> return type<br /> Fixed - Spring Data <code>ReactiveKeyCommands.scan()</code> method throws NPE if <code>count</code> setting isn't defined</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/redisson/redisson/commit/10e575150419094fd25ca24430411a49b7c59990"><code>10e5751</code></a> [maven-release-plugin] prepare release redisson-4.3.0</li> <li><a href="https://github.com/redisson/redisson/commit/afce3daf89b7c6e9d1bcb79770010de5c5cb7f8a"><code>afce3da</code></a> test fixed</li> <li><a href="https://github.com/redisson/redisson/commit/b40487d5eef63f15268b78f440f0a9902b262b0f"><code>b40487d</code></a> Merge branch 'master' of github.com:redisson/redisson</li> <li><a href="https://github.com/redisson/redisson/commit/707c8ba389eb9f0437aa469b7af23324c6028a3d"><code>707c8ba</code></a> docs updated</li> <li><a href="https://github.com/redisson/redisson/commit/2e01221f8d9f400c23fabf7fd2bc3f53a037acee"><code>2e01221</code></a> Update README.md</li> <li><a href="https://github.com/redisson/redisson/commit/ad458b4caf0cb2502b38248bef97209180036fbb"><code>ad458b4</code></a> build fixed</li> <li><a href="https://github.com/redisson/redisson/commit/7ff5b1dda4b34ef2416e1831144a521ed5963ad5"><code>7ff5b1d</code></a> libs updated</li> <li><a href="https://github.com/redisson/redisson/commit/a1481d1844d8b433c31445fa56f5378db004a1a6"><code>a1481d1</code></a> Merge branch 'master' of github.com:redisson/redisson</li> <li><a href="https://github.com/redisson/redisson/commit/5d1b3ec68b4b5afa5bb45a080c038fb17ae927ee"><code>5d1b3ec</code></a> libs updated</li> <li><a href="https://github.com/redisson/redisson/commit/80560cd95175c0ea368741f06316f7e2555e1af1"><code>80560cd</code></a> Merge pull request <a href="https://redirect.github.com/redisson/redisson/issues/6989">#6989</a> from bandalgomsu/<a href="https://redirect.github.com/redisson/redisson/issues/6956">gh-6956</a></li> <li>Additional commits viewable in <a href="https://github.com/redisson/redisson/compare/redisson-4.2.0...redisson-4.3.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 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
