Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update redisson to v3.29.0 #248

Merged
merged 1 commit into from
Apr 22, 2024
Merged

fix(deps): update redisson to v3.29.0 #248

merged 1 commit into from
Apr 22, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 22, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.redisson:redisson-spring-data-31 (source) 3.28.0 -> 3.29.0 age adoption passing confidence
org.redisson:redisson (source) 3.28.0 -> 3.29.0 age adoption passing confidence
org.redisson:redisson-spring-boot-starter (source) 3.28.0 -> 3.29.0 age adoption passing confidence

Release Notes

redisson/redisson (org.redisson:redisson-spring-data-31)

v3.29.0

Feature - NewObjectListener added to track created objects
Feature - NewObjectListener and SetObjectListener can be registered with RKeys.addListener() method
Feature - subscribeOnElements(), subscribeOnLastElements() and subscribeOnFirstElements() methods wait for CompletionStage to complete before polling the next element
Feature - shardedSubscriptionMode setting added in Cluster configuration
Feature - RSemaphore.trySetPermits() method with ttl parameter added
Feature - getDeletedIds() method added to RStream AutoClaimResult object

Improvement - responses map lock replaced with fine-grained entry locking in RRemoteService and RScheduledExecutorService

Fixed - RStream.autoClaim() method throws ClassCastException
Fixed - RSearch aggregate expression applied incorrectly
Fixed - LocalCachedMapDisabledKey event is parsed incorrectly if local cache used with RTransaction
Fixed - Slave node in cluster mode isn't shutdown properly if readMode = MASTER and subscribeMode = MASTER (regression since 3.27.2)
Fixed - race condition during cluster topology update causes slave added/removed events
Fixed - OSGi MANIFEST should define optional dependencies
Fixed - TimeoutException is thrown if connectionMinimumIdleSize = 0
Fixed - ClassCastException is thrown for Reactive/Rx RemoteService invocation if Redisson instance isn't Reactive/Rx
Fixed - semaphore object is not deleted after RLocalCachedMap.clearLocalCache() method invocation
Fixed - AggregationOptions.groupBy() setting with reducers used in RSearch.aggregate() method causes an exception
Fixed - AggregationOptions.groupBy() setting usage with RSearch.aggregate() method causes an exception if reducers aren't defined
Fixed - AggregationOptions.sortBy() setting usage with RSearch.aggregate() method causes an exception
Fixed - resource leak error when executing multiple contains operation of RSet in transaction (thanks to @​wynn5a)
Fixed - jmockit upgraded to 1.52.0 inside maven-surefire-plugin (thanks to @​roharon)


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 these updates again.


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

This PR has been generated by Mend Renovate. View repository job log here.

Copy link

codecov bot commented Apr 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 56.40%. Comparing base (338f578) to head (f863c4e).

Additional details and impacted files
@@             Coverage Diff              @@
##               main     #248      +/-   ##
============================================
+ Coverage     56.19%   56.40%   +0.20%     
- Complexity     1308     1311       +3     
============================================
  Files           417      417              
  Lines          4842     4842              
  Branches        347      347              
============================================
+ Hits           2721     2731      +10     
+ Misses         1916     1906      -10     
  Partials        205      205              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/redisson branch from ba6ac9e to f863c4e Compare April 22, 2024 13:21
Copy link

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

@livk-cloud livk-cloud self-assigned this Apr 22, 2024
@livk-cloud livk-cloud added enhancement New feature or request upgrade dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Apr 22, 2024
@livk-cloud livk-cloud added this to the 1.2.6 milestone Apr 22, 2024
@livk-cloud livk-cloud merged commit 50d9d04 into main Apr 22, 2024
14 checks passed
@livk-cloud livk-cloud deleted the renovate/redisson branch April 22, 2024 16:04
@livk-cloud livk-cloud modified the milestones: 1.2.6, 1.3.0 Apr 24, 2024
@livk-cloud livk-cloud modified the milestones: 1.2.6, 1.3.0 May 16, 2024
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 enhancement New feature or request java Pull requests that update Java code upgrade
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant