Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump org.redisson:redisson from 3.44.0 to 3.45.0 in /generators/micronaut/resources #450

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 21, 2025

Bumps org.redisson:redisson from 3.44.0 to 3.45.0.

Release notes

Sourced from org.redisson:redisson's releases.

redisson-3.45.0

Feature - added max-size setting for Quarkus Cache Feature - RedissonSpringCacheV2Manager and RedissonSpringLocalCachedCacheV2Manager support maxSize setting Feature - RedissonRegionV2Factory and RedissonLocalCachedV2RegionFactory in Hibernate support eviction.max_entries setting Feature - RedissonCacheV2 and RedissonLocalCachedCacheV2 in MyBatis support maxSize settings Feature - maxSize setting support by redisson.caches-v2.* and redisson.local-caches-v2.* cache configurations in Micronaut Feature - RMapCacheV2.setMaxSize() method added Feature - RClusteredLocalCachedMapCacheNative object added with data partitioning, local cache and native eviction Feature - RedissonClusteredSpringLocalCachedCacheNativeManager object added with data partitioning, local cache and native eviction Feature - added Micronaut redisson.clustered-local-caches-native.* cache with data partitioning, local cache and native eviction Feature - added Hibernate RedissonClusteredLocalCachedNativeRegionFactory cache with data partitioning, local cache and native eviction Feature - added Quarkus CLUSTERED_LOCALCACHE_NATIVE cache with data partitioning, local cache and native eviction Feature - added MyBatis RedissonClusteredLocalCachedCacheNative 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 CacheConfig object (thanks to @​JKord) Feature - RBitSet.get(long...) method added (thanks to @​seakider) Feature - RBlockingQueue.pollLastFromAnyWithName() method added (thanks to @​seakider) Feature - getReferenceCount(), getAccessFrequency(), getInternalEncoding() methods added to RObject interface (thanks to @​seakider) Feature - RExecutorService.deregisterWorkers() method added
Feature - valuesAsync() and entrySetAsync methods added to RMap interface (thanks to @​seakider)

Improvement - validate PARAMS in RSearch.search() method (thanks to @​seakider)

Fixed - delete() method doesn't work in non-clustered mode for RLocalCachedJsonStore, RLocalCachedMapCacheV2 objects Fixed - clustered local cached JCache doesn't use storeCacheMiss setting
Fixed - JCache with native and advanced eviction don't work in cluster mode Fixed - clustered local cached JCache.put() method may throw a CROSSLOT error
Fixed - put() method of local cached JCache instance may not update local cache
Fixed - remove() and removeAll() methods of local cached JCache instance don't update the local cache of other instances Fixed - putAll() and clear() methods of JCacheV2 may not work Fixed - RedissonClusteredSpringCacheNativeManager properties validation
Fixed - RedissonSpringLocalCachedCacheV2Manager properties validation
Fixed - RedissonSpringLocalCachedCacheNativeManager can't be created using a yaml configuration file
Fixed - RedissonSpringLocalCachedCacheNativeManager throws an ClassCastException if cache wasn't defined in the configuration
Fixed - RLocalCachedMapCache.getAll() method may return an incorrect result
Fixed - RLocalCachedMapCacheNative.getAll() method may return an incorrect result
Fixed - missed implementation of expireEntriesIfNotSet(), expireEntriesIfLess() and expireEntriesIfGreater() methods of RClusteredMapCacheNative Fixed - missed implementation of expireEntriesIfLess() and expireEntriesIfGreater() methods of RLocalCachedMapCacheNative Fixed - RJsonStore.isExists() method doesn't work Fixed - JCacheV2 entry name generation fixed Fixed - RMapCacheV2.isExists() method optimization Fixed - RedissonSpringLocalCachedCacheV2Manager throws an ClassCastException if cache wasn't defined in the configuration Fixed - RedissonSpringLocalCachedCacheV2Manager can't be created using a yaml configuration file Fixed - RLocalCachedMapCacheV2, RLocalCachedJsonStore, RSetV2, RSetCacheV2, JCacheV2, RMapCacheV2 don't work if useScriptCache = true Fixed - LUA error when RedissonMapCache.putAll(Map) is invoked with listeners (thanks to @​max.huang)
Fixed - ProtobufCodec compatibility with the latest protobuf version (thanks to @​zzhlhc)
Fixed - RFairLock attempt to compare nil with number (thanks to @​seakider) Fixed - incorrect parsing of PubSubType.UNSUBSCRIBE command with non-English locale

... (truncated)

Changelog

Sourced from org.redisson:redisson's changelog.

Redisson Releases History

Upgrade to Redisson PRO with advanced features.

Commits
  • 9728f9c [maven-release-plugin] prepare release redisson-3.45.0
  • 485ae82 Merge pull request #6449 from seakider/feature_valuesAsync
  • c504b02 Feature - Obtain values from RMap, based on key pattern, asynchronously
  • 2df63e4 refactoring
  • 45a29fc libs updated
  • 354e58a Fixed - RBatchRx may work incorrectly if useScriptCache = true
  • 3122a2a refactoring
  • a7a3fa5 Feature - RExecutorService.deregisterWorkers() method added. #6448
  • ac2f9be docs updated
  • 9212109 refactoring #4642
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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)

Bumps [org.redisson:redisson](https://github.com/redisson/redisson) from 3.44.0 to 3.45.0.
- [Release notes](https://github.com/redisson/redisson/releases)
- [Changelog](https://github.com/redisson/redisson/blob/master/CHANGELOG.md)
- [Commits](redisson/redisson@redisson-3.44.0...redisson-3.45.0)

---
updated-dependencies:
- dependency-name: org.redisson:redisson
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added skip-changelog Exclude pull requests from the release notes theme: dependencies Pull requests that update a dependency file theme: java Pull requests that update Java code or dependencies labels Feb 21, 2025
@github-actions github-actions bot enabled auto-merge February 21, 2025 08:38
@github-actions github-actions bot merged commit 4164d76 into main Feb 21, 2025
15 checks passed
@github-actions github-actions bot deleted the dependabot/gradle/generators/micronaut/resources/org.redisson-redisson-3.45.0 branch February 21, 2025 12:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip-changelog Exclude pull requests from the release notes theme: dependencies Pull requests that update a dependency file theme: java Pull requests that update Java code or dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant