Commit Graph

9378 Commits (0c7743c03e25521d7c7ddb90bc76d36ee2cb6608)
 

Author SHA1 Message Date
Nikita Koksharov 1819e0cd1f
Merge pull request #5940 from redisson/dependabot/maven/com.fasterxml.jackson-jackson-bom-2.17.1
Bump com.fasterxml.jackson:jackson-bom from 2.17.0 to 2.17.1
9 months ago
Nikita Koksharov a6a2c65717
Merge pull request #5937 from redisson/dependabot/maven/org.springframework.session-spring-session-core-3.3.0
Bump org.springframework.session:spring-session-core from 3.2.2 to 3.3.0
9 months ago
dependabot[bot] 03e0a5809a
Bump org.assertj:assertj-core from 3.25.3 to 3.26.0
Bumps [org.assertj:assertj-core](https://github.com/assertj/assertj) from 3.25.3 to 3.26.0.
- [Release notes](https://github.com/assertj/assertj/releases)
- [Commits](https://github.com/assertj/assertj/compare/assertj-build-3.25.3...assertj-build-3.26.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
9 months ago
dependabot[bot] 96a5f7d4e4
Bump com.fasterxml.jackson:jackson-bom from 2.17.0 to 2.17.1
Bumps [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) from 2.17.0 to 2.17.1.
- [Commits](https://github.com/FasterXML/jackson-bom/compare/jackson-bom-2.17.0...jackson-bom-2.17.1)

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson:jackson-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
9 months ago
dependabot[bot] a16094b84c
Bump org.springframework.session:spring-session-core from 3.2.2 to 3.3.0
Bumps [org.springframework.session:spring-session-core](https://github.com/spring-projects/spring-session) from 3.2.2 to 3.3.0.
- [Release notes](https://github.com/spring-projects/spring-session/releases)
- [Changelog](https://github.com/spring-projects/spring-session/blob/main/RELEASE.adoc)
- [Commits](https://github.com/spring-projects/spring-session/compare/3.2.2...3.3.0)

---
updated-dependencies:
- dependency-name: org.springframework.session:spring-session-core
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
9 months ago
Nikita Koksharov 9e211c93c5
Update CHANGELOG.md 9 months ago
Nikita Koksharov eb31a064a9 Fixed - duplicated master/slave added log output in sentinel mode 9 months ago
Nikita Koksharov 0fcedcc7ff Fixed - connection leak if master change operation failed during failover. #5936 9 months ago
Nikita Koksharov 909468ac4d RandomXoshiro256StarStar renamed to RandomXoshiro256PlusPlus 9 months ago
Nikita Koksharov 89138fc7e3 RandomXoshiro256StarStar renamed to RandomXoshiro256PlusPlus 9 months ago
Nikita Koksharov fb93403426 refactoring 9 months ago
Nikita Koksharov 9433d11a7b refactoring 9 months ago
Nikita Koksharov fb0bf29078 Merge branch 'master' of github.com:redisson/redisson 9 months ago
Nikita Koksharov 33ad98f6ba Fixed - RxJava3 request can't be canceled. #5498 9 months ago
Nikita Koksharov 80d919d35a
Merge pull request #5599 from mrmx/remote-service-rx-call-cancelation
RemoteService execution cancellation does not work with RxJava3 implementation
9 months ago
Nikita Koksharov cd2f5beb95
Merge pull request #5926 from redisson/dependabot/maven/org.apache.maven.plugins-maven-pmd-plugin-3.22.0
Bump org.apache.maven.plugins:maven-pmd-plugin from 3.20.0 to 3.22.0
9 months ago
Nikita Koksharov 60834bd92a
Merge pull request #5927 from redisson/dependabot/maven/org.testcontainers-testcontainers-bom-1.19.8
Bump org.testcontainers:testcontainers-bom from 1.19.7 to 1.19.8
9 months ago
Nikita Koksharov e91cff56f0 refactoring 9 months ago
Nikita Koksharov f08dfd894d Fixed - RFairLock doesn't calculate remaining ttl properly before next acquisition attempt. #4705 9 months ago
Nikita Koksharov 0fee591af4 Fixed - scanInterval setting check #5091 9 months ago
Nikita Koksharov 0bcfcaf221 Fixed - ElementsSubscribeService.resubscribe() method throws RedissonShutdownException #5933 9 months ago
Nikita Koksharov 17f8ea3e0e refactoring 9 months ago
Nikita Koksharov 56a4131183 checkstyle fixed 9 months ago
Nikita Koksharov 90201424b6 Fixed - Redis node random selection doesn't work properly 9 months ago
Nikita Koksharov 3058fc879c Fixed - RMap.getAll() method throws an exception if result of RMap.keySet() method passed as an argument 9 months ago
Nikita Koksharov 1576e216e3 Merge branch 'master' of github.com:redisson/redisson 9 months ago
Nikita Koksharov 7c19ead386 cluster logging improvement 9 months ago
Nikita Koksharov d8ae46993a
Merge pull request #5929 from seakider/fix_concurrency
Fixed - Concurrency problem
9 months ago
seakider c6fdfedb5b Fixed - Concurrency problem, oldEntry.addThreadId may happen before entry.addThreadId
Signed-off-by: seakider <seakider@gmail.com>
9 months ago
Nikita Koksharov be794b0c60 Fixed - entry shutdown during cluster slots migration check #5553 9 months ago
dependabot[bot] fd2de2e64b
Bump org.testcontainers:testcontainers-bom from 1.19.7 to 1.19.8
Bumps [org.testcontainers:testcontainers-bom](https://github.com/testcontainers/testcontainers-java) from 1.19.7 to 1.19.8.
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)
- [Commits](https://github.com/testcontainers/testcontainers-java/compare/1.19.7...1.19.8)

---
updated-dependencies:
- dependency-name: org.testcontainers:testcontainers-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
9 months ago
dependabot[bot] 4e145347f8
Bump org.apache.maven.plugins:maven-pmd-plugin from 3.20.0 to 3.22.0
Bumps [org.apache.maven.plugins:maven-pmd-plugin](https://github.com/apache/maven-pmd-plugin) from 3.20.0 to 3.22.0.
- [Release notes](https://github.com/apache/maven-pmd-plugin/releases)
- [Commits](https://github.com/apache/maven-pmd-plugin/compare/maven-pmd-plugin-3.20.0...maven-pmd-plugin-3.22.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-pmd-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
9 months ago
Nikita Koksharov a489ffd73f version updated 10 months ago
Nikita Koksharov b3a5e5e27e Merge branch 'master' of github.com:redisson/redisson 10 months ago
Nikita Koksharov b183227630 Fixed - RListMultimap throws too many results to unpack error 10 months ago
Nikita Koksharov f3f8d863c1 refactoring 10 months ago
Nikita Koksharov 7df2f85eec refactoring 10 months ago
Nikita Koksharov 605b65ae3b
Update CHANGELOG.md 10 months ago
Nikita Koksharov a8daa84e86 [maven-release-plugin] prepare for next development iteration 10 months ago
Nikita Koksharov ac1d1fb44d [maven-release-plugin] prepare release redisson-parent-3.31.0 10 months ago
Nikita Koksharov 4bf4cb13e3 Fixed - Cluster failover handling #5857 10 months ago
Nikita Koksharov 7b2c1895a9 Revert "Fixed - Cluster failover handling #5857"
This reverts commit c86af4ec18.
10 months ago
Nikita Koksharov ee5f9a98fb Feature - Spring Data Redis 3.3.0 integration 10 months ago
Nikita Koksharov 689503a6ca Feature - Spring Boot upgraded to 3.3.0 10 months ago
Nikita Koksharov 67d39781d5 Feature - Spring Data Redis 3.3.0 integration 10 months ago
Nikita Koksharov 85b18b6501 Feature - Spring Data Redis 3.3.0 integration 10 months ago
Nikita Koksharov c86af4ec18 Fixed - Cluster failover handling #5857 10 months ago
Nikita Koksharov 4e6c0be911 Fixed - cluster topology scan shouldn't be stopped by any exception. #5857 10 months ago
Nikita Koksharov b607554a4a Fixed - RedissonSetMultiMap throws too many results to unpack" error. #5903 10 months ago
Nikita Koksharov 277addd78b
Merge pull request #5919 from seakider/fix_append_command
Fixed - append commands error when using batch mode
10 months ago