Commit Graph

9425 Commits (2491156c1a2647a32fa21a055eecbbd33c8cc4fd)
 

Author SHA1 Message Date
Nikita Koksharov 3b9508d5af refactoring 10 months ago
Nikita Koksharov 1ce18646ac refactoring 10 months ago
Nikita Koksharov e5c813f18e
Merge pull request #5805 from redisson/dependabot/maven/org.xerial.snappy-snappy-java-1.1.10.5
Bump org.xerial.snappy:snappy-java from 1.1.10.4 to 1.1.10.5
10 months ago
Nikita Koksharov fbd9174d94
Merge pull request #5804 from redisson/dependabot/maven/io.netty.incubator-netty-incubator-transport-native-io_uring-0.0.25.Final
Bump io.netty.incubator:netty-incubator-transport-native-io_uring from 0.0.21.Final to 0.0.25.Final
10 months ago
Nikita Koksharov 4d0ae93964
Merge pull request #5803 from redisson/dependabot/maven/org.apache.maven.plugins-maven-source-plugin-3.3.1
Bump org.apache.maven.plugins:maven-source-plugin from 3.2.1 to 3.3.1
10 months ago
Nikita Koksharov 5484b16171
Merge pull request #5802 from redisson/dependabot/maven/org.assertj-assertj-core-3.25.3
Bump org.assertj:assertj-core from 3.10.0 to 3.25.3
10 months ago
dependabot[bot] c53e6dba3d
Bump org.xerial.snappy:snappy-java from 1.1.10.4 to 1.1.10.5
Bumps [org.xerial.snappy:snappy-java](https://github.com/xerial/snappy-java) from 1.1.10.4 to 1.1.10.5.
- [Release notes](https://github.com/xerial/snappy-java/releases)
- [Commits](https://github.com/xerial/snappy-java/compare/v1.1.10.4...v1.1.10.5)

---
updated-dependencies:
- dependency-name: org.xerial.snappy:snappy-java
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
10 months ago
dependabot[bot] a123946d8d
Bump io.netty.incubator:netty-incubator-transport-native-io_uring
Bumps [io.netty.incubator:netty-incubator-transport-native-io_uring](https://github.com/netty/netty-incubator-transport-io_uring) from 0.0.21.Final to 0.0.25.Final.
- [Commits](https://github.com/netty/netty-incubator-transport-io_uring/compare/netty-incubator-transport-parent-io_uring-0.0.21.Final...netty-incubator-transport-parent-io_uring-0.0.25.Final)

---
updated-dependencies:
- dependency-name: io.netty.incubator:netty-incubator-transport-native-io_uring
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
10 months ago
dependabot[bot] e61859bba2
Bump org.apache.maven.plugins:maven-source-plugin from 3.2.1 to 3.3.1
Bumps [org.apache.maven.plugins:maven-source-plugin](https://github.com/apache/maven-source-plugin) from 3.2.1 to 3.3.1.
- [Commits](https://github.com/apache/maven-source-plugin/compare/maven-source-plugin-3.2.1...maven-source-plugin-3.3.1)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-source-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
10 months ago
dependabot[bot] 4c7ba2cc0a
Bump org.assertj:assertj-core from 3.10.0 to 3.25.3
Bumps [org.assertj:assertj-core](https://github.com/assertj/assertj) from 3.10.0 to 3.25.3.
- [Release notes](https://github.com/assertj/assertj/releases)
- [Commits](https://github.com/assertj/assertj/compare/assertj-core-3.10.0...assertj-build-3.25.3)

---
updated-dependencies:
- dependency-name: org.assertj:assertj-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
10 months ago
Nikita Koksharov 8c5d887fe8
Update README.md 10 months ago
Nikita Koksharov 562a9aa184 refactoring 10 months ago
Nikita Koksharov 266ea69a0a refactoring 10 months ago
Nikita Koksharov 9cabc01890 Feature - RStream AutoClaimResult.getDeletedIds() method added. #5789
Fixed - RStream.autoClaim() throws ClassCastException. #5789
10 months ago
Nikita Koksharov 94bf4cd30e refactoring 10 months ago
Nikita Koksharov c5261ec077 Fixed - LocalCachedMapDisabledKey event is parsed incorrectly during local cache usage with RTransaction. #5792 10 months ago
Nikita Koksharov 2e4db01037 Fixed - Slave node in cluster mode isn't shutdown properly if readMode = MASTER and subscribeMode = MASTER (regression since 3.27.2) #5752 10 months ago
Nikita Koksharov 77919d08b4 Fixed - race condition during cluster topology update causes slave added/removed events. #5752 10 months ago
Nikita Koksharov 45243e8f42 logs added 10 months ago
Nikita Koksharov 81e178e9a6 test fixed 10 months ago
Nikita Koksharov 96b5ec31c3 Feature - NewObjectListener and SetObjectListener can be registered with RKeys.addListener() method #5793 10 months ago
Nikita Koksharov ab1ae658b8 error message updated 10 months ago
Nikita Koksharov 61eaa0d0aa lib updated 10 months ago
Nikita Koksharov db341ab4e7 Improvement - responses map lock replaced with fine-grained entry locking in RRemoteService and RScheduledExecutorService 10 months ago
Nikita Koksharov 4113efd4d4 checkstyle fixed 10 months ago
Nikita Koksharov a536ae48fe Improvement - responses map lock replaced with fine-grained entry locking in RRemoteService and RScheduledExecutorService 10 months ago
Nikita Koksharov f2ab62ed51 test fixed 10 months ago
Nikita Koksharov 71c272ed2a refactoring 10 months ago
Nikita Koksharov 71ad3683c6 Jodd lib upgraded 10 months ago
Nikita Koksharov c0d2688a11 test disabled 10 months ago
Nikita Koksharov 6001e812b4 libs updated 10 months ago
Nikita Koksharov 1c05b7dcac libs updated 10 months ago
Nikita Koksharov debd1a0197 jboss-marshalling is now optional dependency. 10 months ago
Nikita Koksharov 40d79587ce Fixed - OSGi MANIFEST should define optional dependencies. #5774 10 months ago
Nikita Koksharov a20de222cf javadocs fixed 10 months ago
Nikita Koksharov 096d088444 Merge branch 'master' of github.com:redisson/redisson 10 months ago
Nikita Koksharov 128ffc7976 refactoring 10 months ago
Nikita Koksharov d9f2230c1d
Update README.md 10 months ago
Nikita Koksharov 91ecf4b24a refactoring 10 months ago
Nikita Koksharov 6966c0f70c Feature - new subscribeOnElements(), subscribeOnLastElements() and subscribeOnFirstElements() methods wait for CompletionStage to complete before polling the next element. #5786 10 months ago
Nikita Koksharov 0bc90c8108 Fixed - TimeoutException is thrown if connectionMinimumIdleSize = 0. #5788 10 months ago
Nikita Koksharov 6be51a0b63 Merge branch 'master' of github.com:redisson/redisson 10 months ago
Nikita Koksharov c1440980e5 Fixed - java.lang.ClassCastException is thrown for Reactive/Rx RemoteService invocation if Redisson instance isn't Reactive/Rx. #5580 10 months ago
Nikita Koksharov 61a2b8efc5
Update README.md 10 months ago
Nikita Koksharov 1747446fe5 javadocs fixed 10 months ago
Nikita Koksharov 72eb6c31e1 javadocs fixed 10 months ago
Nikita Koksharov 6701b08032 Feature - shardedSubscriptionMode setting added in Cluster configuration. #5690 10 months ago
Nikita Koksharov c0d99f718c refactoring 10 months ago
Nikita Koksharov 4a46def3f9 refactoring 10 months ago
Nikita Koksharov 12626d504e BitSetCodec is now deprecated 10 months ago