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.43.0 #537

Merged
merged 1 commit into from
Jan 14, 2025
Merged

fix(deps): update redisson to v3.43.0 #537

merged 1 commit into from
Jan 14, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 8, 2025

This PR contains the following updates:

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

Release Notes

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

v3.43.0

Feature - RObservable interface for listeners added for RLock objects (thanks to @​seakider)

Fixed - RExecutorService workers stop working (regression since 3.42.0) (thanks to @​seakider)
Fixed - RLocalCacheMap.remove() method hangs if called inside a transaction
Fixed - poll methods of RTimeSeries and RScoredSortedSet objects return null instead of empty lists
Fixed - RSet.containsEach() method returns null instead of empty list
Fixed - RLocalCachedMap.fastRemove() method may throw NPE if storeMode = LOCALCACHE


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 Jan 8, 2025

审阅者指南 by Sourcery

此 PR 将 Redisson 库从版本 3.41.0 升级到 3.42.0。

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

文件级别变更

变更 详情 文件
升级 Redisson 库
  • gradle/libs.versions.toml 中将 redisson 版本从 3.41.0 更新到 3.42.0
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 upgrades the Redisson library from version 3.41.0 to 3.42.0.

No diagrams generated as the changes look simple and do not need a visual representation.

File-Level Changes

Change Details Files
Upgrade Redisson library
  • Update the redisson version from 3.41.0 to 3.42.0 in gradle/libs.versions.toml
gradle/libs.versions.toml

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 changed the title fix(deps): update redisson to v3.42.0 fix(deps): update redisson to v3.42.0 - autoclosed Jan 8, 2025
@renovate renovate bot closed this Jan 8, 2025
@renovate renovate bot deleted the renovate/redisson branch January 8, 2025 01:36
@renovate renovate bot changed the title fix(deps): update redisson to v3.42.0 - autoclosed fix(deps): update redisson to v3.42.0 Jan 13, 2025
@renovate renovate bot reopened this Jan 13, 2025
@renovate renovate bot force-pushed the renovate/redisson branch from 8297591 to 48dc85d Compare January 13, 2025 09:48
@renovate renovate bot changed the title fix(deps): update redisson to v3.42.0 fix(deps): update redisson to v3.43.0 Jan 13, 2025
@codecov-commenter
Copy link

codecov-commenter commented Jan 13, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 59.18%. Comparing base (96f8e23) to head (0c31e81).

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@             Coverage Diff              @@
##               main     #537      +/-   ##
============================================
- Coverage     59.22%   59.18%   -0.04%     
+ Complexity     1232     1231       -1     
============================================
  Files           430      430              
  Lines          5104     5104              
  Branches        360      360              
============================================
- Hits           3023     3021       -2     
- Misses         1859     1862       +3     
+ Partials        222      221       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/redisson branch from 48dc85d to 0c31e81 Compare January 13, 2025 13:56
@livk-cloud livk-cloud added this to the 1.4.2 milestone Jan 14, 2025
@livk-cloud livk-cloud merged commit 014a913 into main Jan 14, 2025
15 checks passed
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.

2 participants