-
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.44.0 - autoclosed #577
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
我们跳过了对这个拉取请求的审查。看起来这是由机器人创建的(嘿,renovate[bot]!)。我们假设它知道自己在做什么!
Original comment in English
We have skipped reviewing this pull request. It seems to have been created by a bot (hey, renovate[bot]!). We assume it knows what it's doing!
审阅者指南 by Sourcery此拉取请求将 redisson 库及其相关依赖项更新到 3.44.0 版本。 由于更改看起来简单,未生成图表,不需要可视化表示。 文件级更改
提示和命令与 Sourcery 交互
自定义您的体验访问您的仪表板以:
获取帮助Original review guide in EnglishReviewer's Guide by SourceryThis pull request updates the redisson library and its related dependencies to version 3.44.0. No diagrams generated as the changes look simple and do not need a visual representation. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
Quality Gate passedIssues Measures |
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## main #577 +/- ##
============================================
+ Coverage 59.22% 59.25% +0.03%
- Complexity 1234 1235 +1
============================================
Files 431 431
Lines 5103 5103
Branches 359 359
============================================
+ Hits 3022 3024 +2
+ Misses 1859 1857 -2
Partials 222 222 ☔ View full report in Codecov by Sentry. |
This PR contains the following updates:
3.43.0
->3.44.0
3.43.0
->3.44.0
3.43.0
->3.44.0
Release Notes
redisson/redisson (org.redisson:redisson-spring-data-34)
v3.44.0
Feature - native eviction implemented for JCache API
Feature - advanced eviction implemented for JCache API
Feature -
RKeyAsync.getKeysAsync()
method added (thanks to @seakider)Feature - added
commandsMap
setting toCommandsLoadBalancer
objectFeature - added
regex
setting toRandomLoadBalancer
andRoundRobinLoadBalancer
objects to filter nodesFeature - Unix Domain Socket (UDS) support for a single mode through "redis+uds://" or "valkey+uds://" scheme
Fixed -
RBuckets.get()
method doesn't use nameMapper in single modeFixed -
valkeys
scheme can't be used in Sentinel modeFixed - closed channel detection during connection ping process
Fixed - RSearch throws an error if nocontent param defined (thanks to @seakider)
Fixed -
RemovedListener
is invoked incorrectly byJCache.getAll()
methodFixed - synthetic class shouldn't be allowed to be used as a comparator for
RPriorityQueue
objectsFixed - master node address isn't resolved through NatMapper object in Sentinel mode (tnanks @aramperes)
Fixed - STOPWORDS 0 can't be defined during RSearch index creation
Fixed -
RScript.evalSha()
method doesn't work in cluster modeFixed - task id duplication check added to
RScheduledExecutorService
methodsFixed - failover handling in Sentinel mode
Fixed - Micronaut
Session.put()
method doesn't remove an entry if value = nullFeature -
lockWatchdogBatchSize
setting addedFixed -
RReadWriteLock.unlock()
method doesn't respect the lock ownerConfiguration
📅 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 is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.