forked from spring-attic/spring-data-aerospike
-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FMWK-195 Override Set Name from Operations/Template (#646)
* Override set name in the AerospikeTemplate (initial commit) * Align new qualifier changes with the new set name injection. * Fix ambiguous overloading, use different method names (BREAKING CHANGE), add tests for set name injection. * Extract override set name to the base class. * Refactor and add set name tests for FindByQueryProjections * Rename test classes, address warnings and add more tests for set name injection * Add more tests with set name * Add more set name tests (find by ids, queries and indexes) * Add reactive insert and insertAll tests with a given set name * More reactive tests, align exists naming with new format * Fix count and save tests * Increase test coverage for both reactive and non-reactive set name tests * Add missing tests for reactive operations with set name * Re-add deprecated delete variations with deprecated warning message to use the new ones "deleteAll" and "deleteById".
- Loading branch information
1 parent
e30e7c4
commit b9f1091
Showing
47 changed files
with
2,555 additions
and
295 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.