Commit Graph

9196 Commits (49dcea0be6e58d64e7554c3aa8b05060c9377432)
 

Author SHA1 Message Date
Nikita Koksharov 49dcea0be6 [maven-release-plugin] prepare release redisson-3.30.0 10 months ago
Nikita Koksharov 6f3acebe56 refactoring 10 months ago
Nikita Koksharov c1d3e4881a test fixed 10 months ago
Nikita Koksharov 7a8ee736da refactoring 10 months ago
Nikita Koksharov ab31631880 Fixed - io.projectreactor should be defined as optional in OSGi MANIFEST 10 months ago
Nikita Koksharov ce70bf3945 Feature - Async, Rx, Reactive interfaces implemented for RBloomFilter object. #5836 10 months ago
Nikita Koksharov 04b206cbc5 refactoring 10 months ago
Nikita Koksharov 05c5b8a637 test added 10 months ago
Nikita Koksharov a82bd11f3e Fixed - Spring Data Redis blocking poll commands can't be reattached after failover 10 months ago
Nikita Koksharov 1f86d115b0 Fixed - Spring Data Redis StreamPollTask.deserializeAndEmitRecords method throws NPE after failover #4006 10 months ago
Nikita Koksharov 4eba62349d Improvement - configuration variable defined as Java system property overrides environment variable 10 months ago
Nikita Koksharov 91dadeb49e Feature - RJsonBucket.merge() method added. #5787 10 months ago
Nikita Koksharov 8a14ac997d refactoring 10 months ago
Nikita Koksharov 87f1a42289 refactoring 10 months ago
Nikita Koksharov 15af67a39c test fixed 10 months ago
Nikita Koksharov 48e010e239 Merge branch 'master' of github.com:redisson/redisson 10 months ago
Nikita Koksharov 02c40a96c4 Fixed - LiveObject field can't set to null value. #5847 10 months ago
Nikita Koksharov a709b1cd60
Merge pull request #5845 from redisson/dependabot/maven/org.springframework.boot-spring-boot-actuator-3.2.5
Bump org.springframework.boot:spring-boot-actuator from 3.2.4 to 3.2.5
10 months ago
Nikita Koksharov f81a116e91
Merge pull request #5844 from redisson/dependabot/maven/net.bytebuddy-byte-buddy-1.14.14
Bump net.bytebuddy:byte-buddy from 1.14.13 to 1.14.14
10 months ago
Nikita Koksharov 3c4364abda
Merge pull request #5843 from redisson/dependabot/maven/com.h2database-h2-2.2.224
Bump com.h2database:h2 from 2.2.220 to 2.2.224
10 months ago
Nikita Koksharov 54c1059e8a
Merge pull request #5841 from redisson/dependabot/maven/org.apache.maven.plugins-maven-shade-plugin-3.5.3
Bump org.apache.maven.plugins:maven-shade-plugin from 3.2.1 to 3.5.3
10 months ago
Nikita Koksharov b2e3bcad20 Feature - sslKeystoreType setting added. #5846 10 months ago
Nikita Koksharov 1b6cc8cee0 Fixed - Sentinels discovery is applied at Redisson startup if sentinelsDiscovery = true 10 months ago
dependabot[bot] 80f42e3ea8
Bump org.springframework.boot:spring-boot-actuator from 3.2.4 to 3.2.5
Bumps [org.springframework.boot:spring-boot-actuator](https://github.com/spring-projects/spring-boot) from 3.2.4 to 3.2.5.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](https://github.com/spring-projects/spring-boot/compare/v3.2.4...v3.2.5)

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-actuator
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
10 months ago
dependabot[bot] e4f4c28213
Bump net.bytebuddy:byte-buddy from 1.14.13 to 1.14.14
Bumps [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) from 1.14.13 to 1.14.14.
- [Release notes](https://github.com/raphw/byte-buddy/releases)
- [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md)
- [Commits](https://github.com/raphw/byte-buddy/compare/byte-buddy-1.14.13...byte-buddy-1.14.14)

---
updated-dependencies:
- dependency-name: net.bytebuddy:byte-buddy
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
10 months ago
dependabot[bot] f1f4f07634
Bump com.h2database:h2 from 2.2.220 to 2.2.224
Bumps [com.h2database:h2](https://github.com/h2database/h2database) from 2.2.220 to 2.2.224.
- [Release notes](https://github.com/h2database/h2database/releases)
- [Commits](https://github.com/h2database/h2database/compare/version-2.2.220...version-2.2.224)

---
updated-dependencies:
- dependency-name: com.h2database:h2
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
10 months ago
dependabot[bot] d19f5aa146
Bump org.apache.maven.plugins:maven-shade-plugin from 3.2.1 to 3.5.3
Bumps [org.apache.maven.plugins:maven-shade-plugin](https://github.com/apache/maven-shade-plugin) from 3.2.1 to 3.5.3.
- [Release notes](https://github.com/apache/maven-shade-plugin/releases)
- [Commits](https://github.com/apache/maven-shade-plugin/compare/maven-shade-plugin-3.2.1...maven-shade-plugin-3.5.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
10 months ago
Nikita Koksharov 0b60e270c3 Fixed - Unable to find session error reported by RedissonSessionManager #5835 10 months ago
Nikita Koksharov b26cb23e72 test fixed 10 months ago
Nikita Koksharov a135357da4 Fixed - master node is used for read operations after slave node addition if readMode = SLAVE in replicated mode 10 months ago
Nikita Koksharov 5ecc9dc4f9 Fixed - failover handling of blocking methods calls with defined timeout. RStream, RBlockingQueue objects. 10 months ago
Nikita Koksharov ca27cfa001 refactoring 10 months ago
Nikita Koksharov 7baad67849 refactoring 10 months ago
Nikita Koksharov 450bfbcdbe Merge branch 'master' of github.com:redisson/redisson 10 months ago
Nikita Koksharov e4a1da6b74 Improvement - JCachingProvider logging added 10 months ago
Nikita Koksharov 803020f3b9
Merge pull request #5829 from raja2102598/fix/multipleTransactionalLocalCachedMap
Fix work with multiple different RLocalCachedMap in the same RTransaction #5564
10 months ago
raja.jaisankar 28a01e6fb3 Review changes
Signed-off-by: raja.jaisankar <raja.jaisankar@onebillsoftware.com>
10 months ago
Vladyslav Ogol c1aa2255f5 Fix work with multiple different RLocalCachedMap in the same RTransaction
Signed-off-by: Vladyslav Ogol <vladyslav.ogol@gmail.com>
10 months ago
Nikita Koksharov a854c89eeb Improvement - JCachingProvider logging added 10 months ago
Nikita Koksharov 41c3590bf7 Fixed - codec setting isn't applied in redisson.getMap(MapOptions) method. #5819 10 months ago
Nikita Koksharov de245e9883 Merge branch 'master' of github.com:redisson/redisson 10 months ago
Nikita Koksharov df1deb2a7c Fixed - SentinelConnectionManager stops scheduling change check / dns check after host resolution error. #5818 10 months ago
Nikita Koksharov 9170f8537b compilation fixed 10 months ago
Nikita Koksharov 99feb22af0
Merge pull request #5826 from redisson/dependabot/maven/com.github.ben-manes.caffeine-caffeine-3.1.8
Bump com.github.ben-manes.caffeine:caffeine from 3.1.1 to 3.1.8
10 months ago
Nikita Koksharov 6824ec2088
Merge pull request #5822 from redisson/dependabot/maven/io.projectreactor-reactor-test-3.6.5
Bump io.projectreactor:reactor-test from 3.6.4 to 3.6.5
10 months ago
Nikita Koksharov fe51b4adbe
Merge pull request #5823 from redisson/dependabot/maven/org.apache.maven.plugins-maven-compiler-plugin-3.13.0
Bump org.apache.maven.plugins:maven-compiler-plugin from 3.11.0 to 3.13.0
10 months ago
Nikita Koksharov be9bcd6e07
Merge pull request #5824 from redisson/dependabot/maven/com.puppycrawl.tools-checkstyle-10.16.0
Bump com.puppycrawl.tools:checkstyle from 10.15.0 to 10.16.0
10 months ago
Nikita Koksharov fbd39f0eae
Merge pull request #5825 from redisson/dependabot/maven/org.apache.maven.plugins-maven-jar-plugin-3.4.1
Bump org.apache.maven.plugins:maven-jar-plugin from 3.1.0 to 3.4.1
10 months ago
Nikita Koksharov 03cf1def64
Merge pull request #5821 from MasterShi/master
Add getActiveTopic method
10 months ago
dependabot[bot] efdf5bb058
Bump com.github.ben-manes.caffeine:caffeine from 3.1.1 to 3.1.8
Bumps [com.github.ben-manes.caffeine:caffeine](https://github.com/ben-manes/caffeine) from 3.1.1 to 3.1.8.
- [Release notes](https://github.com/ben-manes/caffeine/releases)
- [Commits](https://github.com/ben-manes/caffeine/compare/v3.1.1...v3.1.8)

---
updated-dependencies:
- dependency-name: com.github.ben-manes.caffeine:caffeine
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
10 months ago