-
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.40.0 #485
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!
审核者指南由 Sourcery 提供此 PR 在项目的 Gradle 配置中将 Redisson 依赖从版本 3.39.0 更新到 3.40.0。更新包括几个新功能,如对各种 Redis 对象的指标支持、Spring Data Redis 3.4.x 模块支持,以及与驱逐任务、AWS 无服务器端点处理和 BitSet 操作相关的错误修复。 未生成图表,因为更改看起来简单,不需要视觉表示。 文件级更改
可能相关的问题
提示和命令与 Sourcery 互动
自定义您的体验访问您的仪表板以:
获取帮助Original review guide in EnglishReviewer's Guide by SourceryThis PR updates the Redisson dependency from version 3.39.0 to 3.40.0 in the project's Gradle configuration. The update includes several new features like metrics support for various Redis objects, Spring Data Redis 3.4.x module support, and bug fixes related to eviction tasks, AWS Serverless endpoint handling, and BitSet operations. No diagrams generated as the changes look simple and do not need a visual representation. File-Level Changes
Possibly linked issues
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
Quality Gate passedIssues Measures |
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
This PR contains the following updates:
3.39.0
->3.40.0
3.39.0
->3.40.0
3.39.0
->3.40.0
Release Notes
redisson/redisson (org.redisson:redisson-spring-data-33)
v3.40.0
Feature - metrics added to
RClusteredTopic
,RReliableTopic
,RClusteredReliableTopic
,RShardedTopic
,RJsonStore
andRLocalCachedJsonStore
objectsFeature - Spring Data Redis 3.4.x module added
Feature - Spring Boot upgraded to 3.4.0
Feature -
setIfLess()
andsetIfGreater()
methods added toRAtomicDouble
andRAtomicLong
objects (thanks to @seakider)Feature -
RMultimap.fastReplaceValues()
method added (thanks to @davidreis97)Fixed - minCleanUpDelay setting isn't applied during the first run of the EvictionTask
Fixed - master node shouldn't be changed on new ip addition for AWS Serverless endpoint
Fixed - Quarkus native build requires Snappy library
Fixed - Quarkus 3.14+ compatibility
Fixed -
RBitSet.length()
method returns unexpected value and caused RedisException in some case (thanks to @seakider)Fixed -
TypedJsonJacksonCodec
doesn't catch Exception (thanks to @lyrric)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 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.