Nikita Koksharov
919795c10e
build fixed
8 months ago
Nikita Koksharov
6b3d62939d
refactoring
8 months ago
Nikita Koksharov
9d41febca6
Feature - Quarkus Cache implementation added #5943
8 months ago
Nikita Koksharov
f4ca7e934a
refactoring
8 months ago
Nikita Koksharov
aa24138f4b
refactoring
8 months ago
Nikita Koksharov
66fa8a6cd6
javadocs fixed #5900
8 months ago
Nikita Koksharov
0824ac8e5e
Merge pull request #5915 from bclay2116/master
...
Fix #5426
8 months ago
Nikita Koksharov
ec750ceb31
Merge pull request #5963 from redisson/dependabot/maven/org.javassist-javassist-3.30.2-GA
...
Bump org.javassist:javassist from 3.25.0-GA to 3.30.2-GA
8 months ago
Nikita Koksharov
d643cf8afa
Merge pull request #5962 from redisson/dependabot/maven/com.mycila-license-maven-plugin-4.5
...
Bump com.mycila:license-maven-plugin from 4.3 to 4.5
8 months ago
Nikita Koksharov
9892f4bc08
Merge pull request #5961 from redisson/dependabot/maven/org.apache.maven.plugins-maven-checkstyle-plugin-3.4.0
...
Bump org.apache.maven.plugins:maven-checkstyle-plugin from 3.3.1 to 3.4.0
8 months ago
Nikita Koksharov
9f8c44c6c7
Merge pull request #5959 from redisson/dependabot/maven/org.apache.maven.plugins-maven-surefire-plugin-3.3.0
...
Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.5 to 3.3.0
8 months ago
Nikita Koksharov
8c47a291e5
Merge pull request #5958 from seakider/fix_redisearch_create
...
Fixed - Redisearch parse params error
8 months ago
Nikita Koksharov
f8fb87a0b4
Merge pull request #5957 from seakider/fix_redisearch_info
...
Fixed - Redisearch get index info throws NumberFormatException #5950
8 months ago
dependabot[bot]
4119b4224c
Bump org.javassist:javassist from 3.25.0-GA to 3.30.2-GA
...
Bumps [org.javassist:javassist](https://github.com/jboss-javassist/javassist ) from 3.25.0-GA to 3.30.2-GA.
- [Release notes](https://github.com/jboss-javassist/javassist/releases )
- [Changelog](https://github.com/jboss-javassist/javassist/blob/master/Changes.md )
- [Commits](https://github.com/jboss-javassist/javassist/commits )
---
updated-dependencies:
- dependency-name: org.javassist:javassist
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
8 months ago
dependabot[bot]
613fd7dc78
Bump com.mycila:license-maven-plugin from 4.3 to 4.5
...
Bumps [com.mycila:license-maven-plugin](https://github.com/mathieucarbou/license-maven-plugin ) from 4.3 to 4.5.
- [Commits](https://github.com/mathieucarbou/license-maven-plugin/compare/license-maven-plugin-4.3...license-maven-plugin-4.5 )
---
updated-dependencies:
- dependency-name: com.mycila:license-maven-plugin
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
8 months ago
dependabot[bot]
3101b7de63
Bump org.apache.maven.plugins:maven-checkstyle-plugin
...
Bumps [org.apache.maven.plugins:maven-checkstyle-plugin](https://github.com/apache/maven-checkstyle-plugin ) from 3.3.1 to 3.4.0.
- [Commits](https://github.com/apache/maven-checkstyle-plugin/compare/maven-checkstyle-plugin-3.3.1...maven-checkstyle-plugin-3.4.0 )
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-checkstyle-plugin
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
8 months ago
dependabot[bot]
349f2d4baf
Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.5 to 3.3.0
...
Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire ) from 3.2.5 to 3.3.0.
- [Release notes](https://github.com/apache/maven-surefire/releases )
- [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.2.5...surefire-3.3.0 )
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-surefire-plugin
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
8 months ago
Brandon Clay
b69b921c3c
Fix #5426
...
Override setId from StandardSession to detect ID change and invoke rename on the persisted map. Add functions in Session Manager to support calling directly through to super class.
Signed-off-by: Brandon Clay <brandon.clay@bcdautomation.com>
8 months ago
seakider
122c0cba34
Fixed - Redisearch parse params error
...
Signed-off-by: seakider <seakider@gmail.com>
8 months ago
seakider
6f037624fb
Fixed - Redisearch get index info throws NumberFormatException #5950
...
Signed-off-by: seakider <seakider@gmail.com>
8 months ago
Nikita Koksharov
0f42ddfbea
Merge branch 'master' of github.com:redisson/redisson
8 months ago
Nikita Koksharov
3a8c757448
Fixed - Cluster failover handling #5857
8 months ago
Nikita Koksharov
9cb13fd832
Merge pull request #5949 from seakider/feature_unlinkByPattern
...
Feature - RedissonKeys implements UnlinkByPattern and unlinkByPatternAsync methods
8 months ago
seakider
5461584042
Feature - RedissonKeys implements UnlinkByPattern and unlinkByPatternAsync methods
...
add method to RKeysRx and RKeysReactive interfaces
Signed-off-by: seakider <seakider@gmail.com>
8 months ago
Nikita Koksharov
5f16dbf42e
Redis updated
8 months ago
Nikita Koksharov
9d97c12252
Feature - RMapCacheNative implementation which uses Redis 7.4+ commands #5954
8 months ago
seakider
db8324f5ea
Feature - RedissonKeys implements UnlinkByPattern and unlinkByPatternAsync methods
...
Signed-off-by: seakider <seakider@gmail.com>
8 months ago
Nikita Koksharov
83c536ea64
refactoring
8 months ago
Nikita Koksharov
ea16f7eed2
refactoring
8 months ago
Nikita Koksharov
8c3dcf5b71
tests fixed
8 months ago
Nikita Koksharov
ed1a0557f1
Merge branch 'master' of github.com:redisson/redisson
8 months ago
Nikita Koksharov
d59afa8a0e
Fixed - last master node shouldn't be removed in cluster topology #5931
8 months ago
Nikita Koksharov
7048261730
refactoring
8 months ago
Nikita Koksharov
dfc9d522fa
Merge pull request #5941 from redisson/dependabot/maven/org.assertj-assertj-core-3.26.0
...
Bump org.assertj:assertj-core from 3.25.3 to 3.26.0
8 months ago
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
8 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
8 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>
8 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>
8 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>
8 months ago
Nikita Koksharov
9e211c93c5
Update CHANGELOG.md
8 months ago
Nikita Koksharov
eb31a064a9
Fixed - duplicated master/slave added log output in sentinel mode
8 months ago
Nikita Koksharov
0fcedcc7ff
Fixed - connection leak if master change operation failed during failover. #5936
8 months ago
Nikita Koksharov
909468ac4d
RandomXoshiro256StarStar renamed to RandomXoshiro256PlusPlus
8 months ago
Nikita Koksharov
89138fc7e3
RandomXoshiro256StarStar renamed to RandomXoshiro256PlusPlus
8 months ago
Nikita Koksharov
fb93403426
refactoring
8 months ago
Nikita Koksharov
9433d11a7b
refactoring
8 months ago
Nikita Koksharov
fb0bf29078
Merge branch 'master' of github.com:redisson/redisson
8 months ago
Nikita Koksharov
33ad98f6ba
Fixed - RxJava3 request can't be canceled. #5498
8 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
8 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
8 months ago