Skip to content

chore(deps): Bump org.redisson:redisson from 4.3.0 to 4.3.1#22462

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.3.0 to 4.3.1#22462
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 7, 2026

Bumps org.redisson:redisson from 4.3.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

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

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.3.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.3.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-patch
...

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 7, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 7, 2026

🌟 Thank you for your contribution to the Apache Camel project! 🌟
🤖 CI automation will test this PR automatically.

🐫 Apache Camel Committers, please review the following items:

  • First-time contributors require MANUAL approval for the GitHub Actions to run
  • You can use the command /component-test (camel-)component-name1 (camel-)component-name2.. to request a test from the test bot although they are normally detected and executed by CI.
  • You can label PRs using build-all, build-dependents, skip-tests and test-dependents to fine-tune the checks executed by this PR.
  • Build and test logs are available in the summary page. Only Apache Camel committers have access to the summary.

⚠️ Be careful when sharing logs. Review their contents before sharing them publicly.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 7, 2026

🧪 CI tested the following changed modules:

  • parent

ℹ️ Dependent modules were not tested because the total number of affected modules exceeded the threshold (50). Use the test-dependents label to force testing all dependents.

@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud bot commented Apr 7, 2026

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

core-build-and-dependencies 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.

0 participants