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.38.1 #438

Closed
wants to merge 1 commit into from
Closed

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 30, 2024

This PR contains the following updates:

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

Release Notes

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

v3.38.1

Fixed - Kryo codec upgraded to 5.6.2 for JDK 8 compatibility (thanks to @​Wujiaxuan007)
Fixed - pollAsync() and removeAsync() methods of RPriorityQueue and RPriorityDeque objects aren't guarded properly with lock
Fixed - Spring Cache Cacheable(sync) annotation loads value multiple times for reactive types or completableFuture

v3.38.0

Feature - Local cache for Live Object Service support
Feature - RClientSideCaching object added. Client side caching through RESP3 protocol
Feature - Tomcat 11 support
Feature - RBatch.getSearch() method added (thanks to @​pfyod)
Feature - RedissonClient.getMultiLock() method added for locking on objects (thanks to @​lyrric)
Feature - RPatternTopic.removeListener() accepts multiple ids
Feature - LocalCachedMapOptions.useTopicPattern() setting added
Feature - InetAddress and SocketAddress serialization added to Kryo5Codec

Breaking change - RLongAdder and RDoubleAdder topic channel name has been renamed

Improvement - timeToLive parameter renamed to keepAliveTime for RRateLimiter.trySetRate() and setRate() methods (thanks to @​lyrric)
Improvement - Add check, The parameter timeToLive should be greater than or equal to rateInterval (thanks to @​lyrric)

Fixed - lazyInitialization=true doesn't work in cluster mode (regression since 3.27.0)
Fixed - Spring Cache @​Cacheable(sync) doesn't work with reactive types or completableFuture
Fixed - Pub/Sub connections randomly disconnecting (regression since 3.26.0) (thanks to @​Wujiaxuan007)
Fixed - RLiveObjectService.persist() and merge() methods, when called with multiple arguments, return detached objects
Fixed - RJsonBucketReactive and RJsonBucketRx use Reactive Types as arguments
Fixed - ClassNotFoundException is thrown when a LiveObject expires
Fixed - Micronaut native image build
Fixed - Quarkus native image build
Fixed - RSearch.info() method throws an exception on infinity values (thanks to @​iamtakingiteasy)


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 Oct 30, 2024

Reviewer's Guide by Sourcery

此PR在项目的Gradle配置中将Redisson依赖从版本3.37.0更新到3.38.0。此更新包括Redisson库中的若干新功能、改进和错误修复。

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

文件级更改

更改 详情 文件
更新Redisson依赖版本
  • 将版本从3.37.0提升到3.38.0
  • 为Live Object Service添加本地缓存支持
  • 为RESP3协议添加新的RClientSideCaching对象
  • 添加Tomcat 11支持
  • 修复集群模式下的延迟初始化
  • 修复Spring Cache @Cacheable与响应式类型的问题
  • 修复发布/订阅连接稳定性
  • 修复各种与LiveObject相关的问题
  • 修复Micronaut和Quarkus本地镜像构建
gradle/libs.versions.toml

可能相关的问题

  • #1: PR更新了Redisson到v3.38.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.37.0 to 3.38.0 in the project's Gradle configuration. The update includes several new features, improvements, and bug fixes in the Redisson library.

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.37.0 to 3.38.0
  • Add support for Local cache for Live Object Service
  • Add new RClientSideCaching object for RESP3 protocol
  • Add Tomcat 11 support
  • Fix lazy initialization in cluster mode
  • Fix Spring Cache @Cacheable issues with reactive types
  • Fix Pub/Sub connection stability
  • Fix various LiveObject related issues
  • Fix Micronaut and Quarkus native image builds
gradle/libs.versions.toml

Possibly linked issues

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

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!

@livk-cloud livk-cloud added this to the 1.4.0 milestone Oct 31, 2024
@renovate renovate bot force-pushed the renovate/redisson branch from 5038622 to 5d3f064 Compare October 31, 2024 07:16
@renovate renovate bot changed the title fix(deps): update redisson to v3.38.0 fix(deps): update redisson to v3.38.1 Oct 31, 2024
@renovate renovate bot force-pushed the renovate/redisson branch 4 times, most recently from 65c7d95 to 55dd779 Compare November 3, 2024 15:54
@renovate renovate bot force-pushed the renovate/redisson branch 11 times, most recently from 97fc017 to e3a5403 Compare November 12, 2024 05:45
@renovate renovate bot force-pushed the renovate/redisson branch 4 times, most recently from bbf42d7 to ea76f9b Compare November 14, 2024 01:25
@livk-cloud
Copy link
Owner

#457

@renovate renovate bot force-pushed the renovate/redisson branch from ea76f9b to d0f4c16 Compare November 15, 2024 03:04
@livk-cloud livk-cloud closed this Nov 15, 2024
Copy link
Contributor Author

renovate bot commented Nov 15, 2024

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (3.38.1). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/redisson branch November 15, 2024 09:50
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