Commit Graph

4993 Commits (bab459a3ba38513607f3f5f9cf0fdde1406f43d4)
 

Author SHA1 Message Date
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
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
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
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
Nikita Koksharov ad03cba3fa refactoring 6 years ago
Nikita Koksharov 336e5f18e2 Merge branch 'master' of github.com:redisson/redisson 6 years ago
Nikita Koksharov 6189c1bf71 Fixed - RedissonObjectBuilder.REFERENCES map isn't filled once. #2147 6 years ago
Nikita Koksharov 059423d9c8
Merge pull request #2137 from fgiannetti/3.0.0
Add natMap for Sentinel configuration
6 years ago
Nikita Koksharov 25914b000c Fixed - RReadWriteLock.readLock doesn't take in account expiration date of the last acquired read lock. (thanks to Aimwhipy) #2144 6 years ago
Nikita Koksharov 9232aa6dba iterators' result object of RMapRx changed to Flowable 6 years ago
Nikita Koksharov c6ab7fd85a Merge branch 'master' of github.com:redisson/redisson 6 years ago
Nikita Koksharov 9f886d6e5e Fixed - Tomcat Session doesn't expire if broadcastSessionEvents = true #2104 6 years ago
Fernando Giannetti a9f7a99388
allow IPv6 format on natMap 6 years ago