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

   Bumps [org.redisson:redisson](https://github.com/redisson/redisson) from 
3.38.1 to 3.45.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.45.0</h2>
   <p>Feature - added <code>max-size</code> setting for Quarkus Cache
   Feature - <code>RedissonSpringCacheV2Manager</code> and 
<code>RedissonSpringLocalCachedCacheV2Manager</code> support maxSize setting
   Feature - <code>RedissonRegionV2Factory</code> and 
<code>RedissonLocalCachedV2RegionFactory</code> in Hibernate support 
eviction.max_entries setting
   Feature - <code>RedissonCacheV2</code> and 
<code>RedissonLocalCachedCacheV2</code> in MyBatis support <code>maxSize</code> 
settings
   Feature - <code>maxSize</code> setting support by 
<code>redisson.caches-v2.*</code> and <code>redisson.local-caches-v2.*</code> 
cache configurations in Micronaut
   Feature - <code>RMapCacheV2.setMaxSize()</code> method added
   Feature - <code>RClusteredLocalCachedMapCacheNative</code> object added with 
data partitioning, local cache and native eviction
   Feature - <code>RedissonClusteredSpringLocalCachedCacheNativeManager</code> 
object added with data partitioning, local cache and native eviction
   Feature - added Micronaut 
<code>redisson.clustered-local-caches-native.*</code> cache with data 
partitioning, local cache and native eviction
   Feature - added Hibernate 
<code>RedissonClusteredLocalCachedNativeRegionFactory</code> cache with data 
partitioning, local cache and native eviction
   Feature - added Quarkus <code>CLUSTERED_LOCALCACHE_NATIVE</code> cache with 
data partitioning, local cache and native eviction
   Feature - added MyBatis <code>RedissonClusteredLocalCachedCacheNative</code> 
cache with data partitioning, local cache and native eviction
   Feature - added JCache implementation with local cache and advanced eviction
   Feature - added JCache implementation with local cache and native eviction
   Feature - added JCache implementation with data partitioning, local cache 
and native eviction
   Feature - ability to set eviction mode via Spring <code>CacheConfig</code> 
object (thanks to <a href="https://github.com/JKord";><code>@​JKord</code></a>)
   Feature - RBitSet.get(long...) method added (thanks to <a 
href="https://github.com/seakider";><code>@​seakider</code></a>)
   Feature - RBlockingQueue.pollLastFromAnyWithName() method added (thanks to 
<a href="https://github.com/seakider";><code>@​seakider</code></a>)
   Feature - getReferenceCount(), getAccessFrequency(), getInternalEncoding() 
methods added to RObject interface (thanks to <a 
href="https://github.com/seakider";><code>@​seakider</code></a>)
   Feature - RExecutorService.deregisterWorkers() method added<br />
   Feature - <code>valuesAsync()</code> and <code>entrySetAsync</code> methods 
added to <code>RMap</code> interface (thanks to <a 
href="https://github.com/seakider";><code>@​seakider</code></a>)</p>
   <p>Improvement - validate PARAMS in <code>RSearch.search()</code> method 
(thanks to <a 
href="https://github.com/seakider";><code>@​seakider</code></a>)</p>
   <p>Fixed - delete() method doesn't work in non-clustered mode for 
<code>RLocalCachedJsonStore</code>, <code>RLocalCachedMapCacheV2</code> objects
   Fixed - clustered local cached JCache doesn't use 
<code>storeCacheMiss</code> setting<br />
   Fixed - JCache with native and advanced eviction don't work in cluster mode
   Fixed - clustered local cached <code>JCache.put()</code> method may throw a 
CROSSLOT error<br />
   Fixed - <code>put()</code> method of local cached JCache instance may not 
update local cache<br />
   Fixed - <code>remove()</code> and <code>removeAll()</code> methods of local 
cached JCache instance don't update the local cache of other instances
   Fixed - <code>putAll()</code> and <code>clear()</code> methods of JCacheV2 
may not work
   Fixed - <code>RedissonClusteredSpringCacheNativeManager</code> properties 
validation<br />
   Fixed - <code>RedissonSpringLocalCachedCacheV2Manager</code> properties 
validation<br />
   Fixed - <code>RedissonSpringLocalCachedCacheNativeManager</code> can't be 
created using a yaml configuration file<br />
   Fixed - <code>RedissonSpringLocalCachedCacheNativeManager</code> throws an 
<code>ClassCastException</code> if cache wasn't defined in the configuration<br 
/>
   Fixed - <code>RLocalCachedMapCache.getAll()</code> method may return an 
incorrect result<br />
   Fixed - <code>RLocalCachedMapCacheNative.getAll()</code> method may return 
an incorrect result<br />
   Fixed - missed implementation of <code>expireEntriesIfNotSet()</code>, 
<code>expireEntriesIfLess()</code> and <code>expireEntriesIfGreater()</code> 
methods of RClusteredMapCacheNative
   Fixed - missed implementation of <code>expireEntriesIfLess()</code> and 
<code>expireEntriesIfGreater()</code> methods of RLocalCachedMapCacheNative
   Fixed - <code>RJsonStore.isExists()</code> method doesn't work
   Fixed - JCacheV2 entry name generation fixed
   Fixed - <code>RMapCacheV2.isExists()</code> method optimization
   Fixed - <code>RedissonSpringLocalCachedCacheV2Manager</code> throws an 
ClassCastException if cache wasn't defined in the configuration
   Fixed - <code>RedissonSpringLocalCachedCacheV2Manager</code> can't be 
created using a yaml configuration file
   Fixed - <code>RLocalCachedMapCacheV2</code>, 
<code>RLocalCachedJsonStore</code>, <code>RSetV2</code>, 
<code>RSetCacheV2</code>, <code>JCacheV2</code>, <code>RMapCacheV2</code> don't 
work if <code>useScriptCache = true</code>
   Fixed - LUA error when <code>RedissonMapCache.putAll(Map)</code> is invoked 
with listeners (thanks to <a 
href="https://github.com/max";><code>@​max</code></a>.huang)<br />
   Fixed - <code>ProtobufCodec</code> compatibility with the latest protobuf 
version (thanks to <a 
href="https://github.com/zzhlhc";><code>@​zzhlhc</code></a>)<br />
   Fixed - <code>RFairLock</code> attempt to compare nil with number (thanks to 
<a href="https://github.com/seakider";><code>@​seakider</code></a>)
   Fixed - incorrect parsing of <code>PubSubType.UNSUBSCRIBE</code> command 
with non-English locale</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>21-Feb-2025 - 3.45.0 released</h3>
   <p>Feature - added <code>max-size</code> setting for Quarkus Cache<br />
   Feature - <code>RedissonSpringCacheV2Manager</code> and 
<code>RedissonSpringLocalCachedCacheV2Manager</code> support maxSize setting<br 
/>
   Feature - <code>RedissonRegionV2Factory</code> and 
<code>RedissonLocalCachedV2RegionFactory</code> in Hibernate support 
eviction.max_entries setting<br />
   Feature - <code>RedissonCacheV2</code> and 
<code>RedissonLocalCachedCacheV2</code> in MyBatis support <code>maxSize</code> 
settings<br />
   Feature - <code>maxSize</code> setting support by 
<code>redisson.caches-v2.*</code> and <code>redisson.local-caches-v2.*</code> 
cache configurations in Micronaut<br />
   Feature - <code>RMapCacheV2.setMaxSize()</code> method added<br />
   Feature - <code>RClusteredLocalCachedMapCacheNative</code> object added with 
data partitioning, local cache and native eviction<br />
   Feature - <code>RedissonClusteredSpringLocalCachedCacheNativeManager</code> 
object added with data partitioning, local cache and native eviction<br />
   Feature - added Micronaut 
<code>redisson.clustered-local-caches-native.*</code> cache with data 
partitioning, local cache and native eviction<br />
   Feature - added Hibernate 
<code>RedissonClusteredLocalCachedNativeRegionFactory</code> cache with data 
partitioning, local cache and native eviction<br />
   Feature - added Quarkus <code>CLUSTERED_LOCALCACHE_NATIVE</code> cache with 
data partitioning, local cache and native eviction<br />
   Feature - added MyBatis <code>RedissonClusteredLocalCachedCacheNative</code> 
cache with data partitioning, local cache and native eviction<br />
   Feature - added JCache implementation with local cache and advanced 
eviction<br />
   Feature - added JCache implementation with local cache and native 
eviction<br />
   Feature - added JCache implementation with data partitioning, local cache 
and native eviction<br />
   Feature - ability to set eviction mode via Spring <code>CacheConfig</code> 
object (thanks to <a 
href="https://github.com/JKord";><code>@​JKord</code></a>)<br />
   Feature - RBitSet.get(long...) method added (thanks to <a 
href="https://github.com/seakider";><code>@​seakider</code></a>)<br />
   Feature - RBlockingQueue.pollLastFromAnyWithName() method added (thanks to 
<a href="https://github.com/seakider";><code>@​seakider</code></a>)<br />
   Feature - getReferenceCount(), getAccessFrequency(), getInternalEncoding() 
methods added to RObject interface (thanks to <a 
href="https://github.com/seakider";><code>@​seakider</code></a>)<br />
   Feature - RExecutorService.deregisterWorkers() method added<br />
   Feature - <code>valuesAsync()</code> and <code>entrySetAsync</code> methods 
added to <code>RMap</code> interface (thanks to <a 
href="https://github.com/seakider";><code>@​seakider</code></a>)</p>
   <p>Improvement - validate PARAMS in <code>RSearch.search()</code> method 
(thanks to <a 
href="https://github.com/seakider";><code>@​seakider</code></a>)</p>
   <p>Fixed - delete() method doesn't work in non-clustered mode for 
<code>RLocalCachedJsonStore</code>, <code>RLocalCachedMapCacheV2</code> objects
   Fixed - clustered local cached JCache doesn't use 
<code>storeCacheMiss</code> setting<br />
   Fixed - JCache with native and advanced eviction don't work in cluster mode
   Fixed - clustered local cached <code>JCache.put()</code> method may throw a 
CROSSLOT error<br />
   Fixed - <code>put()</code> method of local cached JCache instance may not 
update local cache<br />
   Fixed - <code>remove()</code> and <code>removeAll()</code> methods of local 
cached JCache instance don't update the local cache of other instances
   Fixed - <code>putAll()</code> and <code>clear()</code> methods of JCacheV2 
may not work
   Fixed - <code>RedissonClusteredSpringCacheNativeManager</code> properties 
validation<br />
   Fixed - <code>RedissonSpringLocalCachedCacheV2Manager</code> properties 
validation<br />
   Fixed - <code>RedissonSpringLocalCachedCacheNativeManager</code> can't be 
created using a yaml configuration file<br />
   Fixed - <code>RedissonSpringLocalCachedCacheNativeManager</code> throws an 
<code>ClassCastException</code> if cache wasn't defined in the configuration<br 
/>
   Fixed - <code>RLocalCachedMapCache.getAll()</code> method may return an 
incorrect result<br />
   Fixed - <code>RLocalCachedMapCacheNative.getAll()</code> method may return 
an incorrect result<br />
   Fixed - missed implementation of <code>expireEntriesIfNotSet()</code>, 
<code>expireEntriesIfLess()</code> and <code>expireEntriesIfGreater()</code> 
methods of RClusteredMapCacheNative
   Fixed - missed implementation of <code>expireEntriesIfLess()</code> and 
<code>expireEntriesIfGreater()</code> methods of RLocalCachedMapCacheNative
   Fixed - <code>RJsonStore.isExists()</code> method doesn't work
   Fixed - JCacheV2 entry name generation fixed
   Fixed - <code>RMapCacheV2.isExists()</code> method optimization
   Fixed - <code>RedissonSpringLocalCachedCacheV2Manager</code> throws an 
ClassCastException if cache wasn't defined in the configuration
   Fixed - <code>RedissonSpringLocalCachedCacheV2Manager</code> can't be 
created using a yaml configuration file
   Fixed - <code>RLocalCachedMapCacheV2</code>, 
<code>RLocalCachedJsonStore</code>, <code>RSetV2</code>, 
<code>RSetCacheV2</code>, <code>JCacheV2</code>, <code>RMapCacheV2</code> don't 
work if <code>useScriptCache = true</code>
   Fixed - LUA error when <code>RedissonMapCache.putAll(Map)</code> is invoked 
with listeners (thanks to <a 
href="https://github.com/max";><code>@​max</code></a>.huang)<br />
   Fixed - <code>ProtobufCodec</code> compatibility with the latest protobuf 
version (thanks to <a 
href="https://github.com/zzhlhc";><code>@​zzhlhc</code></a>)<br />
   Fixed - <code>RFairLock</code> attempt to compare nil with number (thanks to 
<a href="https://github.com/seakider";><code>@​seakider</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/9728f9cf957e507e0c680b2ec9e1590b33f7c220";><code>9728f9c</code></a>
 [maven-release-plugin] prepare release redisson-3.45.0</li>
   <li><a 
href="https://github.com/redisson/redisson/commit/485ae82946e01e8e3d904c0fee308cec7c412ee8";><code>485ae82</code></a>
 Merge pull request <a 
href="https://redirect.github.com/redisson/redisson/issues/6449";>#6449</a> from 
seakider/feature_valuesAsync</li>
   <li><a 
href="https://github.com/redisson/redisson/commit/c504b022d02ce58ebae9af7a710b39ea56efff49";><code>c504b02</code></a>
 Feature - Obtain values from RMap, based on key pattern, asynchronously</li>
   <li><a 
href="https://github.com/redisson/redisson/commit/2df63e425c043c84afcfe82972f33656ca0a1fff";><code>2df63e4</code></a>
 refactoring</li>
   <li><a 
href="https://github.com/redisson/redisson/commit/45a29fc0b511d68911a0d80b0d9b467af3769e26";><code>45a29fc</code></a>
 libs updated</li>
   <li><a 
href="https://github.com/redisson/redisson/commit/354e58a6e2a1184a203125320d10059622f5b77b";><code>354e58a</code></a>
 Fixed - RBatchRx may work incorrectly if useScriptCache = true</li>
   <li><a 
href="https://github.com/redisson/redisson/commit/3122a2ab46988e2fbc38882f8e8c8eb904d38828";><code>3122a2a</code></a>
 refactoring</li>
   <li><a 
href="https://github.com/redisson/redisson/commit/a7a3fa5a7f0da1b615386ed9b4ecd7215828a841";><code>a7a3fa5</code></a>
 Feature - RExecutorService.deregisterWorkers() method added. <a 
href="https://redirect.github.com/redisson/redisson/issues/6448";>#6448</a></li>
   <li><a 
href="https://github.com/redisson/redisson/commit/ac2f9be1b577776cfccc0058a9874378e454638b";><code>ac2f9be</code></a>
 docs updated</li>
   <li><a 
href="https://github.com/redisson/redisson/commit/92121094a7ea4f57af97fd6dacf4ddcd1128c4dd";><code>9212109</code></a>
 refactoring <a 
href="https://redirect.github.com/redisson/redisson/issues/4642";>#4642</a></li>
   <li>Additional commits viewable in <a 
href="https://github.com/redisson/redisson/compare/redisson-3.38.1...redisson-3.45.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   <details>
   <summary>Most Recent Ignore Conditions Applied to This Pull Request</summary>
   
   | Dependency Name | Ignore Conditions |
   | --- | --- |
   | org.redisson:redisson | [>= 3.20.a, < 3.21] |
   </details>
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.redisson:redisson&package-manager=gradle&previous-version=3.38.1&new-version=3.45.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: dev-unsubscr...@eventmesh.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@eventmesh.apache.org
For additional commands, e-mail: dev-h...@eventmesh.apache.org

Reply via email to