Nikita Koksharov
bc684cb381
Merge pull request #5873 from MartinEkInsurely/shutdown-timeout-5795
...
Correctly update shutdown timeout after each step in connection manager shutdown
9 months ago
Nikita Koksharov
1ff8cb3ad3
Update CONTRIBUTING.md
9 months ago
Nikita Koksharov
7d86479757
refactoring
9 months ago
Nikita Koksharov
c1e597cb68
Merge branch 'master' of github.com:redisson/redisson
9 months ago
Nikita Koksharov
dc9f0e3035
Merge pull request #5875 from ghollies/retry-NOREPLICAS-upstream
...
Allow retry of NOREPLICAS error
9 months ago
Gabriel Hollies
b7799c4440
Allow retry of NOREPLICAS error
...
* During a failover event where a new redis master is being promoted
there is a period of time before the slaves begin to follow the new
master. This can lead to write calls failing with NOREPLICAS. This
usually happens when min-slaves-to-write is configured as non 0.
* This error could occur for a misconfiguration, and reties wouldnt
help, but we have found that in practice we see failed writes on
most failovers due to this error, and a treating it as retryable
would have prevented those exception cases.
Signed-off-by: Gabriel Hollies <gabriel.hollies@appian.com>
9 months ago
Martin Ek
2ea7c51024
Correctly update shutdown timeout after each step in connection manager shutdown
...
Signed-off-by: Martin Ek <martin.ek@insurely.com>
9 months ago
Nikita Koksharov
7b29c420de
Update README.md
9 months ago
Nikita Koksharov
559f513a9c
Update README.md
9 months ago
Nikita Koksharov
89bbcc6ce7
refactoring
9 months ago
Nikita Koksharov
e3a851a9e0
refactoring
9 months ago
Nikita Koksharov
189e07f871
Merge branch 'master' of github.com:redisson/redisson
9 months ago
Nikita Koksharov
5ae746dcc6
Fixed - broken tck JCache tests
9 months ago
Nikita Koksharov
852ff16e39
refactoring
9 months ago
Nikita Koksharov
26fcf78e7d
Update README.md
9 months ago
Nikita Koksharov
69f7bc2c94
version updated
9 months ago
Nikita Koksharov
ac13dfbf1f
refactoring
9 months ago
Nikita Koksharov
1f57d87084
Fixed - not all sentinels defined in the configuration are registered
9 months ago
Nikita Koksharov
4b27f623f9
Merge branch 'master' of github.com:redisson/redisson
9 months ago
Nikita Koksharov
3f41f5f77c
versions updated
9 months ago
Nikita Koksharov
b16409755d
Merge pull request #5866 from redisson/dependabot/maven/org.apache.maven.plugins-maven-gpg-plugin-3.2.4
...
Bump org.apache.maven.plugins:maven-gpg-plugin from 1.6 to 3.2.4
9 months ago
Nikita Koksharov
d97ad9be0e
Merge pull request #5865 from redisson/dependabot/maven/org.springframework.boot-spring-boot-autoconfigure-3.2.5
...
Bump org.springframework.boot:spring-boot-autoconfigure from 3.2.4 to 3.2.5
9 months ago
Nikita Koksharov
f74a4246d8
Merge pull request #5864 from redisson/dependabot/maven/org.springframework.boot-spring-boot-dependencies-3.2.5
...
Bump org.springframework.boot:spring-boot-dependencies from 3.2.2 to 3.2.5
9 months ago
dependabot[bot]
48f0dcbf43
Bump org.apache.maven.plugins:maven-gpg-plugin from 1.6 to 3.2.4
...
Bumps [org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin ) from 1.6 to 3.2.4.
- [Release notes](https://github.com/apache/maven-gpg-plugin/releases )
- [Commits](https://github.com/apache/maven-gpg-plugin/compare/maven-gpg-plugin-1.6...maven-gpg-plugin-3.2.4 )
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-gpg-plugin
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
9 months ago
dependabot[bot]
5974373ca2
Bump org.springframework.boot:spring-boot-autoconfigure
...
Bumps [org.springframework.boot:spring-boot-autoconfigure](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-autoconfigure
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
9 months ago
dependabot[bot]
1715dd08bb
Bump org.springframework.boot:spring-boot-dependencies
...
Bumps [org.springframework.boot:spring-boot-dependencies](https://github.com/spring-projects/spring-boot ) from 3.2.2 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.2...v3.2.5 )
---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-dependencies
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
9 months ago
Nikita Koksharov
b0836e5e91
Update CHANGELOG.md
9 months ago
Nikita Koksharov
a02d60a004
[maven-release-plugin] prepare for next development iteration
9 months ago
Nikita Koksharov
49dcea0be6
[maven-release-plugin] prepare release redisson-3.30.0
9 months ago
Nikita Koksharov
6f3acebe56
refactoring
9 months ago
Nikita Koksharov
c1d3e4881a
test fixed
9 months ago
Nikita Koksharov
7a8ee736da
refactoring
9 months ago
Nikita Koksharov
ab31631880
Fixed - io.projectreactor should be defined as optional in OSGi MANIFEST
9 months ago
Nikita Koksharov
ce70bf3945
Feature - Async, Rx, Reactive interfaces implemented for RBloomFilter object. #5836
9 months ago
Nikita Koksharov
04b206cbc5
refactoring
9 months ago
Nikita Koksharov
05c5b8a637
test added
9 months ago
Nikita Koksharov
a82bd11f3e
Fixed - Spring Data Redis blocking poll commands can't be reattached after failover
9 months ago
Nikita Koksharov
1f86d115b0
Fixed - Spring Data Redis StreamPollTask.deserializeAndEmitRecords method throws NPE after failover #4006
9 months ago
Nikita Koksharov
4eba62349d
Improvement - configuration variable defined as Java system property overrides environment variable
9 months ago
Nikita Koksharov
91dadeb49e
Feature - RJsonBucket.merge() method added. #5787
9 months ago
Nikita Koksharov
8a14ac997d
refactoring
9 months ago
Nikita Koksharov
87f1a42289
refactoring
9 months ago
Nikita Koksharov
15af67a39c
test fixed
9 months ago
Nikita Koksharov
48e010e239
Merge branch 'master' of github.com:redisson/redisson
9 months ago
Nikita Koksharov
02c40a96c4
Fixed - LiveObject field can't set to null value. #5847
9 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
9 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
9 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
9 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
9 months ago
Nikita Koksharov
b2e3bcad20
Feature - sslKeystoreType setting added. #5846
9 months ago