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
Nikita Koksharov
a90000da55
refactoring
3 months ago
Nikita Koksharov
e2fba9a6a1
Merge branch 'master' of github.com:redisson/redisson
3 months ago
Nikita Koksharov
1cfb9a3517
Merge pull request #6274 from vlastikcz/master
...
use CursorId in ScanIteration to avoid long overflow
3 months ago
Vlastimil Kotas
513e1b65bc
use CursorId in ScanIteration to avoid long overflow
...
- Spring Data 3.3 deprecated `long cursorId` in favor of String-backed `CursorId` object to avoid `NumberFormatException` when then cursor ID is bigger than max long
- more info: https://github.com/spring-projects/spring-data-redis/issues/2796
Signed-off-by: Vlastimil Kotas <vlastimil.kotas@jumio.com>
3 months ago
Nikita Koksharov
c3a35d0e1f
refactoring
3 months ago
Nikita Koksharov
3813f8a8df
refactoring
3 months ago
Nikita Koksharov
41722e4685
refactoring
3 months ago
Nikita Koksharov
2ae4f54b27
docs updated
3 months ago
Nikita Koksharov
0958f0c8f1
Feature - ability to add listeners for RTimeSeries object. #6273
3 months ago
Nikita Koksharov
5bbb20dd96
refactoring
3 months ago
Nikita Koksharov
c5e2bda199
Feature - ability to add listeners for RListMultimap and RSetMultimap objects. #2058
3 months ago
Nikita Koksharov
7eabd7d4cc
Feature - ZStdCodec added #6270
3 months ago
Nikita Koksharov
e2e96fec6c
description fixed
3 months ago
Nikita Koksharov
e909edf8e6
log message improved
3 months ago
Nikita Koksharov
6e7076aa5d
docs updated
3 months ago
Nikita Koksharov
0d6fb4b301
Feature - ZStdCodec added #6270
3 months ago
Nikita Koksharov
560536140a
lib updated
3 months ago
Nikita Koksharov
0bc7bcff16
Feature - ability to add listeners for RListMultimap and RSetMultimap objects. #2058
3 months ago
Nikita Koksharov
67ed9975fd
Merge pull request #6262 from redisson/dependabot/maven/org.apache.maven.plugins-maven-enforcer-plugin-3.5.0
...
Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.3.0 to 3.5.0
3 months ago
Nikita Koksharov
c824b0cc70
Merge pull request #5147 from zcxsythenew/master
...
Code Review - Behaviors of FixedRate and FixedDelay should be similar in TasksRunnerService
3 months ago
Nikita Koksharov
1021dcf0b4
Merge branch 'master' of github.com:redisson/redisson
3 months ago
Nikita Koksharov
f280727bd4
docs updated
3 months ago
Nikita Koksharov
7e3c59e673
Merge pull request #6266 from lehuuthanh5/potential_memoryleak_tocachekey
...
Fix potential memory leak on method LocalCacheView.toCacheKey if useObjectAsCacheKey = true
3 months ago
Le Thanh
46ed4fd7fe
Fix potential memory leak on method LocalCacheView.toCacheKey if useObjectAsCacheKey = true
...
Signed-off-by: Le Thanh <huuthanh.qt.spkt@gmail.com>
3 months ago
dependabot[bot]
5aa84e0e9b
Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.3.0 to 3.5.0
...
Bumps [org.apache.maven.plugins:maven-enforcer-plugin](https://github.com/apache/maven-enforcer ) from 3.3.0 to 3.5.0.
- [Release notes](https://github.com/apache/maven-enforcer/releases )
- [Commits](https://github.com/apache/maven-enforcer/compare/enforcer-3.3.0...enforcer-3.5.0 )
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-enforcer-plugin
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
3 months ago
Nikita Koksharov
9cd1c7626b
Fixed - EntryListener is not working on Turkish language Windows 10. #3845
3 months ago
Nikita Koksharov
0380ab23b7
docs updated
3 months ago
Nikita Koksharov
b8e268b6d0
Fixed - EntryListener is not working on Turkish language Windows 10. #3845
3 months ago
Nikita Koksharov
58da15d5d0
Fixed - Redisson shutdown exception is thrown during background process of expired Tomcat sessions. #6173
3 months ago
Nikita Koksharov
1a3dce1521
javadocs fixed
3 months ago
Nikita Koksharov
a362296c80
javadocs fixed
3 months ago
Nikita Koksharov
b570d86931
lib updated
3 months ago
Nikita Koksharov
9adf69d73e
Merge pull request #6251 from redisson/dependabot/maven/com.google.protobuf-protobuf-java-util-4.28.3
...
Bump com.google.protobuf:protobuf-java-util from 4.27.2 to 4.28.3
3 months ago
Nikita Koksharov
78c388ac7a
Merge branch 'master' of github.com:redisson/redisson
3 months ago
Nikita Koksharov
fcb182a33d
refactoring
3 months ago
Nikita Koksharov
7f05101021
Update CHANGELOG.md
3 months ago
Nikita Koksharov
a42ad4df9e
[maven-release-plugin] prepare for next development iteration
3 months ago