Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 5, 2025

Bumps the dependencies group with 1 update: org.redisson:redisson.

Updates 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the dependencies group with 1 update: [org.redisson:redisson](https://github.com/redisson/redisson).


Updates `org.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
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels May 5, 2025
@rfresh2 rfresh2 merged commit ec00180 into mainline May 5, 2025
2 checks passed
@dependabot dependabot bot deleted the dependabot/maven/dependencies-22a980f5e0 branch May 5, 2025 18:20
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