-
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.38.1 #438
Conversation
Reviewer's Guide by Sourcery此PR在项目的Gradle配置中将Redisson依赖从版本3.37.0更新到3.38.0。此更新包括Redisson库中的若干新功能、改进和错误修复。 未生成图表,因为更改看起来简单,不需要视觉表示。 文件级更改
可能相关的问题
提示和命令与Sourcery互动
自定义您的体验访问您的仪表板以:
获取帮助Original review guide in EnglishReviewer's Guide by SourceryThis 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
Possibly linked issues
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
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!
5038622
to
5d3f064
Compare
65c7d95
to
55dd779
Compare
97fc017
to
e3a5403
Compare
bbf42d7
to
ea76f9b
Compare
ea76f9b
to
d0f4c16
Compare
Quality Gate passedIssues Measures |
Renovate Ignore NotificationBecause you closed this PR without merging, Renovate will ignore this update ( If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR. |
This PR contains the following updates:
3.37.0
->3.38.1
3.37.0
->3.38.1
3.37.0
->3.38.1
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 completableFuturev3.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 idsFeature -
LocalCachedMapOptions.useTopicPattern()
setting addedFeature - 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()
andsetRate()
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()
andmerge()
methods, when called with multiple arguments, return detached objectsFixed -
RJsonBucketReactive
andRJsonBucketRx
use Reactive Types as argumentsFixed -
ClassNotFoundException
is thrown when a LiveObject expiresFixed - 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.
This PR was generated by Mend Renovate. View the repository job log.