10 Commits

Author SHA1 Message Date
Oliver Gierke
b976a32331 DATACOUCH-73 - Prepare 1.0.0.RELEASE.
Removed obsolete dependency declarations. Fixed syntax highlighting for reference documentation. Include general Spring Data repositories documentation as well as namespace and keyword reference as appendix.
2014-03-13 13:55:32 +01:00
Michael Nitschinger
6daecbf95a DATACOUCH-76 - Upgrade to latest spring-data-commons and parent 2014-03-13 10:02:59 +01:00
Michael Nitschinger
bef4d52ace DATACOUCH-71 - Add support for JSR 303 validation.
This changeset adds validation support for entities, and since this depends
on events, the event functionality has been added as well. Now also generic
event listeners can be attached.
2014-03-10 13:07:05 +01:00
Michael Nitschinger
5a176a5b68 DATACOUCH-61 - make bundlor happy with jodatime entry. 2014-03-10 10:56:57 +01:00
Michael Nitschinger
d65f42d886 DATACOUCH-70 - Fix template.mf for for proper RequiredExecutionEnvironment support. 2014-03-10 09:26:00 +01:00
Michael Nitschinger
11ed095c58 DATACOUCH-65 - Add support for optimistic locking through @Version
@Version support is built on top of CAS values in couchbase. It does
not store an actual version number in the document, but rather reuses
cas values transparently to handle optimistic locking.

Also, write result checking has been added to the template for
better control what happens if a write fails. Defaults to NONE,
but can be sett to LOG or EXCEPTION.
2014-01-24 12:01:42 +01:00
Michael Nitschinger
46566b9479 DATACOUCH-39 - fix bundlor template. 2013-10-16 12:19:46 +02:00
Oliver Gierke
a0cbd7533b DATACOUCH-2 - Prepare 1.0.0.M1. 2013-09-11 20:34:26 -07:00
Michael Nitschinger
afab31ff2f DATACOUCH-11 - Upgrading Jackson to the last stable release 2013-06-03 15:21:13 +02:00
Oliver Gierke
4999f23f09 DATACOUCH-1 - Upgraded to use Spring Data build parent.
Upgraded to Spring Data Commons 1.6.0.BUILD-SNAPSHOT.
2013-06-01 11:32:24 +02:00