Commit Graph

5103 Commits (0487fd9c40976194680a1208eaaae45ddc9d657e)
 

Author SHA1 Message Date
Nikita Koksharov 8c53144ecc connectionMinimumIdleSize set to 24 #2189 6 years ago
Nikita Koksharov b357e62a5d Fixed - dead Sentinel appears in logs as node added and down. #2143 6 years ago
Nikita Koksharov 58236688af license header added 6 years ago
Nikita Koksharov bab459a3ba make javax.cache, io.projectreactor, io.reactivex.rxjava2 dependencies optional #1070 6 years ago
Nikita Koksharov c140b5cdb7 Fixed - Publish/Subscribe connections are not resubscribed properly after failover process. #2181 6 years ago
Nikita Koksharov d8055ba0dd Fixed - RedissonLocalCachedMap.clearLocalCache method executes asynchronously. #1926 6 years ago
Nikita Koksharov 4c76960ae4
Merge pull request #2179 from jchobantonov/master
UpdateValve should be installed only once, remove MessageListener from topic when SessionManager stopInternal is invoked #2178
6 years ago
Nikita Koksharov 68d9ede5b9 Fixed - RedissonSession.setAttribute method doesn't check the value for null #2187 (thanks to jchobantonov) 6 years ago
Zhelyazko Chobantonov 90fe8687a6 do not check for instanceof RedissonSessionManager 6 years ago
Zhelyazko Chobantonov 442d00b180 use isEmpty() 6 years ago
Zhelyazko Chobantonov 22c1332e29 format 6 years ago
Zhelyazko Chobantonov 77055134c2 initialize updateValve only once 6 years ago
Zhelyazko Chobantonov 772e2b9dab UpdateValve should be installed only once, remove MessageListener from topic when SessionManager stopInternal is invoked #2178 6 years ago
Nikita Koksharov 7ec36c23f9 test fixed 6 years ago
Nikita Koksharov 4f78eaa7e8 Fixed - RStream.getInfo throws java.lang.ClassCastException #2174 6 years ago
Nikita Koksharov 9d10cf9ab7 refactoring 6 years ago
Nikita Koksharov 98c54bf8e4 refactoring 6 years ago
Nikita Koksharov 557fe2f459 refactoring 6 years ago
Nikita Koksharov 49ba278f49 Merge branch 'master' of github.com:redisson/redisson 6 years ago
Nikita Koksharov d7b029327a Fixed - RedissonMultiLock could be acquired by multiple threads if waitTime == -1 and leaseTime != -1. #2172 6 years ago
Nikita Koksharov 2a0750ccef
Merge pull request #2173 from jchobantonov/master
fix compilation issue
6 years ago
Zhelyazko Chobantonov 3b270383bc fix compilation issue 6 years ago
Nikita Koksharov 6dd21c2f55 Merge branch 'master' of github.com:redisson/redisson 6 years ago
Nikita Koksharov 8a585cd0e3 javadocs added 6 years ago
Nikita Koksharov eb4a49058d
Update README.md 6 years ago
Nikita Koksharov df1d8589c6 test fixed 6 years ago
Nikita Koksharov 39df04eb2a javadoc typos fixed 6 years ago
Nikita Koksharov 60f88d3194 Feature - getPendingInvocations method added to RRemoteService object. #2171 6 years ago
Nikita Koksharov d5defdf03d Merge branch 'master' of github.com:redisson/redisson 6 years ago
Nikita Koksharov 054dba84a4 Feature - implementation of Spring Session ReactiveSessionRepository added. #2163 6 years ago
Nikita Koksharov 8963a091f0
Merge pull request #2168 from jchobantonov/master
Use maven packaging for redisson project as jar instead of bundle #2135
6 years ago
Zhelyazko Chobantonov 6934b23c96 Use maven packaging for redisson project as jar instead of bundle #2135 6 years ago
Nikita Koksharov e356c1e3d4 Fixed - SessionExpiredEvent is not triggered. #2153 6 years ago
Nikita Koksharov 8d78bf5197 Fixed - PRINCIPAL_NAME_INDEX_NAME key is not created in redis. SessionExpiredEvent is not triggered. #2153 6 years ago
Mitchell Ackerman cd7af576ef remove local config file 6 years ago
Mitchell Ackerman cc89421a01 Merge branch 'master' into issue-1507-mapcache-expiration2
# Conflicts:
#	pom.xml
#	redisson-all/pom.xml
#	redisson-hibernate/pom.xml
#	redisson-hibernate/redisson-hibernate-4/pom.xml
#	redisson-hibernate/redisson-hibernate-5/pom.xml
#	redisson-hibernate/redisson-hibernate-52/pom.xml
#	redisson-hibernate/redisson-hibernate-53/pom.xml
#	redisson-spring-boot-starter/pom.xml
#	redisson-spring-data/pom.xml
#	redisson-spring-data/redisson-spring-data-16/pom.xml
#	redisson-spring-data/redisson-spring-data-17/pom.xml
#	redisson-spring-data/redisson-spring-data-18/pom.xml
#	redisson-spring-data/redisson-spring-data-20/pom.xml
#	redisson-spring-data/redisson-spring-data-21/pom.xml
#	redisson-tomcat/pom.xml
#	redisson-tomcat/redisson-tomcat-6/pom.xml
#	redisson-tomcat/redisson-tomcat-7/pom.xml
#	redisson-tomcat/redisson-tomcat-8/pom.xml
#	redisson-tomcat/redisson-tomcat-9/pom.xml
#	redisson/pom.xml
6 years ago
Mitchell Ackerman 6c7e6fc684 Merge branch 'master' into issue-1507-mapcache-expiration2 6 years ago
Mitchell Ackerman 46c36119d4 switch version to 3.11.0.1507-SNAPSHOT 6 years ago
Nikita Koksharov d1a8936aec
Merge pull request #2158 from hs20xqy/master
Fixed - RedissonSessionRepository.class can't trigger created event,if set RedissonHttpSessionConfiguration.class keyPrefix attribute.
6 years ago
Nikita Koksharov 9e5087cf5e
Merge pull request #2138 from jchobantonov/master
resolves issue: ClassNotFoundException thrown during SeriazliationCodec.decode #2136
6 years ago
Nikita Koksharov 0ce487f08d Fixed - host name containing underscore cause NPE. Illegal reflective access by org.redisson.misc.URIBuilder warning removed #2150 #2029 6 years ago
Nikita Koksharov b2fc908615 code formatted 6 years ago
Mitchell Ackerman b1a6f131c2 BOB-2132: refactored idle timetout 6 years ago
Nikita Koksharov 55047d9a0f Feature - listPending method added to RStream, RStreamAsync, RStreamRx, RStreamReactive interfaces. #2156 6 years ago
Nikita Koksharov 09c2672ed4 RStream.getPendingInfo method added to RStream, RStreamAsync, RStreamRx, RStreamReactive interfaces. 6 years ago
huangsen 911fa38f93 Fixed - RedissonSessionRepository.class can't trigger created event,if set RedissonHttpSessionConfiguration.class keyPrefix attribute. 6 years ago
Mitchell Ackerman cff18272b6 save to bob repo 6 years ago
Nikita Koksharov 1000e0f39a Fixed - RRemoteService.getFreeWorkers removes registered service. #2151 6 years ago
Nikita Koksharov be46b91482 Fixed - zero timeout isn't respected in RRateLimiter.tryAcquire method. #2149 6 years ago
Nikita Koksharov 2dc424c665 Fixed - Tomcat Session doesn't expire if broadcastSessionEvents = true #2104 6 years ago