dependabot[bot] opened a new pull request, #497:
URL: https://github.com/apache/karaf-decanter/pull/497

   Bumps [org.redisson:redisson](https://github.com/redisson/redisson) from 
3.45.1 to 3.50.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.49.0</h2>
   <p>Feature - <code>RClusteredScoredSortedSetRx</code>, 
<code>RClusteredScoredSortedSetReactive</code> interfaces added for 
<code>RClusteredScoredSortedSet</code> object<br />
   Feature - <code>iteratorAsync()</code> methods added to <code>RSet</code> 
object (thanks to <a 
href="https://github.com/seakider";><code>@​seakider</code></a>)<br />
   Feature - <code>readAllKeySetAsync(pattern)</code>, 
<code>readAllValuesAsync(pattern)</code> and 
<code>readAllEntrySetAsync()</code> methods added to RMap interface (thanks to 
<a href="https://github.com/seakider";><code>@​seakider</code></a>)<br />
   Feature - Redisson PRO license key can be defined through 
<code>redisson.pro.key</code> key stored in Valkey or Redis</p>
   <p>Fixed - local cache update in <code>putIfAbsent()</code>, 
<code>fastPutIfExists()</code> and <code>fastPutIfAbsent()</code> methods of 
<code>RLocalCachedMapCache</code> and 
<code>RClusteredLocalCachedMapCache</code> objects<br />
   Fixed - <code>RLocalCachedMapCacheNative</code> object in <code>storeMode = 
LOCALCACHE</code> may allocate extra connections and miss updates if 
<code>syncStrategy = UPDATE</code><br />
   Fixed - <code>RLocalCachedMapCacheNative.putIfAbsent()</code> method doesn't 
update local cache<br />
   Fixed - <code>RClusteredLocalCachedMapCacheNative</code> object in 
<code>storeMode = LOCALCACHE</code> may allocate extra connections and miss 
updates if <code>syncStrategy = UPDATE</code><br />
   Fixed - <code>RClusteredLocalCachedMapCacheNative.putIfAbsent()</code> 
method doesn't update local cache<br />
   Fixed - <code>RClusteredLocalCachedMapCache</code> object in <code>storeMode 
= LOCALCACHE</code> may allocate extra connections and miss updates if 
<code>syncStrategy = UPDATE</code><br />
   Fixed - <code>RLocalCachedMapCache</code> object in <code>storeMode = 
LOCALCACHE</code> may allocate extra connections and miss updates if 
<code>syncStrategy = UPDATE</code><br />
   Fixed - <code>put()</code>, <code>fastPutIfAbsent()</code>, 
<code>putIfAbsent()</code> methods of <code>RLocalCachedMapCacheV2</code> in 
<code>storeMode = LOCALCACHE</code> may allocate extra connections and miss 
updates if <code>syncStrategy = UPDATE</code><br />
   Fixed - <code>RLocalCachedJsonStore</code> object in <code>storeMode = 
LOCALCACHE</code> may allocate extra connections and miss updates if 
<code>syncStrategy = UPDATE</code><br />
   Fixed - missed classes added to the Hibernate 7 module<br />
   Fixed - <code>retryAttempts</code> setting value limit (thanks to <a 
href="https://github.com/seakider";><code>@​seakider</code></a>)<br />
   Fixed - <code>RObject.rename()</code> method doesn't work in batch mode if 
the new and old name slots match<br />
   Fixed - minTimeout value calculation for HashedWheelTimer object<br />
   Fixed - <code>codec</code>, <code>loader</code> and <code>writer</code> 
settings can't be parsed in Micronaut cache yaml configuration<br />
   Fixed - environment variables for Redisson configuration can't be used with 
Micronaut 4</p>
   <h2>redisson-3.48.0</h2>
   <p>Feature - <code>retryDelay</code> and <code>reconnectionDelay</code> <a 
href="https://redisson.pro/docs/api-models/#command-execution-reliability";>settings</a>
 added, allowing to define a delay strategy. Available implementations: 
<code>FullJitterDelay</code>, <code>EqualJitterDelay</code>, 
<code>DecorrelatedJitterDelay</code> and <code>ConstantDelay</code>. Default is 
<code>EqualJitterDelay</code><br />
   Feature - <a 
href="https://redisson.pro/docs/data-and-services/collections/#vector-set";>Vector
 Set</a> object added<br />
   Feature - Spring Data Redis 3.5.0 implementation<br />
   Feature - Hibernate 7 support added</p>
   <p>Improvement - <code>RClusteredMapCache</code> eviction process 
optimization</p>
   <p>Fixed - <code>RLocalCachedMap</code> with <code>storeMode = 
LOCALCACHE</code> may allocate extra connections and miss updates if 
<code>syncStrategy = UPDATE</code><br />
   Fixed - <code>RClusteredLocalCachedMap</code> with <code>storeMode = 
LOCALCACHE</code> may allocate extra connections and miss updates if 
<code>syncStrategy = UPDATE</code><br />
   Fixed - <code>RLocalCachedMapCacheV2</code> with <code>storeMode = 
LOCALCACHE</code> may allocate extra connections and miss updates if 
<code>syncStrategy = UPDATE</code><br />
   Fixed - <code>RLocalCachedMapCacheV2</code> local cache updates<br />
   Fixed - <code>QueueTransferTask</code> throws NPE<br />
   Fixed - unknown command error is thrown if <code>RLock</code> object is used 
on Valkey Serverless deployment<br />
   Fixed - the count parameter of <code>RMap.valuesAsync()</code> method should 
not affect result<br />
   Fixed - <code>NOSCRIPT</code> error is thrown after failover by 
<code>RLock</code> methods<br />
   Fixed - RESP3 boolean value parsing</p>
   <h2>redisson-3.47.0</h2>
   <p>Feature - <a 
href="https://redisson.pro/docs/data-and-services/queues/#reliable-fanout";>ReliableFanout</a>
 object added<br />
   Feature - <a 
href="https://redisson.pro/docs/data-and-services/queues/#configuration";>processingMode</a>
 setting added to <code>RReliableQueue</code> config<br />
   Feature - <a 
href="https://redisson.pro/docs/data-and-services/queues/#listeners";>listeners</a>
 added to <code>RReliableQueue</code> object<br />
   Feature - <a 
href="https://redisson.pro/docs/data-and-services/queues/#metrics";>metrics</a> 
added to <code>RReliableQueue</code> object<br />
   Feature - <code>disableOperation()</code> and <code>enableOperation()</code> 
methods added to <code>RReliableQueue</code> object<br />
   Feature - <code>get()</code> and <code>getAll()</code> methods added to 
<code>RReliableQueue</code> object<br />
   Feature - <code>pollBatchSize</code>, <code>visibilityTimeout</code>, 
<code>negativeAcknowledgeDelay</code> consumer settings added to Spring Cloud 
Stream Binder<br />
   Feature - <code>RReliableQueue</code> implements <code>RDestroyable</code> 
interface<br />
   Feature - <code>readDiffEntries()</code>, 
<code>readIntersectionEntries()</code>, <code>readUnionEntries()</code> methods 
added to RScoredSortedSet (thanks to <a 
href="https://github.com/seakider";><code>@​seakider</code></a>)</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>
   <h1>Redisson Releases History</h1>
   <p>Upgrade to <strong><a href="https://redisson.pro";>Redisson 
PRO</a></strong> with <strong>advanced features</strong>.</p>
   <h3>04-Jun-2025 - 3.49.0 released</h3>
   <p>Feature - <code>RClusteredScoredSortedSetRx</code>, 
<code>RClusteredScoredSortedSetReactive</code> interfaces added for 
<code>RClusteredScoredSortedSet</code> object<br />
   Feature - <code>iteratorAsync()</code> methods added to <code>RSet</code> 
object (thanks to <a 
href="https://github.com/seakider";><code>@​seakider</code></a>)<br />
   Feature - <code>readAllKeySetAsync(pattern)</code>, 
<code>readAllValuesAsync(pattern)</code> and 
<code>readAllEntrySetAsync()</code> methods added to RMap interface (thanks to 
<a href="https://github.com/seakider";><code>@​seakider</code></a>)<br />
   Feature - Redisson PRO license key can be defined through 
<code>redisson.pro.key</code> key stored in Valkey or Redis</p>
   <p>Fixed - local cache update in <code>putIfAbsent()</code>, 
<code>fastPutIfExists()</code> and <code>fastPutIfAbsent()</code> methods of 
<code>RLocalCachedMapCache</code> and 
<code>RClusteredLocalCachedMapCache</code> objects<br />
   Fixed - <code>RLocalCachedMapCacheNative</code> object in <code>storeMode = 
LOCALCACHE</code> may allocate extra connections and miss updates if 
<code>syncStrategy = UPDATE</code><br />
   Fixed - <code>RLocalCachedMapCacheNative.putIfAbsent()</code> method doesn't 
update local cache<br />
   Fixed - <code>RClusteredLocalCachedMapCacheNative</code> object in 
<code>storeMode = LOCALCACHE</code> may allocate extra connections and miss 
updates if <code>syncStrategy = UPDATE</code><br />
   Fixed - <code>RClusteredLocalCachedMapCacheNative.putIfAbsent()</code> 
method doesn't update local cache<br />
   Fixed - <code>RClusteredLocalCachedMapCache</code> object in <code>storeMode 
= LOCALCACHE</code> may allocate extra connections and miss updates if 
<code>syncStrategy = UPDATE</code><br />
   Fixed - <code>RLocalCachedMapCache</code> object in <code>storeMode = 
LOCALCACHE</code> may allocate extra connections and miss updates if 
<code>syncStrategy = UPDATE</code><br />
   Fixed - <code>put()</code>, <code>fastPutIfAbsent()</code>, 
<code>putIfAbsent()</code> methods of <code>RLocalCachedMapCacheV2</code> in 
<code>storeMode = LOCALCACHE</code> may allocate extra connections and miss 
updates if <code>syncStrategy = UPDATE</code><br />
   Fixed - <code>RLocalCachedJsonStore</code> object in <code>storeMode = 
LOCALCACHE</code> may allocate extra connections and miss updates if 
<code>syncStrategy = UPDATE</code><br />
   Fixed - missed classes added to the Hibernate 7 module<br />
   Fixed - <code>retryAttempts</code> setting value limit (thanks to <a 
href="https://github.com/seakider";><code>@​seakider</code></a>)<br />
   Fixed - <code>RObject.rename()</code> method doesn't work in batch mode if 
the new and old name slots match<br />
   Fixed - minTimeout value calculation for HashedWheelTimer object<br />
   Fixed - <code>codec</code>, <code>loader</code> and <code>writer</code> 
settings can't be parsed in Micronaut cache yaml configuration<br />
   Fixed - environment variables for Redisson configuration can't be used with 
Micronaut 4</p>
   <h3>27-May-2025 - 3.48.0 released</h3>
   <p>Feature - <code>retryDelay</code> and <code>reconnectionDelay</code> <a 
href="https://redisson.pro/docs/api-models/#command-execution-reliability";>settings</a>
 added, allowing to define a delay strategy. Available implementations: 
<code>FullJitterDelay</code>, <code>EqualJitterDelay</code>, 
<code>DecorrelatedJitterDelay</code> and <code>ConstantDelay</code>. Default is 
<code>EqualJitterDelay</code><br />
   Feature - <a 
href="https://redisson.pro/docs/data-and-services/collections/#vector-set";>Vector
 Set</a> object added<br />
   Feature - Spring Data Redis 3.5.0 implementation<br />
   Feature - Hibernate 7 support added</p>
   <p>Improvement - <code>RClusteredMapCache</code> eviction process 
optimization</p>
   <p>Fixed - <code>RLocalCachedMap</code> with <code>storeMode = 
LOCALCACHE</code> may allocate extra connections and miss updates if 
<code>syncStrategy = UPDATE</code><br />
   Fixed - <code>RClusteredLocalCachedMap</code> with <code>storeMode = 
LOCALCACHE</code> may allocate extra connections and miss updates if 
<code>syncStrategy = UPDATE</code><br />
   Fixed - <code>RLocalCachedMapCacheV2</code> with <code>storeMode = 
LOCALCACHE</code> may allocate extra connections and miss updates if 
<code>syncStrategy = UPDATE</code><br />
   Fixed - <code>RLocalCachedMapCacheV2</code> local cache updates<br />
   Fixed - <code>QueueTransferTask</code> throws NPE<br />
   Fixed - unknown command error is thrown if <code>RLock</code> object is used 
on Valkey Serverless deployment<br />
   Fixed - the count parameter of <code>RMap.valuesAsync()</code> method should 
not affect result<br />
   Fixed - <code>NOSCRIPT</code> error is thrown after failover by 
<code>RLock</code> methods<br />
   Fixed - RESP3 boolean value parsing</p>
   <h3>21-May-2025 - 3.47.0 released</h3>
   <p>Feature - <a 
href="https://redisson.pro/docs/data-and-services/queues/#reliable-fanout";>ReliableFanout</a>
 object added</p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/redisson/redisson/commit/f192ec1594323dfd81a3bf87affe53d0dac11752";><code>f192ec1</code></a>
 [maven-release-plugin] prepare release redisson-3.50.0</li>
   <li><a 
href="https://github.com/redisson/redisson/commit/bb0af49512c299185d2888a1d4716bb34dd7fc80";><code>bb0af49</code></a>
 refactoring</li>
   <li><a 
href="https://github.com/redisson/redisson/commit/a4e7ad1af1ffb44b565db80c2814818fc3e08ac7";><code>a4e7ad1</code></a>
 Merge pull request <a 
href="https://redirect.github.com/redisson/redisson/issues/6612";>#6612</a> from 
redisson/dependabot/maven/org.msgpack-jackson-d...</li>
   <li><a 
href="https://github.com/redisson/redisson/commit/3ecb570cd6d60076284bf909efaf85c19851b639";><code>3ecb570</code></a>
 Merge pull request <a 
href="https://redirect.github.com/redisson/redisson/issues/6613";>#6613</a> from 
redisson/dependabot/maven/org.mybatis-mybatis-3...</li>
   <li><a 
href="https://github.com/redisson/redisson/commit/7552773b1124bccb81ea3f3216ce6d5ff47d6361";><code>7552773</code></a>
 Merge pull request <a 
href="https://redirect.github.com/redisson/redisson/issues/6614";>#6614</a> from 
redisson/dependabot/maven/org.slf4j-slf4j-api-2...</li>
   <li><a 
href="https://github.com/redisson/redisson/commit/e0f854f12f0daabbc3f6878946519f22fbfaf852";><code>e0f854f</code></a>
 refactoring</li>
   <li><a 
href="https://github.com/redisson/redisson/commit/bc8c53c5c3778635b7241c7abba8f81a4845b3e5";><code>bc8c53c</code></a>
 Merge pull request <a 
href="https://redirect.github.com/redisson/redisson/issues/6642";>#6642</a> from 
redisson/alert-autofix-13</li>
   <li><a 
href="https://github.com/redisson/redisson/commit/544ca2ecd8a58f87554c7342f698eba303b57e09";><code>544ca2e</code></a>
 Merge pull request <a 
href="https://redirect.github.com/redisson/redisson/issues/6641";>#6641</a> from 
redisson/alert-autofix-12</li>
   <li><a 
href="https://github.com/redisson/redisson/commit/c162de8457df5834e9ec211c3493a37d4f75f564";><code>c162de8</code></a>
 libs updated</li>
   <li><a 
href="https://github.com/redisson/redisson/commit/5b49337dea87c799e1bc6736823c6cc651e06e98";><code>5b49337</code></a>
 libs updated</li>
   <li>Additional commits viewable in <a 
href="https://github.com/redisson/redisson/compare/redisson-3.45.1...redisson-3.50.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.45.1&new-version=3.50.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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to