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.2 - autoclosed #489

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 6, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.redisson:redisson-spring-data-34 (source) 3.40.1 -> 3.40.2 age adoption passing confidence
org.redisson:redisson (source) 3.40.1 -> 3.40.2 age adoption passing confidence
org.redisson:redisson-spring-boot-starter (source) 3.40.1 -> 3.40.2 age adoption passing confidence

Release Notes

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

v3.40.2

Improvement - optimization LRUCacheMap speed by up to 200x

Fixed - Quarkus config parsing with sentinel nodes (thanks to @​blacksails)
Fixed - starvation of pub/sub connections may cause a memory leak


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 bot commented Dec 6, 2024

审核者指南 by Sourcery

此 PR 将项目的依赖管理文件中的 Redisson 依赖从版本 3.40.0 更新到 3.40.1。更新包括对 Netty 待处理任务报告的改进以及对多个错误的修复,包括主机名解析和 GraalVM 本机模式下 Spring Boot 3.4.0 的兼容性。

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

文件级更改

更改 详情 文件
更新 Redisson 依赖版本
  • 将版本从 3.40.0 提升到 3.40.1
  • 在超时异常中添加改进的 Netty 待处理任务数量报告
  • 修复 Redis/Valkey 主机名解析问题
  • 修复 GraalVM 本机模式下 Spring Boot 3.4.0 中的 NoClassDefFoundError
  • 修复节点 DNS 记录更改后 RTopic 和 RShardedTopic 的重新订阅问题
gradle/libs.versions.toml

可能相关的问题


提示和命令

与 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.40.0 to 3.40.1 in the project's dependency management file. The update includes improvements to Netty pending tasks reporting and fixes for several bugs, including hostname parsing and Spring Boot 3.4.0 compatibility in GraalVM native mode.

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 version from 3.40.0 to 3.40.1
  • Add improved Netty pending tasks amount reporting in timeout exceptions
  • Fix Redis/Valkey hostname parsing issue
  • Fix NoClassDefFoundError in Spring Boot 3.4.0 with GraalVM native mode
  • Fix RTopic and RShardedTopic resubscription after node DNS record changes
gradle/libs.versions.toml

Possibly linked issues


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

@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!

@renovate renovate bot force-pushed the renovate/redisson branch from 6794e4d to 2f24037 Compare December 8, 2024 05:07
@renovate renovate bot changed the title fix(deps): update redisson to v3.40.1 fix(deps): update redisson to v3.40.1 - autoclosed Dec 9, 2024
@renovate renovate bot closed this Dec 9, 2024
@renovate renovate bot deleted the renovate/redisson branch December 9, 2024 01:15
@renovate renovate bot changed the title fix(deps): update redisson to v3.40.1 - autoclosed fix(deps): update redisson to v3.40.1 Dec 12, 2024
@renovate renovate bot reopened this Dec 12, 2024
@renovate renovate bot force-pushed the renovate/redisson branch from b41e73c to 2f24037 Compare December 12, 2024 13:48
@renovate renovate bot changed the title fix(deps): update redisson to v3.40.1 fix(deps): update redisson to v3.40.2 Dec 12, 2024
@renovate renovate bot force-pushed the renovate/redisson branch from 2f24037 to 74b96ff Compare December 12, 2024 15:56
@livk-cloud livk-cloud added this to the 1.4.1 milestone Dec 13, 2024
@renovate renovate bot changed the title fix(deps): update redisson to v3.40.2 fix(deps): update redisson to v3.40.2 - autoclosed Dec 13, 2024
@renovate renovate bot closed this Dec 13, 2024
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