All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
N/A
0.1.0 2019-01-21
0.1.0 Changed
com.example.demospringdatacouchbaseapp.model.Carentity is no longer immutable due to difficulties with property population viawithermethods.- Moved from property based to Java based configuration for Couchbase. See
com.example.demospringdatacouchbaseapp.repository.CouchbaseConfig.
0.1.0 Added
- Auto creation of indexes and views using
@ViewIndexed,@N1qlPrimaryIndexed, and@N1qlSecondaryIndexedannotations. Note: This is only for use with for development/test environemnts, so some way of ensuring its not used in production will need to be devised.
- Initial baseline containing a couchbase repo and associated test (many failing)