From 887c014ac2c25561b8c822d0f22ae102ea98f741 Mon Sep 17 00:00:00 2001 From: Michael Nitschinger Date: Wed, 16 Oct 2013 13:42:56 +0200 Subject: [PATCH] DATACOUCH-16 - updating readme for new features. --- README.md | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index d204b153..4163cab5 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ This project adds common Spring Data functionality (like configuration, template Full documentation is still in the making, so this README outlines the basic steps you need to do in order to get it up and running. It also provides a very rough overview of its capabilities. Note that this library is still in the making and does not provide all features yet. ## Features -### Implemented +### Implemented 1.0 - Templates - JavaConfig @@ -15,18 +15,17 @@ Full documentation is still in the making, so this README outlines the basic ste - Basic Auditing (JMX) - Additional: transparent @Cacheable support - XML Config (namespace for template + repositories) + - @View annotation for customization -### Planned (before 1.0) +### Planned 1.0 - find*-based methods on repositories through Views - - @View annotation for customization -### Planned (after 1.0) +### Planned 1.1 - Relationship Support - Dynamic View Generation - - Better @Cacheable configuration support - - Support upcoming features of Couchbase Server + - N1QL Integration ## Installation The preferred way is to install the package through maven: @@ -35,10 +34,9 @@ The preferred way is to install the package through maven: org.springframework.data spring-data-couchbase - 1.0.0.M1 + 1.0.0.M2 ``` -Note that the first milestone is not yet released, but will be available through maven central once its done. This will pull in all dependencies needed, including the Couchbase Java SDK and the Spring dependencies. If you want to get a pre-release, please use the springsource snapshot and milestone repositories.