2.3.0.RELEASE
Dependencies updates
- Update dependencies:
spring-data-parent
2.2.0.RELEASE -> 2.2.3.RELEASE
spring-data-commons
2.2.0.RELEASE -> 2.2.3.RELEASE
spring-data-keyvalue
2.2.0.RELEASE -> 2.2.3.RELEASE
aerospike-client
4.4.6 -> 4.4.7
aerospike-reactor-client
4.4.6 -> 4.4.7
aerospike-query-engine
4.4.6 -> 4.4.7
PR: #62
Fixes
-
GenerationPolicy.NONE
is explicitly set fordelete
,save
,insert
,update
operations for documents without version property.
2b5eaa5 -
insert
andupdate
methods now consider version property of the document, handle error respectively and update document's version property after operation is complete. -
update
methodRecordExistsAction
was changed fromUPDATE_ONLY
toREPLACE_ONLY
. (It was not possible to set any document's property to null value viaupdate
method)
df18637
28e0bef -
Expose identifying annotations, so that repository bean can be registered when Spring Boot 2.2.1+ is used (related to DATACMNS-1596)
PR: #64
Deprecations
- Deprecate
indexExists
operation
PR: #63