Nikita Koksharov
|
1a1bd11ff7
|
refactoring
|
5 months ago |
Nikita Koksharov
|
3a39e41d01
|
Merge branch 'master' of github.com:redisson/redisson
|
5 months ago |
Nikita Koksharov
|
2a69d13400
|
Fixed - ProtobufCodec doesn't work with CompositeCodec #6154
|
5 months ago |
Nikita Koksharov
|
4c227fe9a4
|
Merge pull request #6152 from redisson/dependabot/maven/org.xerial.snappy-snappy-java-1.1.10.6
Bump org.xerial.snappy:snappy-java from 1.1.10.5 to 1.1.10.6
|
5 months ago |
Nikita Koksharov
|
52816eb62f
|
Update CHANGELOG.md
|
5 months ago |
Nikita Koksharov
|
caafcd6200
|
[maven-release-plugin] prepare for next development iteration
|
5 months ago |
Nikita Koksharov
|
b616f57228
|
[maven-release-plugin] prepare release redisson-3.36.0
|
5 months ago |
dependabot[bot]
|
ec85d59e3a
|
Bump org.xerial.snappy:snappy-java from 1.1.10.5 to 1.1.10.6
Bumps [org.xerial.snappy:snappy-java](https://github.com/xerial/snappy-java) from 1.1.10.5 to 1.1.10.6.
- [Release notes](https://github.com/xerial/snappy-java/releases)
- [Commits](https://github.com/xerial/snappy-java/compare/v1.1.10.5...v1.1.10.6)
---
updated-dependencies:
- dependency-name: org.xerial.snappy:snappy-java
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
5 months ago |
Nikita Koksharov
|
c8c699b287
|
description fixed
|
5 months ago |
Nikita Koksharov
|
8eeb80bef2
|
description fixed
|
5 months ago |
Nikita Koksharov
|
0669a43b45
|
Fixed - RedisExecutor throws "Failed to submit a listener notification task" error during shutdown. #6147
|
5 months ago |
Nikita Koksharov
|
837a26b5c4
|
Merge branch 'master' of github.com:redisson/redisson
|
5 months ago |
Nikita Koksharov
|
2ed79895e3
|
tests fixed
|
5 months ago |
Nikita Koksharov
|
e9bd62dc3f
|
Merge pull request #6148 from lyrric/master
Fixed - upgrade Jmockit version to 1.54.0
|
5 months ago |
lyrric
|
b2a24c77aa
|
Fixed - Keep the jmockit version in the plugin consistent with that in the dependencies.
Signed-off-by: lyrric <xx20510@163.com>
|
5 months ago |
Nikita Koksharov
|
1d334a61bb
|
Merge pull request #6137 from redisson/dependabot/maven/org.apache.maven.plugins-maven-pmd-plugin-3.25.0
Bump org.apache.maven.plugins:maven-pmd-plugin from 3.22.0 to 3.25.0
|
5 months ago |
Nikita Koksharov
|
6b64c978b0
|
Merge pull request #6145 from lyrric/master
Feature - RSetCache.addIfAbsent(Map<V, Duration> objects) added
|
5 months ago |
lyrric
|
9211ef1923
|
Feature - add addIfAbsent(Map<V, Duration> objects) method to RSetCache,RSetCacheRx,RSetCacheReactive
Signed-off-by: lyrric <xx20510@163.com>
|
5 months ago |
Nikita Koksharov
|
35710a7e36
|
Merge branch 'master' of github.com:redisson/redisson
|
5 months ago |
Nikita Koksharov
|
2c2ce4ddb0
|
Fixed - hostname after comma in Redis Cluster topology isn't parsed. #6121
|
5 months ago |
Nikita Koksharov
|
8128b209b4
|
Merge pull request #6142 from seakider/fix_drainto
Fixed - The drainToAsync method returns an incorrect value
|
5 months ago |
seakider
|
fcbb2fa08e
|
Fixed - The drainToAsync method returns an incorrect value
Signed-off-by: seakider <seakider@gmail.com>
|
5 months ago |
Nikita Koksharov
|
14d8962fd3
|
Fixed - User-controlled data in numeric cast
|
5 months ago |
Nikita Koksharov
|
fe84aed0c1
|
Fixed - RLiveObject value shouldn't be deleted during index update. #6133
|
5 months ago |
Nikita Koksharov
|
b90eab9539
|
javadocs updated
|
5 months ago |
dependabot[bot]
|
b6be6d5599
|
Bump org.apache.maven.plugins:maven-pmd-plugin from 3.22.0 to 3.25.0
Bumps [org.apache.maven.plugins:maven-pmd-plugin](https://github.com/apache/maven-pmd-plugin) from 3.22.0 to 3.25.0.
- [Release notes](https://github.com/apache/maven-pmd-plugin/releases)
- [Commits](https://github.com/apache/maven-pmd-plugin/compare/maven-pmd-plugin-3.22.0...maven-pmd-plugin-3.25.0)
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-pmd-plugin
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
5 months ago |
Nikita Koksharov
|
d12388185a
|
refactoring
|
5 months ago |
Nikita Koksharov
|
0e72f300ed
|
tests fixed
|
5 months ago |
Nikita Koksharov
|
818166c65a
|
Fixed - RSetCache.addAllIfAbsent() method doesn't work. #6130
|
5 months ago |
Nikita Koksharov
|
569ed7711d
|
Fixed - 'hmget' should be instead of 'hget' in RMapCache.getAllWithTTLOnly() method. #6128
|
5 months ago |
Nikita Koksharov
|
0fd7dfb407
|
Fixed - allowed classes can't be defined in FuryCodec
|
5 months ago |
Nikita Koksharov
|
11706e00e7
|
Fixed - missed getSetMultimapCache() and getListMultimapCache() methods in RBatchReactive object
|
5 months ago |
Nikita Koksharov
|
e3c015eb19
|
Feature - RListMultimapCacheNative and RSetMultimapCacheNative objects added. Requires Redis 7.4+ #6113
|
5 months ago |
Nikita Koksharov
|
f4118308d7
|
Fixed - missed getMapCacheNative() in RBatch object
|
5 months ago |
Nikita Koksharov
|
3398510220
|
license plugin refactoring
|
5 months ago |
Nikita Koksharov
|
7951bf8492
|
Fixed - MapValueDecoder throws NPE
|
5 months ago |
Nikita Koksharov
|
67771f7384
|
Fixed - EnumMap handling by Kryo5Codec. #6104
|
5 months ago |
Nikita Koksharov
|
c03da17fb5
|
license check fixed
|
5 months ago |
Nikita Koksharov
|
464e011966
|
checkstyle plugin definition refactoring
|
5 months ago |
Nikita Koksharov
|
d2ea043aae
|
checkstyle errors fixed
|
5 months ago |
Nikita Koksharov
|
abcc4646d3
|
checkstyle plugin definition refactoring
|
5 months ago |
Nikita Koksharov
|
aaf46e02b2
|
Merge branch 'master' of github.com:redisson/redisson
|
5 months ago |
Nikita Koksharov
|
ab53fc62f0
|
Feature - RListMultimapCacheNative and RSetMultimapCacheNative objects added. Requires Redis 7.4+ #6113
|
5 months ago |
Nikita Koksharov
|
c03e8127a5
|
Merge pull request #6120 from pfyod/specify-withcount
Allow to specify WITHCOUNT in QueryOptions / AggregationOptions
|
5 months ago |
Pavels Fjodorovs
|
98ea5e5ae0
|
Allow to specify WITHCOUNT in QueryOptions / AggregationOptions fixes #6119
Signed-off-by: Pavels Fjodorovs <pavels.fjodorovs@hotelplan.com>
|
5 months ago |
Nikita Koksharov
|
d938ae50c5
|
Features - Kryo5Codec useReferences setting added
|
5 months ago |
Nikita Koksharov
|
f0f91d4adc
|
Fixed - Kryo5Codec `registrationRequired` setting replaced with `allowedClasses`
|
5 months ago |
Nikita Koksharov
|
1be34dadf6
|
Merge branch 'master' of github.com:redisson/redisson
|
5 months ago |
Nikita Koksharov
|
a58958a851
|
Feature - RListMultimapCacheNative and RSetMultimapCacheNative objects added. Requires Redis 7.4+ #6113
|
5 months ago |
Nikita Koksharov
|
c19c730733
|
Update README.md
|
5 months ago |