Commit Graph

6262 Commits (430b8131045b0163b4fcf682966a379889b28907)
 

Author SHA1 Message Date
Nikita Koksharov 70f9dd6ab0
Merge pull request #3127 from redisson/dependabot/maven/redisson-hibernate/junit-junit-4.13.1
Bump junit from 4.12 to 4.13.1 in /redisson-hibernate
4 years ago
Nikita Koksharov 16c1cfc2ce
Merge pull request #3128 from redisson/dependabot/maven/redisson-mybatis/junit-junit-4.13.1
Bump junit from 4.12 to 4.13.1 in /redisson-mybatis
4 years ago
Nikita Koksharov 28cea8fb07 Merge branch 'master' of github.com:redisson/redisson 4 years ago
Nikita Koksharov c1078823e8 test fixed 4 years ago
Nikita Koksharov d53f5ca747 Fixed - high contention during connection acquisition from connection pool. #3111 4 years ago
dependabot[bot] eefe8dbc98
Bump junit from 4.12 to 4.13.1 in /redisson-hibernate
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] f15fe2b3eb
Bump junit from 4.12 to 4.13.1 in /redisson-mybatis
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 12a5756610
Merge pull request #3123 from redisson/dependabot/maven/redisson/junit-junit-4.13.1
Bump junit from 4.12 to 4.13.1 in /redisson
4 years ago
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