Commit Graph

8210 Commits (b2eb277112127374f23286267b259698c1fa4f0a)
 

Author SHA1 Message Date
dependabot[bot] bfb24f7361
Bump h2 from 2.1.210 to 2.2.220 in /redisson-hibernate
Bumps [h2](https://github.com/h2database/h2database) from 2.1.210 to 2.2.220.
- [Release notes](https://github.com/h2database/h2database/releases)
- [Commits](https://github.com/h2database/h2database/compare/version-2.1.210...version-2.2.220)

---
updated-dependencies:
- dependency-name: com.h2database:h2
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Nikita Koksharov 62e1def74a edit
Nikita Koksharov e58a08f584
Merge pull request from zcxsythenew/issue-5148
Bug fix: 
Nikita Koksharov a5e560e757 lib updated
Nikita Koksharov 2989df746b lib updated
Nikita Koksharov 66378329c4 test fixed
Guozhang Wu 16b318e6a9 Bug fix:
Signed-off-by: Guozhang Wu <wguozhang@vmware.com>
zcxsythenew 2e34874201
Merge branch 'redisson:master' into issue-5148
Nikita Koksharov 655cb9f8ea Fixed - RExecutorService's task response should be deleted if task was canceled
Nikita Koksharov 448db935a4 Fixed - RExecutorService's task response should be deleted if task was canceled
Nikita Koksharov e97ae41ad4 Fixed - RedisConnection.close() method has private visibility.
Guozhang Wu 5871ad4a70 Bug fix:
Signed-off-by: Guozhang Wu <wguozhang@vmware.com>
Nikita Koksharov 012c99dce3 hibernate upgraded
Nikita Koksharov a42ed9b1fe Fixed - ConcurrentModificationException occasionally thrown during batch execution
Nikita Koksharov b573574db2 Feature - lazyInitialization setting added.
Nikita Koksharov 2d0948ccc3 Fixed - StringIndexOutOfBoundsException is thrown if Redis port isn't defined in configuration.
Nikita Koksharov 15e21f05f5 Fixed - Missed methods implementation of Spring Data Redis module: zRevRangeByLex(), time(TimeUnit), zRemRangeByLex(), zLexCount(), rewriteConfig(), zRangeStoreByLex(), zRangeStoreRevByLex(), zRangeStoreByScore(), zRangeStoreRevByScore(), flushDb(), flushAll(), replicaOf(), replicaOfNoOne()
Nikita Koksharov 493de7a25e Merge branch 'master' of github.com:redisson/redisson
Nikita Koksharov 2666ed255a Fixed - transactional RMap.fastRemove() method throws UnsupportedOperationException.
Nikita Koksharov e625671f5f
Update README.md
Nikita Koksharov 6db2ae02c7
Update README.md
Nikita Koksharov 1893169796
Update README.md
Nikita Koksharov f8f68f617b
Merge pull request from Pengfei-Lu/fix-5138
Fix "Redis settings in redisson-spring-boot-starter README is deprecated."()
Pengfei-Lu 999a639c0f Fix .
Signed-off-by: Pengfei-Lu <459360594@qq.com>
Nikita Koksharov 9120ccecb5 refactoring
Nikita Koksharov 751f9f5623 Feature - RBloomFilter contains() and add() methods added with element collection support
Nikita Koksharov a6a7848af5 Fixed - RBloomFilter contains() and add() methods don't return accurate results if false probability is high.
Nikita Koksharov 3cf6f57ea4 refactoring
Nikita Koksharov e774ae5d21 refactoring
Nikita Koksharov 86fdde634f Fixed - Incorrect handling "unknown command" response for RTopic operations.
Nikita Koksharov 9d1c35d343 Feature - RMapCache and RLocalCachedMap should use sharded pubsub in Redis Cluster 7.0+
Nikita Koksharov a8384dc004 Feature - RMapCache and RLocalCachedMap should use sharded pubsub in Redis Cluster 7.0+
Nikita Koksharov 1b1287cb9b Improvement - RMapCache shouldn't emit events if no listeners added
Nikita Koksharov 82b0a3fc69 version updated
Nikita Koksharov 239d5b9c8a Fixed - keepPubSubOrder setting isn't used
Nikita Koksharov 33ac54cf89 Merge branch 'master' of github.com:redisson/redisson
Nikita Koksharov e760376bdb Fixed - RMultimapCache throws an exception if entry removed before expiration moment.
Nikita Koksharov 051ad3b79b
Update CHANGELOG.md
Nikita Koksharov f799667778 netty updated
Nikita Koksharov 6b3993d1e2 exception message fixed
Nikita Koksharov ffafe51fa2 version updated
Nikita Koksharov ce4eab5514 Merge branch 'master' of github.com:redisson/redisson
Nikita Koksharov 335f9656fb Fixed - RLiveObjectService.delete(class, id) method doesn't delete indexes.
Nikita Koksharov 814de4151d
Update CHANGELOG.md
Nikita Koksharov d1abb1b8ed
Update CHANGELOG.md
Nikita Koksharov 21b602f76f [maven-release-plugin] prepare for next development iteration
Nikita Koksharov 6664dfb0d4 [maven-release-plugin] prepare release redisson-3.22.1
Nikita Koksharov 948a191ae9 refactoring
Nikita Koksharov 66329aeeb9 refactoring
Nikita Koksharov e0a510bf26 Fixed - collection fields aren't deleted when RLiveObject expires or is deleted.