Commit Graph

10195 Commits (f03d297eabf24d665cbfd9717ba2dd60cba2c562)
 

Author SHA1 Message Date
Nikita Koksharov a0d933191e refactoring 2 months ago
Nikita Koksharov 73228aa893 Fixed - NoClassDefFoundError is thrown during run with Spring Boot 3.4.0 in native mode. #6320 2 months ago
Nikita Koksharov df58bf38c7 Fixed - RTopic and RShardedTopic fail to resubscribe after node's DNS record change. #6023 2 months ago
Nikita Koksharov 000fe9685d refactoring 2 months ago
Nikita Koksharov 805511a2d1 Merge branch 'master' of github.com:redisson/redisson 2 months ago
Nikita Koksharov f4c7783fec SimpleDnsServer added 2 months ago
Nikita Koksharov 2e71c7186d
Update CHANGELOG.md 2 months ago
Nikita Koksharov eb9e174b67
Update CHANGELOG.md 2 months ago
Nikita Koksharov f5fd616174 [maven-release-plugin] prepare for next development iteration 2 months ago
Nikita Koksharov fdc719a532 [maven-release-plugin] prepare release redisson-3.40.0 2 months ago
Nikita Koksharov 9688cbacce Fixed - IPV6 uris with braces are parsed incorrectly. #6313 2 months ago
Nikita Koksharov f979181719 RedisURITest added 2 months ago
Nikita Koksharov 4769733194 test dependencies removed 2 months ago
Nikita Koksharov 05b91d2588 docs updated 2 months ago
Nikita Koksharov 08d98cf06d Merge branch 'master' of github.com:redisson/redisson 2 months ago
Nikita Koksharov 1868e9f741 Fixed - minCleanUpDelay setting isn't applied during the first run of the EvictionTask. #6311 2 months ago
Nikita Koksharov 5fc5ff3b59
Update README.md 2 months ago
Nikita Koksharov 152966b7f2 Merge branch 'master' of github.com:redisson/redisson 2 months ago
Nikita Koksharov b0d75659ca Fixed - master node shouldn't on new ip addition for AWS Serverless endpoint. #6278 2 months ago
Nikita Koksharov abd7b5ee55 timeout added 2 months ago
Nikita Koksharov 5ff655a899
Update README.md 2 months ago
Nikita Koksharov 5d9a0fc1c7
Merge pull request #6300 from davidreis97/multimap-fast-replace-values
Add fastReplaceValuesAsync and fastReplaceValues to RMultimap and its implementations.
2 months ago
David Reis 9a10011263 Add fastReplaceValuesAsync and fastReplaceValues to RMultimap and its implementations.
Is faster than replaceValues and replaceValuesAsync by not returning the new values.

Signed-off-by: David Reis <david.alex.reis.97@gmail.com>
2 months ago
Nikita Koksharov 1ab8c27181 Fixed - Quarkus native build requires Snappy library. #6296 2 months ago
Nikita Koksharov 321bca7710 Fixed - Quarkus 3.14+ compatibility 2 months ago
Nikita Koksharov 27e62cd6ef Fixed - configuration parsing fixed in Quarkus 3.14+ 2 months ago
Nikita Koksharov 48bbe57f2e micronaut upgraded 2 months ago
Nikita Koksharov 2a3efb8598 Merge branch 'master' of github.com:redisson/redisson 2 months ago
Nikita Koksharov 724ac33f2b Added getLocalCachedMapCache method 2 months ago
Nikita Koksharov 9c204892bf
Merge pull request #6299 from seakider/feat_atomic_compare_set
Feature - Atomic class add greaterThanSet and lessThanSet method
2 months ago
Nikita Koksharov 8fc04158d8 Added getLocalCachedMapCache method 2 months ago
seakider 9b7865448d Feature - Atomic class add greaterThanSet and lessThanSet method
modify method name

Signed-off-by: seakider <seakider@gmail.com>
2 months ago
seakider 5f993143c6 Feature - Atomic class add greaterThanSet and lessThanSet method
modify method name

Signed-off-by: seakider <seakider@gmail.com>
2 months ago
seakider b00df2aa89 Fix - remove redundant import
Signed-off-by: seakider <seakider@gmail.com>
2 months ago
seakider 96ff0ec7c6 Feature - modify return type of method greaterThanSet and lessThanSet
Signed-off-by: seakider <seakider@gmail.com>
2 months ago
seakider 993059fcc6 Feature - Atomic class add greaterThanSet and lessThanSet method
Signed-off-by: seakider <seakider@gmail.com>
2 months ago
Nikita Koksharov fd33f69bc4 Spring Boot upgraded to 3.4.0 3 months ago
Nikita Koksharov fa78ab2850 Merge branch 'master' of github.com:redisson/redisson 3 months ago
Nikita Koksharov cbec6818a3 Feature - Spring Data Redis 3.4.x module added 3 months ago
Nikita Koksharov 986aa565ef Feature - Spring Data Redis 3.4.x module added 3 months ago
Nikita Koksharov f486208d96
Merge pull request #6295 from seakider/fix_bitset_length
Fixed - method lengthAsync of RedissonBitSet
3 months ago
Nikita Koksharov a0604af095
Merge pull request #6293 from redisson/dependabot/maven/redisson-tomcat/redisson-tomcat-11/org.apache.tomcat-tomcat-jasper-11.0.1
Bump org.apache.tomcat:tomcat-jasper from 11.0.0 to 11.0.1 in /redisson-tomcat/redisson-tomcat-11
3 months ago
seakider 10d9673e7b Fixed - method length return unexpected value and caused RedisException in some case
Signed-off-by: seakider <seakider@gmail.com>
3 months ago
dependabot[bot] 9e40212706
Bump org.apache.tomcat:tomcat-jasper
Bumps org.apache.tomcat:tomcat-jasper from 11.0.0 to 11.0.1.

---
updated-dependencies:
- dependency-name: org.apache.tomcat:tomcat-jasper
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
3 months ago
Nikita Koksharov ea9941de6d
Merge pull request #6290 from lyrric/Bugfix-6286
Fixed - TypedJsonJacksonCodec should catch Exception #6286
3 months ago
lyrric bd92bf6e35 Fixed - TypedJsonJacksonCodec should catch Exception #6286
Signed-off-by: lyrric <xx20510@163.com>
3 months ago
Nikita Koksharov 347cbe0563 javadocs updated 3 months ago
Nikita Koksharov 09c468794a
Update CHANGELOG.md 3 months ago
Nikita Koksharov 56f7467026
Update CHANGELOG.md 3 months ago
Nikita Koksharov d588e85c41 [maven-release-plugin] prepare for next development iteration 3 months ago