dependabot[bot]
|
7bb53ee336
|
Bump io.lettuce:lettuce-core in /redisson-spring-data
Bumps [io.lettuce:lettuce-core](https://github.com/lettuce-io/lettuce-core) from 6.3.2.RELEASE to 6.5.1.RELEASE.
- [Release notes](https://github.com/lettuce-io/lettuce-core/releases)
- [Changelog](https://github.com/redis/lettuce/blob/main/RELEASE-NOTES.md)
- [Commits](https://github.com/lettuce-io/lettuce-core/compare/6.3.2.RELEASE...6.5.1.RELEASE)
---
updated-dependencies:
- dependency-name: io.lettuce:lettuce-core
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
|
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 |
Nikita Koksharov
|
97a057cc03
|
[maven-release-plugin] prepare release redisson-3.39.0
|
3 months ago |
Nikita Koksharov
|
36359bdd1c
|
description fixed
|
3 months ago |
Nikita Koksharov
|
8dcf73f4a7
|
Fixed - rename() method does not replace an existing structure in cluster mode. #6280
|
3 months ago |
Nikita Koksharov
|
a9fd899c4a
|
Fixed - NPE is thrown if RExecutorService task submitted in GraalVM native image. #6073
|
3 months ago |
Nikita Koksharov
|
1764880b25
|
libs updated
|
3 months ago |
Nikita Koksharov
|
f2d81ffc87
|
Fixed - JsonJacksonCodec doesn't work in GraalVM native image. #4586
|
3 months ago |
Nikita Koksharov
|
753274bc2a
|
libs updated
|
3 months ago |
Nikita Koksharov
|
d491cd3a7a
|
Fixed - RTransactionRx and RTransactionReactive don't work in GraalVM native image #4833
|
3 months ago |
Nikita Koksharov
|
ce54c0eba2
|
Fixed - some methods of Reactive and RxJava don't work in GraalVM native image. #4593
|
3 months ago |
Nikita Koksharov
|
4979254cbf
|
libs updated
|
3 months ago |
Nikita Koksharov
|
93cefd3285
|
Fixed - fixed possible race-condition in computeIfAbsent(), computeIfPresent() method of RMap object
|
3 months ago |
Nikita Koksharov
|
ee34f81c18
|
Fixed - fixed possible race-condition in RMapCache.computeIfAbsent() method
|
3 months ago |
Nikita Koksharov
|
9aaf0a2f85
|
Fixed - RMapCache.computeIfAbsentAsync() isn't implemented. #6276
|
3 months ago |