Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 30, 2025

Bumps org.redisson:redisson from 3.45.1 to 3.46.0.

Release notes

Sourced from org.redisson:redisson's releases.

redisson-3.46.0

Feature - Reliable Queue object added. RDelayedQueue and RBoundedBlockingQueue have been deprecated
Feature - fairLockWaitTimeout Redisson setting added (thanks to @​seakider)
Feature - credentialsReapplyInterval Redisson setting added (thanks to @​seakider)
Feature - support for JDK Atomic objects in Kryo5Codec (thanks to @​bergander)
Feature - WorkerOptions.tasksInjector setting added (thanks to @​zzhlhc)

Breaking change - Spring Cloud Stream Binder queue implementation replaced with RReliableQueue object
Breaking change - RedisPubSubConnection.removeListener() and RedisPubSubConnection.addListener() methods signature changed

Improvement - useScriptCache setting is true by default
Improvement - Add check for keepAliveTime and rateInterval in RRateLimiter (thanks to @​shrink)

Fixed - data leak in RReliableTopic (thanks to @​Chengzhi1803472613)
Fixed - PubSub stops working after Redis restart in sentinel mode (thanks to @​seakider)
Fixed - CommandAsyncService.syncedEval() method doesn't update correctly available secondary nodes
Fixed - expire-after-write and expire-after-access settings aren't applied to async Micronaut Cache
Fixed - RBatch exception object doesn't contain suppressed exceptions
Fixed - RRemoteService fails to operate if codec defined as an anonymous inner class
Fixed - Watchdog fails to renew on reentry locks (thanks to @​seakider)
Fixed - RKeys.unlinkByPattern() and RKeys.deleteByPattern() methods don't handle keys with non-ASCII characters
Fixed - RenewalTask throws IndexOutOfBoundsException

Changelog

Sourced from org.redisson:redisson's changelog.

29-Apr-2025 - 3.46.0 released

Feature - Reliable Queue object added. RDelayedQueue and RBoundedBlockingQueue have been deprecated
Feature - fairLockWaitTimeout Redisson setting added (thanks to @​seakider)
Feature - credentialsReapplyInterval Redisson setting added (thanks to @​seakider)
Feature - support for JDK Atomic objects in Kryo5Codec (thanks to @​bergander)
Feature - WorkerOptions.tasksInjector setting added (thanks to @​zzhlhc)

Breaking change - Spring Cloud Stream Binder queue implementation replaced with RReliableQueue object
Breaking change - RedisPubSubConnection.removeListener() and RedisPubSubConnection.addListener() methods signature changed

Improvement - useScriptCache setting is true by default
Improvement - Add check for keepAliveTime and rateInterval in RRateLimiter (thanks to @​shrink)

Fixed - data leak in RReliableTopic (thanks to @​Chengzhi1803472613)
Fixed - PubSub stops working after Redis restart in sentinel mode (thanks to @​seakider)
Fixed - CommandAsyncService.syncedEval() method doesn't update correctly available secondary nodes
Fixed - expire-after-write and expire-after-access settings aren't applied to async Micronaut Cache
Fixed - RBatch exception object doesn't contain suppressed exceptions
Fixed - RRemoteService fails to operate if codec defined as an anonymous inner class
Fixed - Watchdog fails to renew on reentry locks (thanks to @​seakider)
Fixed - RKeys.unlinkByPattern() and RKeys.deleteByPattern() methods don't handle keys with non-ASCII characters
Fixed - RenewalTask throws IndexOutOfBoundsException

Commits
  • 7917c01 [maven-release-plugin] prepare release redisson-3.46.0
  • b55a298 Update CHANGELOG.md
  • f890c3d compilation fixed
  • 468b7db compilation fixed
  • 3a93529 compilation fixed
  • 0f7129b checkstyle fixed
  • fbce6a9 Merge branch 'master' of github.com:redisson/redisson
  • ac30176 getReliableQueue method added to RedissonRxClient and RedissonReactiveClient ...
  • efe7db2 test fixed
  • 4ce78b7 Merge pull request #6545 from Chengzhi1803472613/master
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [org.redisson:redisson](https://github.com/redisson/redisson) from 3.45.1 to 3.46.0.
- [Release notes](https://github.com/redisson/redisson/releases)
- [Changelog](https://github.com/redisson/redisson/blob/master/CHANGELOG.md)
- [Commits](redisson/redisson@redisson-3.45.1...redisson-3.46.0)

---
updated-dependencies:
- dependency-name: org.redisson:redisson
  dependency-version: 3.46.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Apr 30, 2025
@cstamas cstamas merged commit 56da885 into master May 13, 2025
14 checks passed
@dependabot dependabot bot deleted the dependabot/maven/org.redisson-redisson-3.46.0 branch May 13, 2025 08:48
@github-actions github-actions bot added this to the 2.0.9 milestone May 13, 2025
@jira-importer
Copy link

Resolve #1456

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants