Commit Graph

2368 Commits (eca9682dc985e862c0d1f75ef3b8d2d895466514)
 

Author SHA1 Message Date
Nikita eca9682dc9 [maven-release-plugin] prepare for next development iteration 8 years ago
Nikita c7fa9dc988 [maven-release-plugin] prepare release redisson-parent-2.5.0 8 years ago
Nikita 5a045c742d NullPointerException in CommandDecoder fixed #667 8 years ago
Nikita a2b11396e9 RMapCache doesn't keep entries insertion order during iteration #666 8 years ago
Nikita ccdd7f6453 JDK 6 compilation fixed 8 years ago
Nikita 121584ffa1 netty updated 8 years ago
Nikita 9f51ae74af Merge branch 'master' of github.com:mrniko/redisson 8 years ago
Nikita 1173c9590c PubSub connection re-subscription doesn't work in some cases of when there are only one slave available. #663 8 years ago
Nikita Koksharov c6f4fce27d Merge pull request #665 from jackygurui/fix-#664
Fix #664
8 years ago
Rui Gu b6d73678f6 fix-#664 Fixed a bug where a method call could be mapped wrong
When a live object class has a field whose name is ended with the name
of another field, this bug could occur.
8 years ago
Rui Gu 5b31f754de Merge branch 'redisson/master' 8 years ago
Nikita e5b996ea7d version updated to 2.5.0 8 years ago
Nikita 6c90a44234 test fixed 8 years ago
Nikita eff946a525 javadocs fixed 8 years ago
Nikita cc476d5565 Merge branch 'master' of github.com:mrniko/redisson 8 years ago
Nikita Koksharov 79b3b8e291 Update README.md 8 years ago
Nikita ee690f5ced Add COUNT and ASC/DESC support to RGeo.radius methods #662 8 years ago
Nikita Koksharov 66cc237355 Merge pull request #660 from slavarosin/master
Fixed type getRemoteSerivce -> getRemoteService
8 years ago
slavarosin d14ec8ad0a Fixed type getRemoteSerivce -> getRemoteService 8 years ago
Nikita 47743daf03 RPermitExpirableSemaphore.availablePermits doesn't return actual permits account under certain conditions #659 8 years ago
Nikita 6af83a1ca0 Fixed - RLocalCacheMap.readAllValues and readAllEntrySet methods return wrong values #658 8 years ago
Nikita 4baea4c9f6 Exception during RedissonReference object creation doesn't decrease shutdownLatch counter 8 years ago
Nikita 52af1a004a Several fixes 8 years ago
Nikita 513db6bea4 Support setter/getter with protected visibility scope for LiveObject #655 8 years ago
Nikita e5e3ec18ea generators have been renamed 8 years ago
Nikita f026184fb3 Merge branch 'master' of github.com:mrniko/redisson 8 years ago
Nikita 9a51cf8a42 Setter for collection field of LiveObject entity should rewrite collection content #654 8 years ago
Nikita Koksharov 534c8a8d68 Merge pull request #653 from jackygurui/patch-3
Check redis version before testValueSize
8 years ago
Nikita Koksharov d09d1e1687 Merge pull request #652 from jackygurui/patch-2
Check redis version before run testSkipResult
8 years ago
Rui Gu 2d7fb13f3b Update RedissonBatchTest.java 8 years ago
Rui Gu 54c2332edd Update RedissonMapTest.java 8 years ago
Rui Gu 6c4da70a81 Check redis version before testValueSize 8 years ago
Rui Gu 9461dc170b Check redis version before run testSkipResult 8 years ago
Nikita ec41ed0982 test fixed 8 years ago
Nikita e663767d0f RedissonSetCache TTL not updated if element already present #646 8 years ago
Nikita 3ac7eae341 Introduce RCascade annotation for LiveObject #651 8 years ago
Nikita f2957b35cd Cascade delete object graph for LiveObjectService #650 8 years ago
Nikita a8cd9be1c8 Cascade LiveObjectService.merge whole object graph #649 8 years ago
Nikita 8500d4d002 Merge branch 'master' of github.com:mrniko/redisson 8 years ago
Nikita 108641a23d Cascade persist whole object graph #648 #647 8 years ago
Nikita Koksharov c5b350df87 Update README.md 8 years ago
Nikita ac7aef4706 LiveObjectService merge method fixed.
Deny to allow persist object with transient REntity
8 years ago
Nikita Koksharov 9c407dc59e Update README.md 8 years ago
Nikita 000fb85375 LiveObjectService doesn't support protected constructors #645 8 years ago
Nikita 87be1e3bc9 RId generator should be empty by default #643 8 years ago
Nikita 7b71e56d40 refactoring 8 years ago
Nikita 2e9f59b2ab Cyclic dependencies during LiveObjectService.detach process lead to stackoverflow #642 8 years ago
Nikita 5912e3a081 Not persisted REntity object allowed to store automatically #641 8 years ago
Nikita c6bb27b95a `persist` method allow to store entity without id. `create` and `getOrCreate` methods are deprecated. #639 8 years ago
Nikita 733ac70c00 RLexSortedSet.addAll fixed. #640 8 years ago