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.30.0 #264

Merged
merged 1 commit into from May 11, 2024
Merged

fix(deps): update redisson to v3.30.0 #264

merged 1 commit into from May 11, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 10, 2024

Mend Renovate

This PR contains the following updates:

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

Release Notes

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

v3.30.0

Feature - sslKeystoreType setting added
Feature - RPatternTopic.getActiveTopic() method added (thanks to @​MasterShi)
Feature - RJsonBucket.merge() method added
Feature - Async, Rx, Reactive interfaces implemented for RBloomFilter object
Feature - fallback mode for JCache
Feature - passwords encryption support
Feature - Spring Cloud Stream integration

Improvement - configuration variable defined as Java system property overrides environment variable

Fixed - io.projectreactor package should be defined as optional in OSGi Manifest
Fixed - Spring Data Redis StreamPollTask.deserializeAndEmitRecords() method throws NPE after failover
Fixed - Spring Data Redis blocking poll commands can't be reattached after failover
Fixed - Unable to find session error reported by RedissonSessionManager
Fixed - Sentinels discovery is applied at Redisson startup if sentinelsDiscovery = true
Fixed - master node is used for read operations after slave node addition if readMode = SLAVE in replicated mode
Fixed - failover handling of blocking methods calls with defined timeout. RStream, RBlockingQueue objects
Fixed - multiple RLocalCachedMap objects don't work in the same RTransaction (thanks to @​vlad-ogol @​RajaJaisankar)
Fixed - codec setting isn't applied in redisson.getMap(MapOptions) method
Fixed - Live Object field can't set to null value
Fixed - SentinelConnectionManager stops scheduling topology change change / dns check after host resolution error
Fixed - RMapCache.fastPutIfExistsOperation() method uses incorrect pubsub channel


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

sonarcloud bot commented May 10, 2024

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

Copy link

codecov bot commented May 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 56.45%. Comparing base (2b341d0) to head (7ae86f0).
Report is 4 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff              @@
##               main     #264      +/-   ##
============================================
- Coverage     56.47%   56.45%   -0.03%     
+ Complexity     1313     1312       -1     
============================================
  Files           417      417              
  Lines          4839     4839              
  Branches        346      346              
============================================
- Hits           2733     2732       -1     
- Misses         1902     1903       +1     
  Partials        204      204              

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

@livk-cloud livk-cloud self-assigned this May 11, 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 May 11, 2024
@livk-cloud livk-cloud added this to the 1.2.6 milestone May 11, 2024
@livk-cloud livk-cloud merged commit b85bf4f into main May 11, 2024
13 of 14 checks passed
@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.

None yet

1 participant