Commit Graph

3137 Commits (0ca0cf4b57425eb469c550c85c50fa2a9fd09b0b)

Author SHA1 Message Date
Nikita Koksharov 351e744914 Feature - GraalVM native-image support #3650 4 years ago
Nikita Koksharov d64fd969a0 comment added 4 years ago
Nikita Koksharov 47a810b4b1 [maven-release-plugin] prepare for next development iteration 4 years ago
Nikita Koksharov ed52098cb4 [maven-release-plugin] prepare release redisson-3.15.6 4 years ago
Nikita Koksharov 7e1513b06b project building compatibility with jdk 11 4 years ago
Nikita Koksharov 13e82ad3cf Fixed - RedisSentinel.getMaster() method throws NPE #3643 4 years ago
Nikita Koksharov 055477d261 tests fixed 4 years ago
Nikita Koksharov 572c7079f7 javadocs fixed 4 years ago
Nikita Koksharov a4749b3273 deps updated 4 years ago
Nikita Koksharov 76d134c7ec Fixed - RLocalCachedMap doesn't used MapLoader if storeMode = LOCALCACHE. #3617 4 years ago
Nikita Koksharov 8ba07e5874 Fixed - RSemaphore.drainPermits() throws ClassCastException #3627 4 years ago
Nikita Koksharov f09c7b7096 Fixed - RLocalCachedMap.containsKey() method doesn't invoke map loader #3609 4 years ago
Nikita Koksharov add9c68333 Fixed - RSemaphore permits can't be acquired due to "Maximum permit count exceeded" error #3573 4 years ago
Nikita Koksharov 7c3a56f877 Fixed - RSemaphore permits can't be acquired due to "Maximum permit count exceeded" error #3573 4 years ago
Nikita Koksharov 383237229a Fixed - RedissonNode unable to start due to ClassNotFoundException #3621 4 years ago
zhwq1216 a2f130b94c try fix the issue #3404
Signed-off-by: zhwq1216 <zhwq1216@163.com>
4 years ago
Nikita Koksharov e8394451c7 Fixed - JCachingProvider shouldn't depend on class from Jackson 2.12.x 4 years ago
Nikita Koksharov e6e32a090a Fixed - JCache.get() method swallows Redis errors. 4 years ago
Nikita Koksharov 9bc32086ab jcache tests fixed 4 years ago
Nikita Koksharov 55108e3646 [maven-release-plugin] prepare for next development iteration 4 years ago
Nikita Koksharov dd999217a1 [maven-release-plugin] prepare release redisson-3.15.5 4 years ago
Nikita Koksharov eba23af98a refactoring 4 years ago
Nikita Koksharov 71a8ba4c70 refactoring 4 years ago
Nikita Koksharov 4ad3a59270 refactoring 4 years ago
Nikita Koksharov a53e0000f6 refactoring 4 years ago
Nikita Koksharov acc973184d test fixed 4 years ago
Nikita Koksharov 5a9b06461d refactoring 4 years ago
Nikita Koksharov 418d0ed16c Fixed - no error if jcache has wrong configuration in yaml format. #3598 4 years ago
Nikita Koksharov ace03dd56f refactoring 4 years ago
Nikita Koksharov 2d02d8fb0b Fixed - frequent Redis master failover causes memory leak in IdleConnectionWatcher. #3581 4 years ago
Nikita Koksharov 3e7e35b420 Feature - RLock can't be acquired anymore if pubsub connection limit was reached. PubSub Lock entries memory-leak during Lock acquisition. #3577 (thanks to @zhwq1216) 4 years ago
Nikita Koksharov ee20d528f0 Fixed - dns monitor shouldn't use IP addresses as hostnames. 4 years ago
Nikita Koksharov 29156df21e Fixed - Redisson cluster cannot recover if Redis node returned empty topology. #3587 4 years ago
Nikita Koksharov 1565a81506 NPE assertion added in RedisConnection.updateChannel() method 4 years ago
Nikita Koksharov 630d33eebc refactoring 4 years ago
Nikita Koksharov 626217fcd5 Feature - add discard() method to RBatch, RBatchRx, RBatchReactive interfaces. #3583 4 years ago
Nikita Koksharov 2048f60be3 Feature - add discard() method to RBatch, RBatchRx, RBatchReactive interfaces. #3583 4 years ago
Nikita Koksharov a7cd31572a Fixed - RMap.computeIfPresent() doesn't update mutable objects. #3567 4 years ago
Nikita Koksharov 2a858b0826 Fixed - MapReduce timeout isn't applied if ExecutorService node is down. #3347 4 years ago
Nikita Koksharov 63544d42f9 refactoring 4 years ago
Nikita Koksharov 2b02b24f62 Merge branch 'master' of github.com:redisson/redisson 4 years ago
Nikita Koksharov 00ed5ff3dc Fixed - Redisson tries reconnect to Redis nodes which marked as shutdown by topology manager. #3560 4 years ago
Tom Erik Støwer db83106bc0 fix: release ByteBuf causing leak. solves #3561
Signed-off-by: Tom Erik Støwer <testower@gmail.com>
4 years ago
Nikita Koksharov 45bf033c30 [maven-release-plugin] prepare for next development iteration 4 years ago
Nikita Koksharov b211cb2d9e [maven-release-plugin] prepare release redisson-3.15.4 4 years ago
Nikita Koksharov 42967e2f63 Improvement - spring and mybatis cache should read data from Redis slave if idleTime and cache size weren't specified. 4 years ago
Nikita Koksharov b0bb603675 JCache tests fixed 4 years ago
Nikita Koksharov 86f5dfd581 Feature - getWithTTLOnly() method to RMapCache object #3558
Feature - add method to update ttl and idleTime of entry by key. #3423
4 years ago
Nikita Koksharov c94e6d668f Feature - getWithTTLOnly() method to RMapCache object #3558 4 years ago
Nikita Koksharov 94a6f836b6 refactoring 4 years ago
Nikita Koksharov 513734185d Feature - add method to update ttl and idleTime of entry by key. #3423 4 years ago
Nikita Koksharov 43c90ef733 refactoring 4 years ago
Nikita Koksharov b48e35857c Feature - getSigned(), setSigned(), incrementAndGetSigned(), getUnsigned(), setUnsigned(), incrementAndGetUnsigned() methods added to RBitSet. #3540 4 years ago
Nikita Koksharov c0d3c0a9d5 refactored 4 years ago
Nikita Koksharov ac5b0cba06 Fixed - ClusterConnectionManager.checkMasterNodesChange() throws NPE. #3541 4 years ago
Nikita Koksharov e49be34ce4 Fixed - ClusterConnectionManager.upDownSlaves() throws ConcurrentModificationException exception. #3553 4 years ago
Nikita Koksharov 87b9e7e604 Merge branch 'master' of github.com:redisson/redisson 4 years ago
Nikita Koksharov 209b35169c
Merge pull request #3531 from testower/jcache-oldvalue
feature: implement oldValue in jcache
4 years ago
Nikita Koksharov 5b765a4864 refactoring 4 years ago
LiuXiongKang eb69868858 Update RedissonRateLimiter.java
removed  meaningless struct.unpack() calls in lua script

Signed-off-by: lxk-ecs <69671710@qq.com>
4 years ago
Tom Erik Støwer 488e89a720 Call hget only when needed
Signed-off-by: Tom Erik Støwer <testower@gmail.com>
4 years ago
Nikita Koksharov a4f4879cce redisson module uses JUnit 5 4 years ago
Tom Erik Støwer 5b241213a9 Update message should indicate to decoder whether they contain old value
Signed-off-by: Tom Erik Støwer <testower@gmail.com>
4 years ago
Tom Erik Støwer 6f034cfaaf Cleanup
Signed-off-by: Tom Erik Støwer <testower@gmail.com>
4 years ago
Tom Erik Støwer 2368033d19 Take into account that if some listeners expect old value, then all listeners must handle it in decoding
Signed-off-by: Tom Erik Støwer <testower@gmail.com>
4 years ago
Tom Erik Støwer fe64f1d442 Implement remaining methods
Signed-off-by: Tom Erik Støwer <testower@gmail.com>
4 years ago
Tom Erik Støwer f273abe856 Rename counter
Signed-off-by: Tom Erik Støwer <testower@gmail.com>
4 years ago
Tom Erik Støwer c279e51471 Rename methods
Signed-off-by: Tom Erik Støwer <testower@gmail.com>
4 years ago
Tom Erik Støwer d20985b6bd draft counter implementation to track if old value is required in pubsub message
Signed-off-by: Tom Erik Støwer <testower@gmail.com>
4 years ago
Tom Erik Støwer b25313bcd0 feature: implement oldValue in jcache
Signed-off-by: Tom Erik Støwer <testower@gmail.com>
4 years ago
Nikita Koksharov 2a6c627643 Feature - nameMapper setting added. #3103 4 years ago
Nikita Koksharov 5c1aba4604 Feature - nameMapper setting added. #3103 4 years ago
Nikita Koksharov b011036b98 Feature - nameMapper setting added. #3103 4 years ago
Nikita Koksharov 6eb1aa9475 Feature - nameMapper setting added. #3103 4 years ago
Nikita Koksharov a9d54c36a8 Feature - sslProtocols setting added #3532 4 years ago
Nikita Koksharov 64a81281a2 [maven-release-plugin] prepare for next development iteration 4 years ago
Nikita Koksharov eb9ae799f7 [maven-release-plugin] prepare release redisson-3.15.3 4 years ago
Nikita Koksharov b050966dd3 license updated 4 years ago
Nikita Koksharov 8563ddb3d4 Fixed - RRateLimiter tryAcquire() and availablePermits() method throw too many results to unpack error #3526 4 years ago
Nikita Koksharov 9bd3d88957 refactoring 4 years ago
Nikita Koksharov ebd68500d9 refactoring 4 years ago
Nikita Koksharov c7fd86e289 Fixed - RateLimiter throws LUA-script error #3444 4 years ago
Nikita Koksharov 09f733965e Fixed - connection leak in Topology Manager for Replicated Redis config. #3518 4 years ago
Nikita Koksharov acbff29eab Fixed - ConnectionListener.onConnect() method isn't triggered during Redisson start #3522 4 years ago
Nikita Koksharov 12b49cdabf Fixed - addLastIfExists() and addLastIfExists() methods of RDeque don't work. #3519 4 years ago
Nikita Koksharov 0899f527fe Fixed - ArrayIndexOutOfBoundsException is thrown if master change was unsuccessful. #3460 4 years ago
Nikita Koksharov 769f0b1271 Fixed - RScheduledExecutorService.scheduleAtFixedRate() starts multiple instances of the same task if multiple workers defined #3515 4 years ago
Nikita Koksharov c05383b995 Fixed - RScheduledExecutorService.scheduleAtFixedRate() stops work after some time. #3514 4 years ago
Nikita Koksharov fe565660bf Merge branch 'master' of github.com:redisson/redisson 4 years ago
Nikita Koksharov 5a1d2dc282 [maven-release-plugin] prepare for next development iteration 4 years ago
Nikita Koksharov d73b2d52b8 [maven-release-plugin] prepare release redisson-3.15.2 4 years ago
dependabot[bot] e840fa6858
Bump tomcat-embed-core from 8.5.55 to 8.5.61 in /redisson
Bumps tomcat-embed-core from 8.5.55 to 8.5.61.

Signed-off-by: dependabot[bot] <support@github.com>
4 years ago
Nikita Koksharov 5f34d21dfd jboss-marshalling-river updated 4 years ago
Nikita Koksharov f98529ef81 Fixed - MarshallingCodec doesn't release allocated ByteBuf object if exception was thrown during encoding. #3502 4 years ago
Nikita Koksharov a06cb32496 Fixed - MarshallingCodec doesn't release allocated ByteBuf object if exception was thrown during encoding. #3502 4 years ago
Nikita Koksharov 3608b3421e Merge branch 'master' of github.com:redisson/redisson 4 years ago
Nikita Koksharov 8f4dbfd18d Feature - add move() method to RDeque and RBlockingDeque objects. #3496 4 years ago
Nikita Koksharov 7c0c020fcb Fixed - MapWriter exceptions handling added. #3485 4 years ago
Nikita Koksharov d16121b183
Merge pull request #3478 from mikawudi/slave_down_condition
feat: add config to check sentinel result slave node is in master-sla…
4 years ago
Nikita Koksharov 56efb9b20d
Merge pull request #3490 from coding-tortoise/fix
fixed There may be concurrency problems in org.redisson.RedissonLock#tryLockInnerAsync issue #3484
4 years ago