Skip to content

chore(deps): bump org.redisson:redisson from 4.2.0 to 4.3.1#1198

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/maven/org.redisson-redisson-4.3.1
Open

chore(deps): bump org.redisson:redisson from 4.2.0 to 4.3.1#1198
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/maven/org.redisson-redisson-4.3.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 11, 2026

Bumps org.redisson:redisson from 4.2.0 to 4.3.1.

Release notes

Sourced from org.redisson:redisson's releases.

redisson-4.3.1

Feature - RQueue.indexOf() method added (thanks to @​seakider)

Improvement - RPriorityQueue.poll() should return immediately if queue is empty

Fixed - CacheEvict doesn't work correctly in redisson-spring-data-40 (thanks to @​seakider)
Fixed - Quarkus throws NPE if Redisson configuration isn't defined
Fixed - missing @​deprecated annotation on RedissonClient.getDelayedQueue() (thanks to @​minseok1015)
Fixed - master connection is frozen during ElastiCache/Valkey upgrade (thanks to @​gpsinghsandhu)
Fixed - RSearch.readCursor() skips rows if total is 0
Fixed - connection in reconnection state shouldn't be used
Fixed - cluster detection for a single node connection
Fixed - comment in config.setNettyExecutor() that virtual threads are not recommended (thanks to @​seakider)
Fixed - DNS hostname resolution shouldn't be used for offline slaves in Sentinel mode
Fixed - Spring Data Listener addition for RedisMessageListenerContainer hangs
Fixed - LOADING error on slave burns extra retry attempt in batch commands (thanks to @​yuxi.jin)
Fixed - Spring Data Redis Cluster compatibility
Fixed - Cluster topology error handling (thanks to @​ngyngcphu)
Fixed - AsyncIterator's CompletionStage is not completed exceptionally, when connection gets read timeout (thanks to @​seakider)
Fixed - unnecessary semicolons in RExecutorService (thanks to @​chancehee)
Fixed - WriteRedisConnectionException is thrown after Cluster failover

redisson-4.3.0

Feature - JMS API implemented
Feature - RCuckooFilter object added
Feature - Local cached Reactive Spring Session implemented
Feature - RBitSet.bitField() method added (thanks to @​bandalgomsu)
Feature - RBatch.getBloomFilterNative() method added
Feature - StreamAddArgs.idempotentProducerId() method added
Feature - hashCode()/equlas() methods added to StreamRangeParams object (thanks to @​bandalgomsu)
Feature - Message.getDeliveries() method added

Improvement - tcpKeepAlive setting is true by default

Fixed - RReliablePubSubTopic.setConfigIfAbsent() throws NPE
Fixed - Message.getCreationTime() returns null for messages stored in RReliableQueue
Fixed - corrupted Input object shouldn't be returned to the pool in Kryo5Codec
Fixed - increased char array in Kryo5Codec isn't cleared when the Input.reset() method is invoked
Fixed - traffic burst may block RRateLimiter indefinitely
Fixed - attempt to unlock lock, not locked by current thread by node id error (thanks to @​seakider)
Fixed - RTopicPattern resubscription after failover (thanks to @​peterhalicky)
Fixed - RBloomFilterNative's add(), exists(), count() return type
Fixed - Spring Data ReactiveKeyCommands.scan() method throws NPE if count setting isn't defined

Changelog

Sourced from org.redisson:redisson's changelog.

6-Apr-2026 - 4.3.1 released

Feature - RQueue.indexOf() method added (thanks to @​seakider)

Improvement - RPriorityQueue.poll() should return immediately if queue is empty

Fixed - CacheEvict doesn't work correctly in redisson-spring-data-40 (thanks to @​seakider)
Fixed - Quarkus throws NPE if Redisson configuration isn't defined
Fixed - missing @​deprecated annotation on RedissonClient.getDelayedQueue() (thanks to @​minseok1015)
Fixed - master connection is frozen during ElastiCache/Valkey upgrade (thanks to @​gpsinghsandhu)
Fixed - RSearch.readCursor() skips rows if total is 0
Fixed - connection in reconnection state shouldn't be used
Fixed - cluster detection for a single node connection
Fixed - comment in config.setNettyExecutor() that virtual threads are not recommended (thanks to @​seakider)
Fixed - DNS hostname resolution shouldn't be used for offline slaves in Sentinel mode
Fixed - Spring Data Listener addition for RedisMessageListenerContainer hangs
Fixed - LOADING error on slave burns extra retry attempt in batch commands (thanks to @​yuxi.jin)
Fixed - Spring Data Redis Cluster compatibility
Fixed - Cluster topology error handling (thanks to @​ngyngcphu)
Fixed - AsyncIterator's CompletionStage is not completed exceptionally, when connection gets read timeout (thanks to @​seakider)
Fixed - unnecessary semicolons in RExecutorService (thanks to @​chancehee)
Fixed - WriteRedisConnectionException is thrown after Cluster failover

2-Mar-2026 - 4.3.0 released

Feature - JMS API implemented
Feature - RCuckooFilter object added
Feature - Local cached Reactive Spring Session implemented
Feature - RBitSet.bitField() method added (thanks to @​bandalgomsu)
Feature - RBatch.getBloomFilterNative() method added
Feature - StreamAddArgs.idempotentProducerId() method added
Feature - hashCode()/equlas() methods added to StreamRangeParamsobject (thanks to @bandalgomsu) Feature -Message.getDeliveries()` method added

Improvement - tcpKeepAlive setting is true by default

Fixed - RReliablePubSubTopic.setConfigIfAbsent() throws NPE
Fixed - Message.getCreationTime() returns null for messages stored in RReliableQueue
Fixed - corrupted Input object shouldn't be returned to the pool in Kryo5Codec
Fixed - increased char array in Kryo5Codec isn't cleared when the Input.reset() method is invoked
Fixed - traffic burst may block RRateLimiter indefinitely
Fixed - attempt to unlock lock, not locked by current thread by node id error (thanks to @​seakider)
Fixed - RTopicPattern resubscription after failover (thanks to @​peterhalicky)
Fixed - RBloomFilterNative's add(), exists(), count() return type
Fixed - Spring Data ReactiveKeyCommands.scan() method throws NPE if count setting isn't defined

Commits
  • 76057e5 [maven-release-plugin] prepare release redisson-4.3.1
  • 24fa719 libs updated
  • 3bfcad2 libs updated
  • b3b0f00 Merge branch 'master' of github.com:redisson/redisson
  • f494e12 Fixed - WriteRedisConnectionException is thrown after Cluster failover. #7000
  • f775795 Merge pull request #7014 from minseok1015/fix/deprecated-delayed-queue-interface
  • fb7d9d2 Merge branch 'master' of github.com:redisson/redisson
  • 9420b81 refactoring
  • 99e00a1 Merge pull request #7021 from chancehee/patch-5
  • fae76ad Remove unnecessary semicolons in RExecutorService.java
  • 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 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 4.2.0 to 4.3.1.
- [Release notes](https://github.com/redisson/redisson/releases)
- [Changelog](https://github.com/redisson/redisson/blob/master/CHANGELOG.md)
- [Commits](redisson/redisson@redisson-4.2.0...redisson-4.3.1)

---
updated-dependencies:
- dependency-name: org.redisson:redisson
  dependency-version: 4.3.1
  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 11, 2026
@dependabot dependabot bot requested a review from a team April 11, 2026 19:04
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Apr 11, 2026
@CLAassistant
Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@codecov
Copy link
Copy Markdown

codecov bot commented Apr 11, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

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.

1 participant