Michael Nitschinger
b52b96c283
DATACOUCH-72 - Update dependencies to latest bugfix level.
2014-03-10 18:35:30 +01:00
Michael Nitschinger
de40287b75
DATACOUCH-71 Harden test case with relative checks.
2014-03-10 14:19:00 +01:00
Michael Nitschinger
ea6b14f4c9
DATACOUCH-71 - add execution listener to test
2014-03-10 14:08:49 +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
62f974fa78
DATACOUCH-61 - Add Converter support for Jodatime
...
This changeset adds converters for Jodatime to unix timestamps and
back if jodatime is found on the classpath.
2014-03-10 10:49:07 +01:00
Michael Nitschinger
f68397f2ac
DATACOUCH-69 - Support for Date and Calendar conversions.
...
This changeset adds aut of the box support for date and calendar objects.
They get converted to simple longs (unix timestamps) and back, since couchbase
server views have good support for those through the dateToArray() function.
A custom converter takes precedence though to customize these conversions.
2014-03-10 10:23:49 +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
332ce8c560
DATACOUCH-55 - Support custom converters.
...
This changeset adds the possibility to implement custom converters for entities and fields.
2014-03-10 09:22:31 +01:00
Spring Buildmaster
38b1a1bd1e
DATACOUCH-66 - Prepare next development iteration.
2014-02-06 05:17:39 -08:00
Spring Buildmaster
4a886815ad
DATACOUCH-66 - Release version 1.0.0.RC1.
2014-02-06 05:17:37 -08:00
Oliver Gierke
64d1b26219
DATACOUCH-66 - Prepare 1.0 RC1 release.
2014-02-06 14:12:20 +01:00
Michael Nitschinger
adfade558c
DATACOUCH-66 - Overhaul Readme for RC1 release.
2014-01-27 14:27:02 +01:00
Michael Nitschinger
9c3cc52d2e
DATACOUCH-47 - ensure multiple buckets are working over xml config.
...
This test verifies the functionality as reported in the ticket.
2014-01-24 12:41:38 +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
Ken Dombeck
bb6385e08a
DATACOUCH-57 - Allow for the configuration of CouchbaseClient to use properties
...
from property files or SPEL expressions.
2014-01-24 09:13:04 +01:00
Michael Nitschinger
7b6a3a9894
DATACOUCH-14 - Enable SLF4J as default logging.
...
If the whole system is constructed through the AbstractCouchbaseConfiguration or
the custom <couchbase> xml config, the logger is specified automatically.
Please note that this also changes the java config a little bit, but it should
also make it easier to construct it.
2014-01-23 16:24:58 +01:00
Michael Nitschinger
46b33e9952
DATACOUCH-52 also register shutdown for xml-based configs
2014-01-23 15:45:47 +01:00
Michael Nitschinger
7dd2a5b7b2
DATACOUCH-52 - Shut down CouchbaseClient bean when the context is destroyed.
...
The shutdown method will be called on the bean when the context is closed to
make sure that "no thread is left behind" running.
2014-01-23 14:47:28 +01:00
Michael Nitschinger
5414ee556b
DATACOUCH-44 - Expose PersistTo/ReplicateTo on template
...
While users benefit from the exposure in terms of control, it is also
needed to make the unit tests more reliable as reported in the ticket.
2014-01-23 14:36:47 +01:00
Michael Nitschinger
9452c40eeb
DATACOUCH-64 - Enable dynamic queries on repositories.
...
This changeset adds dynamic queries that can be annotated with @View and also provide a custom
Query param to change properties at runtime if needed.
2014-01-23 14:07:55 +01:00
msolujic
03ed0b5fef
DATACOUCH-62 updated Couchbase Java SDK to latest stable version
2014-01-22 14:36:51 +01:00
Michael Nitschinger
8caabaf83b
Merge pull request #26 from msolujic/master
...
Added stable spring data repository to README.md
2014-01-16 06:00:52 -08:00
msolujic
1400c0090e
Added stable spring data repository to README.md
2014-01-16 12:32:29 +01:00
Ken Dombeck
15ad87a82f
DATACOUCH-58 allow for null values to be persisted for List elements and Map values.
2014-01-09 15:06:11 +01:00
Andrzej Wislowski
b11fc6c53c
DATACOUCH-53 - protection against NPE on CouchbaseCache when putting null as a value
2014-01-09 14:41:11 +01:00
David Harrigan
7d79d79e28
DATACOUCH-30 - ObjectMapper configuration must be supported
...
Allow for a custom ObjectMapper to be used.
2014-01-09 14:32:18 +01:00
Michael Nitschinger
51dea603de
DATACOUCH-60 - Update Dependencies
2014-01-09 14:23:03 +01:00
Michael Nitschinger
1ab5dd1b93
DATACOUCH-56 - Update Couchbase Client to 1.2.3
2013-12-04 10:46:33 +01:00
Michael Nitschinger
97993c2409
DATACOUCH-51 - Call replace on batch update.
...
This changeset fixes a typo that exposed the wrong write semantics
when calling update().
2013-12-04 10:36:20 +01:00
Spring Buildmaster
3f9d5030c4
DATACOUCH-46 - Prepare next development iteration.
2013-11-14 13:21:23 -08:00
Spring Buildmaster
b85405e581
DATACOUCH-46 - Release version 1.0.0.M2.
2013-11-14 13:21:21 -08:00
Oliver Gierke
189ec98b93
DATACOUCH-46 - Final preparations for 1.0 M2.
...
Upgraded to Spring Data Commons 1.6.2. Added necessary Maven plugins to actually build a distribution ZIP. Polished changelog and notice.txt.
2013-11-14 21:16:00 +00:00
Michael Nitschinger
a244d97dac
DATACOUCH-46 - Add release notes for M2
2013-11-14 14:31:26 +01:00
David Harrigan
1fc662b7cb
DATACOUCH-35 - Can't deserialize Class fields.
...
Similar to Enums, Classes aren't a simple type, therefore have to handle using
the configured ObjectMapper.
-=david=-
2013-11-13 11:29:49 +01:00
Michael Nitschinger
5b6e8764b0
DATACOUCH-43 - Correctly encode non-ASCII characters.
2013-11-12 11:10:58 +01:00
Michael Nitschinger
51421d9c05
DATACOUCH-45 - Upgrade Couchbase Java Client to 1.2.2
2013-11-12 10:24:30 +01:00
Michael Nitschinger
887c014ac2
DATACOUCH-16 - updating readme for new features.
2013-10-16 13:42:56 +02:00
Michael Nitschinger
ad7bcf057c
DATACOUCH-41 - Update Couchbase SDK to 1.2.1
2013-10-16 13:22:19 +02:00
Michael Nitschinger
694b67ae36
DATACOUCH-40 - Make ClusterInfo more reliable on the values returned.
2013-10-16 13:05:11 +02:00
David Harrigan
47a0125642
Some little tidy-ups on the codebase.
...
-=david=-
2013-10-16 12:52:41 +02:00
David Harrigan
d1779a5d73
DATACOUCH-38 - Can't Deserialize Enum.
...
Enums, even although they are a simple type, must not use writeSimpleObject
since there is no "handler" in writeSimpleObject for Enums. Instead, we just
drop back to using the built-in ObjectMapper for handling enums.
-=david=-
2013-10-16 12:35:04 +02:00
David Harrigan
fa397759e3
DATACOUCH-37 - Refactor Deprecated JUnit Asserts.
...
Removed deprecated methods and changed to Hamcrest.
-=david=-
2013-10-16 12:23:17 +02:00
Michael Nitschinger
46566b9479
DATACOUCH-39 - fix bundlor template.
2013-10-16 12:19:46 +02:00
David Harrigan
48385c965a
DATACOUCH-16 - Allow View customization through @View annotations.
...
An initial first attempt at allowing for basic View customization using the
@View annotation.
For now, it does not support "dynamic" finders, such as findByUsername, but
I'm sure it will come shortly aftewards.
Also added in hamcrest library to gradually transistion deprecated JUnit
methods to a better assertion library :-)
-=david=-
2013-10-16 12:01:21 +02:00
Michael Nitschinger
8ade60937a
Merge pull request #5 from mzasada/DATACOUCH-27
...
DATACOUCH-27: Mapping @Id field with MappingCouchbaseConverter
2013-10-10 03:08:29 -07:00
Michael Nitschinger
6896195e6b
Merge pull request #11 from dharrigan/DATACOUCH-34
...
DATACOUCH-34 - Can't deserialize long/Long/Date fields.
2013-10-10 00:34:03 -07:00
David Harrigan
af5cfe894e
DATACOUCH-34 - Can't deserialize long/Long/Date fields.
...
Make the test more robust, check the set value against the returned value.
2013-10-10 08:29:23 +01:00
Michael Nitschinger
5ae7c76176
Merge pull request #10 from dharrigan/DATACOUCH-34
...
DATACOUCH-34 - Can't deserialize long/Long/Date fields.
2013-10-10 00:26:32 -07:00
Maciej Zasada
c4aa3643e8
DATACOUCH-27 - Code review suggestions.
2013-10-09 23:17:05 +02:00