Nikita Koksharov
|
4a52898344
|
Merge pull request #3124 from redisson/dependabot/maven/redisson-spring-data/junit-junit-4.13.1
Bump junit from 4.12 to 4.13.1 in /redisson-spring-data
|
4 years ago |
Nikita Koksharov
|
f7a4e766e6
|
Merge pull request #3125 from redisson/dependabot/maven/redisson-spring-boot-starter/junit-junit-4.13.1
Bump junit from 4.12 to 4.13.1 in /redisson-spring-boot-starter
|
4 years ago |
Nikita Koksharov
|
bda5ff5127
|
Merge pull request #3126 from redisson/dependabot/maven/redisson-tomcat/junit-junit-4.13.1
Bump junit from 4.12 to 4.13.1 in /redisson-tomcat
|
4 years ago |
dependabot[bot]
|
9db7abc90f
|
Bump junit from 4.12 to 4.13.1 in /redisson-tomcat
Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1.
- [Release notes](https://github.com/junit-team/junit4/releases)
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.12.md)
- [Commits](https://github.com/junit-team/junit4/compare/r4.12...r4.13.1)
Signed-off-by: dependabot[bot] <support@github.com>
|
4 years ago |
dependabot[bot]
|
4e9ee7788d
|
Bump junit from 4.12 to 4.13.1 in /redisson-spring-boot-starter
Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1.
- [Release notes](https://github.com/junit-team/junit4/releases)
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.12.md)
- [Commits](https://github.com/junit-team/junit4/compare/r4.12...r4.13.1)
Signed-off-by: dependabot[bot] <support@github.com>
|
4 years ago |
dependabot[bot]
|
bb768a5ff6
|
Bump junit from 4.12 to 4.13.1 in /redisson-spring-data
Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1.
- [Release notes](https://github.com/junit-team/junit4/releases)
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.12.md)
- [Commits](https://github.com/junit-team/junit4/compare/r4.12...r4.13.1)
Signed-off-by: dependabot[bot] <support@github.com>
|
4 years ago |
dependabot[bot]
|
43ba1a35a3
|
Bump junit from 4.12 to 4.13.1 in /redisson
Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1.
- [Release notes](https://github.com/junit-team/junit4/releases)
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.12.md)
- [Commits](https://github.com/junit-team/junit4/compare/r4.12...r4.13.1)
Signed-off-by: dependabot[bot] <support@github.com>
|
4 years ago |
Nikita Koksharov
|
55abf9d780
|
Fixed - high contention during connection acquisition from connection pool. #3111
|
4 years ago |
Nikita Koksharov
|
3ab7930af3
|
refactoring
|
4 years ago |
Nikita Koksharov
|
adf8990356
|
Fixed - RTransaction should be executed in IN_MEMORY_ATOMIC mode #3119
|
4 years ago |
Nikita Koksharov
|
796335b7fc
|
Fixed - redisson-spring-boot-starter doesn't load config file #3116
|
4 years ago |
Nikita Koksharov
|
9b0332a358
|
refactoring
|
4 years ago |
Nikita Koksharov
|
a09c5d4ee8
|
javadocs fixed
|
4 years ago |
Nikita Koksharov
|
a16d27ee88
|
hibernate version updated
|
4 years ago |
Nikita Koksharov
|
e2eff37bbf
|
Fixed - object's name should be checked for null. #2493
|
4 years ago |
Nikita Koksharov
|
d3d8c7830a
|
Fixed - additional check for blocking command added to PingConnectionHandler. #3107
|
4 years ago |
Nikita Koksharov
|
3adf683c48
|
Merge branch 'master' of github.com:redisson/redisson
|
4 years ago |
Nikita Koksharov
|
d58ee9acdb
|
Fixed - "response has been skipped due to timeout" warnings were removed. #3107
|
4 years ago |
Nikita Koksharov
|
e48908ce6b
|
Fixed - RBatch doesn't handle MOVED, ASK errors in Redis Cluster #3102
Fixed - Thread get stuck on RLock lock method during Redis cluster slots migration #2921
|
4 years ago |
Nikita Koksharov
|
ba4f398fbd
|
Update CHANGELOG.md
|
4 years ago |
Nikita Koksharov
|
11acea57de
|
Merge branch 'master' of github.com:redisson/redisson
|
4 years ago |
Nikita Koksharov
|
7bc2b92844
|
Fixed - RBitSet.set(long bitIndex, boolean value) should return boolean. #1410
|
4 years ago |
Nikita Koksharov
|
4cc241b4ea
|
Create codeql-analysis.yml
|
4 years ago |
Nikita Koksharov
|
c639fc5826
|
Delete veracode-analysis.yml
|
4 years ago |
Nikita Koksharov
|
ba31cf0901
|
Fixed - RRateLimiter.delete() method returns false. #3099
|
4 years ago |
Nikita Koksharov
|
9583922628
|
Create veracode-analysis.yml
|
4 years ago |
Nikita Koksharov
|
06c6214035
|
refactoring
|
4 years ago |
Nikita Koksharov
|
478e54e877
|
refactoring
|
4 years ago |
Nikita Koksharov
|
48619623cd
|
Fixed - CROSSLOT error thrown if RLiveObject got updated
|
4 years ago |
Nikita Koksharov
|
6c94b494e4
|
libs updated
|
4 years ago |
Nikita Koksharov
|
b611fc99cf
|
Merge branch 'master' of github.com:redisson/redisson
|
4 years ago |
Nikita Koksharov
|
d6c78662c4
|
Improvement - set pingConnectionInterval = 30000 by default
|
4 years ago |
Nikita Koksharov
|
9094a2ff21
|
Update README.md
|
4 years ago |
Nikita Koksharov
|
efa0a85fb8
|
Update README.md
|
4 years ago |
Nikita Koksharov
|
8a9ef6d9c3
|
Update README.md
|
4 years ago |
Nikita Koksharov
|
0788fbe371
|
Update README.md
|
4 years ago |
Nikita Koksharov
|
e8816f322f
|
Update README.md
|
4 years ago |
Nikita Koksharov
|
a2fb15186d
|
Update README.md
|
4 years ago |
Nikita Koksharov
|
e4a8424229
|
Update README.md
|
4 years ago |
Nikita Koksharov
|
3754391fe8
|
Update CHANGELOG.md
|
4 years ago |
Nikita Koksharov
|
54f0c008ba
|
Update CHANGELOG.md
|
4 years ago |
Nikita Koksharov
|
944ffb567c
|
Update CHANGELOG.md
|
4 years ago |
Nikita Koksharov
|
aa58b6f323
|
Update README.md
|
4 years ago |
Nikita Koksharov
|
f4a6f92b69
|
[maven-release-plugin] prepare for next development iteration
|
4 years ago |
Nikita Koksharov
|
b5149c0a03
|
[maven-release-plugin] prepare release redisson-3.13.5
|
4 years ago |
Nikita Koksharov
|
004b941981
|
Merge pull request #2983 from anjia0532/starter-use-application
feat(starter): support spring config server/appolo/nacos
|
4 years ago |
Nikita Koksharov
|
bf77b70e37
|
Merge branch 'master' of github.com:redisson/redisson
|
4 years ago |
Nikita Koksharov
|
8b8f52b202
|
test fixed
|
4 years ago |
赵安家
|
6640ab88d6
|
Merge remote-tracking branch 'origin/starter-use-application' into starter-use-application
# Conflicts:
# redisson-spring-boot-starter/src/main/java/org/redisson/spring/starter/RedissonAutoConfiguration.java
# redisson-spring-boot-starter/src/main/java/org/redisson/spring/starter/RedissonProperties.java
|
4 years ago |
AnJia
|
64b7266ad0
|
feat(starter): support spring config server
support spring config server
BREAKING CHANGE: starter config
Signed-off-by: 赵安家 <anjia0532@gmail.com>
|
4 years ago |