Skip to content

Commit 887c014

Browse files
committed
DATACOUCH-16 - updating readme for new features.
1 parent ad7bcf0 commit 887c014

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

README.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This project adds common Spring Data functionality (like configuration, template
55
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.
66

77
## Features
8-
### Implemented
8+
### Implemented 1.0
99

1010
- Templates
1111
- JavaConfig
@@ -15,18 +15,17 @@ Full documentation is still in the making, so this README outlines the basic ste
1515
- Basic Auditing (JMX)
1616
- Additional: transparent @Cacheable support
1717
- XML Config (namespace for template + repositories)
18+
- @View annotation for customization
1819

19-
### Planned (before 1.0)
20+
### Planned 1.0
2021

2122
- find*-based methods on repositories through Views
22-
- @View annotation for customization
2323

24-
### Planned (after 1.0)
24+
### Planned 1.1
2525

2626
- Relationship Support
2727
- Dynamic View Generation
28-
- Better @Cacheable configuration support
29-
- Support upcoming features of Couchbase Server
28+
- N1QL Integration
3029

3130
## Installation
3231
The preferred way is to install the package through maven:
@@ -35,10 +34,9 @@ The preferred way is to install the package through maven:
3534
<dependency>
3635
<groupId>org.springframework.data</groupId>
3736
<artifactId>spring-data-couchbase</artifactId>
38-
<version>1.0.0.M1</version>
37+
<version>1.0.0.M2</version>
3938
</dependency>
4039
```
41-
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.
4240

4341
If you want to get a pre-release, please use the springsource snapshot and milestone repositories.
4442

0 commit comments

Comments
 (0)