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

fix(deps): update redisson to v3.40.0 #485

Merged
merged 2 commits into from
Dec 4, 2024
Merged

fix(deps): update redisson to v3.40.0 #485

merged 2 commits into from
Dec 4, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 3, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.redisson:redisson-spring-data-33 (source) 3.39.0 -> 3.40.0 age adoption passing confidence
org.redisson:redisson (source) 3.39.0 -> 3.40.0 age adoption passing confidence
org.redisson:redisson-spring-boot-starter (source) 3.39.0 -> 3.40.0 age adoption passing confidence

Release Notes

redisson/redisson (org.redisson:redisson-spring-data-33)

v3.40.0

Feature - metrics added to RClusteredTopic, RReliableTopic, RClusteredReliableTopic, RShardedTopic, RJsonStore and RLocalCachedJsonStore objects
Feature - Spring Data Redis 3.4.x module added
Feature - Spring Boot upgraded to 3.4.0
Feature - setIfLess() and setIfGreater() methods added to RAtomicDouble and RAtomicLong 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

@sourcery-ai sourcery-ai bot left a 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!

Copy link

sourcery-ai bot commented Dec 3, 2024

审核者指南由 Sourcery 提供

此 PR 在项目的 Gradle 配置中将 Redisson 依赖从版本 3.39.0 更新到 3.40.0。更新包括几个新功能,如对各种 Redis 对象的指标支持、Spring Data Redis 3.4.x 模块支持,以及与驱逐任务、AWS 无服务器端点处理和 BitSet 操作相关的错误修复。

未生成图表,因为更改看起来简单,不需要视觉表示。

文件级更改

更改 详情 文件
更新 Redisson 依赖版本
  • 将 Redisson 版本从 3.39.0 提升到 3.40.0
  • 添加对 Spring Data Redis 3.4.x 模块的支持
  • 升级 Spring Boot 兼容性到 3.4.0
  • 添加新的原子操作 setIfLess() 和 setIfGreater()
  • 为各种 Redis 对象添加指标支持
  • 修复驱逐任务清理延迟问题
  • 修复 AWS 无服务器端点主节点处理问题
  • 修复 BitSet 长度计算问题
gradle/libs.versions.toml

可能相关的问题

  • #1: PR 将 Redisson 更新到 v3.40.0,这在问题的依赖仪表板中列出。

提示和命令

与 Sourcery 互动

  • 触发新审核: 在拉取请求上评论 @sourcery-ai review
  • 继续讨论: 直接回复 Sourcery 的审核评论。
  • 从审核评论生成 GitHub 问题: 通过回复审核评论请求 Sourcery 创建一个问题。
  • 生成拉取请求标题: 在拉取请求标题的任何地方写 @sourcery-ai 以随时生成标题。
  • 生成拉取请求摘要: 在拉取请求正文的任何地方写 @sourcery-ai summary 以随时生成 PR 摘要。您也可以使用此命令指定摘要应插入的位置。

自定义您的体验

访问您的仪表板以:

  • 启用或禁用审核功能,如 Sourcery 生成的拉取请求摘要、审核者指南等。
  • 更改审核语言。
  • 添加、删除或编辑自定义审核说明。
  • 调整其他审核设置。

获取帮助

Original review guide in English

Reviewer's Guide by Sourcery

This 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

Change Details Files
Update Redisson dependency version
  • Bump Redisson version from 3.39.0 to 3.40.0
  • Add support for Spring Data Redis 3.4.x module
  • Upgrade Spring Boot compatibility to 3.4.0
  • Add new atomic operations setIfLess() and setIfGreater()
  • Add metrics support for various Redis objects
  • Fix eviction task cleanup delay issue
  • Fix AWS Serverless endpoint master node handling
  • Fix BitSet length calculation issue
gradle/libs.versions.toml

Possibly linked issues

  • #1: The PR updates Redisson to v3.40.0, which is listed in the issue's dependency dashboard.

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time. You can also use
    this command to specify where the summary should be inserted.

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

Copy link

sonarqubecloud bot commented Dec 4, 2024

Copy link
Contributor Author

renovate bot commented Dec 4, 2024

Edited/Blocked Notification

Renovate 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.

⚠️ Warning: custom changes will be lost.

@livk-cloud livk-cloud added this to the 1.4.0 milestone Dec 4, 2024
@livk-cloud livk-cloud merged commit dc139bc into main Dec 4, 2024
17 checks passed
@livk-cloud livk-cloud deleted the renovate/redisson branch December 4, 2024 01:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant