-
Notifications
You must be signed in to change notification settings - Fork 14
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
fix(deps): update redisson to v3.32.0 #318
Conversation
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
Quality Gate passedIssues Measures |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #318 +/- ##
============================================
- Coverage 56.76% 56.74% -0.03%
+ Complexity 1322 1321 -1
============================================
Files 421 421
Lines 4848 4848
Branches 342 342
============================================
- Hits 2752 2751 -1
- Misses 1893 1894 +1
Partials 203 203 ☔ View full report in Codecov by Sentry. |
This PR contains the following updates:
3.31.0
->3.32.0
3.31.0
->3.32.0
3.31.0
->3.32.0
Release Notes
redisson/redisson (org.redisson:redisson-spring-data-32)
v3.32.0
Feature - Quarkus Cache implementation added
Feature -
RMapCacheNative
implementation which uses Redis 7.4+ commandsFeature - unlinkByPattern() method added to RKeys interface (thanks to @seakider)
Fixed - Apache Tomcat request.changeSessionId() method does not change the session id in Redis (thanks to @bclay2116)
Fixed - RSearch parse params error (thanks to @seakider)
Fixed - RSearch.info() throws
NumberFormatException
(thanks to @seakider)Fixed - cluster failover handling
Fixed - last master node shouldn't be removed in cluster topology
Fixed - duplicated master/slave added log output in sentinel mode
Fixed - connection leak if master change operation failed during failover
Fixed -
RxJava3
request can't be canceledFixed -
RFairLock
doesn't calculate remaining ttl properly before next acquisition attemptFixed -
scanInterval
setting checkFixed -
ElementsSubscribeService.resubscribe()
method throwsRedissonShutdownException
Fixed -
RMap.getAll()
method throws an exception if result ofRMap.keySet()
method passed as an argumentFixed - Redis node random selection doesn't work properly
Fixed - concurrency problem during RLock expiration renewal (thanks to @seakider)
Fixed -
RListMultimap
throws too many results to unpack errorFixed - entry shutdown during cluster slots migration check
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by Mend Renovate. View repository job log here.