Skip to content

chore: update dependency org.redisson:redisson to v4.3.1#107

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/all-dependencies-with-patch-changes
Open

chore: update dependency org.redisson:redisson to v4.3.1#107
renovate[bot] wants to merge 1 commit intomainfrom
renovate/all-dependencies-with-patch-changes

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Apr 6, 2026

This PR contains the following updates:

Package Change Age Confidence
org.redisson:redisson (source) 4.3.04.3.1 age confidence

Release Notes

redisson/redisson (org.redisson:redisson)

v4.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


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 becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from derklaro April 6, 2026 09:49
@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 6, 2026

Test Results

78 tests   - 15   73 ✅  - 15   38s ⏱️ +6s
17 suites  -  1    4 💤 ± 0 
17 files    -  1    1 ❌ ± 0 

For more details on these failures, see this check.

Results for commit 647f475. ± Comparison against base commit 6fdfc7d.

This pull request removes 15 tests.
tools.simrail.backend.collector.journey.TrainNameParserTest ‑ [10] trainName = "ROJ - S1", expectedResult = Result[category=ROJ, line=S1, label=null]
tools.simrail.backend.collector.journey.TrainNameParserTest ‑ [11] trainName = "RPJ - S41", expectedResult = Result[category=RPJ, line=S41, label=null]
tools.simrail.backend.collector.journey.TrainNameParserTest ‑ [12] trainName = "MPE – \"Łukasz\"", expectedResult = Result[category=MPE, line=null, label=Łukasz]
tools.simrail.backend.collector.journey.TrainNameParserTest ‑ [13] trainName = "ECE -  \"Růžena\"", expectedResult = Result[category=ECE, line=null, label=Růžena]
tools.simrail.backend.collector.journey.TrainNameParserTest ‑ [14] trainName = "ECE - \"Ludmila\"", expectedResult = Result[category=ECE, line=null, label=Ludmila]
tools.simrail.backend.collector.journey.TrainNameParserTest ‑ [15] trainName = "ECE - \"Zdeněk\"\"", expectedResult = Result[category=ECE, line=null, label=Zdeněk]
tools.simrail.backend.collector.journey.TrainNameParserTest ‑ [1] trainName = "", expectedResult = Result[category=null, line=null, label=null]
tools.simrail.backend.collector.journey.TrainNameParserTest ‑ [2] trainName = "  ", expectedResult = Result[category=null, line=null, label=null]
tools.simrail.backend.collector.journey.TrainNameParserTest ‑ [3] trainName = " - RE1", expectedResult = Result[category=null, line=RE1, label=null]
tools.simrail.backend.collector.journey.TrainNameParserTest ‑ [4] trainName = "R", expectedResult = Result[category=R, line=null, label=null]
…

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants