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

build(deps): bump org.redisson:redisson from 3.24.3 to 3.25.0 #1485

Merged
merged 1 commit into from
Dec 5, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 5, 2023

Bumps org.redisson:redisson from 3.24.3 to 3.25.0.

Release notes

Sourced from org.redisson:redisson's releases.

redisson-3.25.0

Feature - RESP3 protocol support. protocol setting added Feature - Spring Data Redis 3.2.0 implementation Feature - RSetCacheV2, RSetV2 objects with more effecient partitioning in Cluster added in PRO version

Improvement - SLF4j updated to 2.0.9 version

Fixed - RFunction/RScript keys parameter accepts only String values Fixed - IP address instead of hostname is used in sentinel mode with SSL connection Fixed - Resources leak in Version.logVersion() method Fixed - RLiveObjectService.persist() method with varargs hangs in cluster mode Fixed - Redisson connection process may hang at start in some cases Fixed - EntryExpiredListener isn't invoked by RMapCache instance in Redis Cluster 7+ Fixed - slave node in sentinel mode can't be recovered if it's a master node Fixed - JsonJacksonCodec fails to serialize Throwable on Java17 (thanks to @​tomjankes) Fixed - RBlockingDeque.move() throws an exception for empty result Fixed - RScoredSortedSet.pollFirstEntries(count) and pollLastEntries(count) methods return wrong result Fixed - BZMPOP command timeout isn't applied Fixed - getBlockingDeque(), getDeque(), getPriorityDeque(), getPriorityBlockingDeque() throw NoClassDefFoundError if JDK version < 21 Fixed - RLocalCachedMap.containsKey() method does not work properly if storeCacheMiss = true Fixed - RedissonRemoteService exceptions handling (thanks to @​mrmx) Fixed - RSearch.info() method throws NumberFormatException Fixed - HttpSessionListener.sessionDestroyed() method isn't called if Tomcat Session deleted by the node which didn't create it Fixed - LZ4CodecV2 isn't compatible with LZ4Codec Fixed - RSearch GroupBy.reduce alias isn't applied (thanks to @​arjunE1395)

Changelog

Sourced from org.redisson:redisson's changelog.

05-Dec-2023 - 3.25.0 released

Feature - RESP3 protocol support. protocol setting added
Feature - Spring Data Redis 3.2.0 implementation
Feature - RSetCacheV2, RSetV2 objects with more effecient partitioning in Cluster added in PRO version

Improvement - SLF4j updated to 2.0.9 version

Fixed - RFunction/RScript keys parameter accepts only String values
Fixed - IP address instead of hostname is used in sentinel mode with SSL connection
Fixed - Resources leak in Version.logVersion() method
Fixed - RLiveObjectService.persist() method with varargs hangs in cluster mode
Fixed - Redisson connection process may hang at start in some cases
Fixed - EntryExpiredListener isn't invoked by RMapCache instance in Redis Cluster 7+
Fixed - slave node in sentinel mode can't be recovered if it's a master node
Fixed - JsonJacksonCodec fails to serialize Throwable on Java17 (thanks to @​tomjankes)
Fixed - RBlockingDeque.move() throws an exception for empty result
Fixed - RScoredSortedSet.pollFirstEntries(count) and pollLastEntries(count) methods return wrong result
Fixed - BZMPOP command timeout isn't applied
Fixed - getBlockingDeque(), getDeque(), getPriorityDeque(), getPriorityBlockingDeque() throw NoClassDefFoundError if JDK version < 21
Fixed - RLocalCachedMap.containsKey() method does not work properly if storeCacheMiss = true
Fixed - RedissonRemoteService exceptions handling (thanks to @​mrmx)
Fixed - RSearch.info() method throws NumberFormatException
Fixed - HttpSessionListener.sessionDestroyed() method isn't called if Tomcat Session deleted by the node which didn't create it
Fixed - LZ4CodecV2 isn't compatible with LZ4Codec
Fixed - RSearch GroupBy.reduce alias isn't applied (thanks to @​arjunE1395)

Commits
  • d6bad01 [maven-release-plugin] prepare release redisson-3.25.0
  • 153e893 refactoring
  • 5b5d736 Intellij compilation fixed
  • a6b7c9e tests fixed
  • df286a8 Fixed - RFunction/RScript keys parameter accepts only Strings. #5480
  • 3a500b1 test fixed
  • 88f10fe useless test removed
  • ed6d21e Fixed - IP address instead of hostname is used in sentinel mode with SSL conn...
  • 2892b39 test fixed
  • 8fdb900 refactoring
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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:/redisson/redisson) from 3.24.3 to 3.25.0.
- [Release notes](https:/redisson/redisson/releases)
- [Changelog](https:/redisson/redisson/blob/master/CHANGELOG.md)
- [Commits](redisson/redisson@redisson-3.24.3...redisson-3.25.0)

---
updated-dependencies:
- dependency-name: org.redisson:redisson
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Dec 5, 2023
@DanielFran DanielFran merged commit 9acebda into main Dec 5, 2023
38 checks passed
@dependabot dependabot bot deleted the dependabot/maven/org.redisson-redisson-3.25.0 branch December 5, 2023 17:51
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