Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updating operations with SortedSet (#188)
* Adding BZPopMin/BZPopMax (trouble with Threads yet), ZDiffStore, ZIncrBy (tcl-test complete, but problem with local unit-tests run), ZPopMax/ZPopMin, ZRank/ZRevRank. Correct ZAdd and ZRange (more edits required IMHO). * Restructed *Pop* operations, fixed ZAdd, ZIncrBy * Restructed *Pop* operations, fixed ZAdd, ZIncrBy * Adding Union/Inter/Diff operations * Restruct *Range* * Bump org.mockito:mockito-core from 4.11.0 to 5.7.0 Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 4.11.0 to 5.7.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v4.11.0...v5.7.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Bump org.apache.maven.plugins:maven-pmd-plugin from 3.21.0 to 3.21.2 Bumps [org.apache.maven.plugins:maven-pmd-plugin](https://github.com/apache/maven-pmd-plugin) from 3.21.0 to 3.21.2. - [Release notes](https://github.com/apache/maven-pmd-plugin/releases) - [Commits](apache/maven-pmd-plugin@maven-pmd-plugin-3.21.0...maven-pmd-plugin-3.21.2) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-pmd-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Bump nl.jqno.equalsverifier:equalsverifier from 3.15.2 to 3.15.3 Bumps [nl.jqno.equalsverifier:equalsverifier](https://github.com/jqno/equalsverifier) from 3.15.2 to 3.15.3. - [Release notes](https://github.com/jqno/equalsverifier/releases) - [Changelog](https://github.com/jqno/equalsverifier/blob/main/CHANGELOG.md) - [Commits](jqno/equalsverifier@equalsverifier-3.15.2...equalsverifier-3.15.3) --- updated-dependencies: - dependency-name: nl.jqno.equalsverifier:equalsverifier dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Fix #1 * Bump org.apache.maven.plugins:maven-surefire-plugin from 3.1.2 to 3.2.2 Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.1.2 to 3.2.2. - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](apache/maven-surefire@surefire-3.1.2...surefire-3.2.2) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.0 to 3.6.2 Bumps [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.6.0 to 3.6.2. - [Release notes](https://github.com/apache/maven-javadoc-plugin/releases) - [Commits](apache/maven-javadoc-plugin@maven-javadoc-plugin-3.6.0...maven-javadoc-plugin-3.6.2) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-javadoc-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Add ZScan and others * Add ZScan and others * Fix #3 * Fix #4 * Fix #5 * release 1.0.12 * update snapshot version * Fix #6 * Adding BZPopMin/BZPopMax (trouble with Threads yet), ZDiffStore, ZIncrBy (tcl-test complete, but problem with local unit-tests run), ZPopMax/ZPopMin, ZRank/ZRevRank. Correct ZAdd and ZRange (more edits required IMHO). * Fix #6 * Adding Union/Inter/Diff operations * Fix #6 * Fix #1 * Bump org.mockito:mockito-core from 4.11.0 to 5.7.0 Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 4.11.0 to 5.7.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v4.11.0...v5.7.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Add ZScan and others * Fix #3 * Fix #4 * Fix #5 * Fix #6 * Bump nl.jqno.equalsverifier:equalsverifier from 3.15.2 to 3.15.3 Bumps [nl.jqno.equalsverifier:equalsverifier](https://github.com/jqno/equalsverifier) from 3.15.2 to 3.15.3. - [Release notes](https://github.com/jqno/equalsverifier/releases) - [Changelog](https://github.com/jqno/equalsverifier/blob/main/CHANGELOG.md) - [Commits](jqno/equalsverifier@equalsverifier-3.15.2...equalsverifier-3.15.3) --- updated-dependencies: - dependency-name: nl.jqno.equalsverifier:equalsverifier dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Bump org.mockito:mockito-core from 4.11.0 to 5.7.0 Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 4.11.0 to 5.7.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v4.11.0...v5.7.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Fix #3 * Fix #7 * Fix #8 * Fix #6 * Fix ZUnionStore don't create Nan * Fix ZPopMin/ZPopMax with negative COUNT * Update Code Coverage (ZIncrBy, ZRange/ZRevRange and others) * Update Code Coverage (ZScore, ZRangeStore and others) * Update Code Coverage (ZAdd, ZRem and ZRange) * Prepare to merge without blocking operations and ZRandMember * use enumsets for commands with large number of options * use expectNoOptions * use freshest pom --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ivan Ponomarev <[email protected]>
- Loading branch information