Commit Graph

2868 Commits (803fc814e88ec99e4726e0fa100534271927742a)
 

Author SHA1 Message Date
Philipp Marx c0dc65e606 mark dependencies as optional which are not strictly required for the core functionality
Nikita 7d2232e4dd Merge branch 'master' of github.com:redisson/redisson
Nikita b8a0c6c277 Fixed Config.fromJson(File file) method, throws StackOverflowError
Nikita Koksharov 61363b7806 Update README.md
Nikita Koksharov 7242ce6a2b Update README.md
Nikita Koksharov 36061df800 Update CHANGELOG.md
Nikita Koksharov ce00b544d7 Update CHANGELOG.md
Nikita d182cd7421 [maven-release-plugin] prepare for next development iteration
Nikita e9e9e2e3ed [maven-release-plugin] prepare release redisson-2.8.1
Nikita Koksharov 38b5f8ac76 Update README.md
Nikita Koksharov 62c4c7fa15 Update README.md
Nikita 124c7dd480 Merge branch 'master' of github.com:redisson/redisson
Nikita 141236de7f LeaseTimeout calculated in wrong way in case of nested ReadLocks
Nikita be5f46e87e Java docs fixed
Nikita 9b5b7f5ac4 LocalCachedMap.putAll optimization
Nikita Koksharov ed9ba25ab6 Update README.md
Nikita Koksharov 06cf98016f Merge pull request from layerhq/fix-handshake-node-bug
Skip cluster nodes with the "handshake" flag
Dan Checkoway bbc7719536 Skip cluster nodes with the "handshake" flag
Nikita Koksharov 243616471b Update README.md
Nikita Koksharov 108ded3221 Update README.md
Nikita Koksharov af2cd70923 Update README.md
Nikita 204a594725 TomcatSessionManager can't be used in Tomcat if it already has been deployed in Application.
Nikita da960060b0 subscriptionMode setting added
Nikita 94a4dc9183 Errors handling during RBatch execution
Nikita 57aea881c5 SoftReferences should be deleted automatically.
Nikita 07ae51add5 refactoring
Nikita 49a558b4b5 polishing
Nikita 92e5068fb4 dependencies updated
Nikita 64ac9e6a06 Merge branch 'master' of github.com:redisson/redisson
Nikita c7798412fd StackOverflowException in URLBuilder fixed.
Nikita 641063c9fc StackOverflowException in URLBuilder fixed
Nikita 3ea04a5954 StackOverflowException in URLBuilder fixed
Rui Gu 3fe75681f2 Update README.md
added Priority Queue, Priority Deque to description
Nikita Koksharov dc47753551 Merge pull request from jribble/SoftCacheMap
Add an option to use soft references for eviction with LocalCachedMap.
Jarrod Ribble 796eab814d Add an option to use soft references for eviction with LocalCachedMap.
Nikita Koksharov 7421ff96b8 Update README.md
Nikita Koksharov 520a218c49 Update CHANGELOG.md
Nikita Koksharov d9543f29cf Update README.md
Nikita Koksharov 1d9c17146f Update CHANGELOG.md
Nikita 07a89fbf73 [maven-release-plugin] prepare for next development iteration
Nikita 9445b03931 [maven-release-plugin] prepare release redisson-2.8.0
Nikita c0ddae3d78 javadocs fixed
Nikita 90aaaac473 Check master during new slave discovery in Sentinel mode.
Nikita cd32eec908 Merge branch 'master' of github.com:redisson/redisson
Nikita 2ca00fe9a9 RPriorityDeque implemented
Nikita Koksharov 631369a3fb Merge pull request from jackygurui/remote-service-method-override
Remote service method override for 
Nikita 74d0bfeb19 Shutdown checking during master change state check added.
Nikita 0f4d3fe04d Cluster's cascade slaves support
Nikita db7460abed Merge branch 'master' of github.com:redisson/redisson
Nikita 9be8f5a4b0 RTopic.removeListener by instance added.