You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-8Lines changed: 6 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ This project adds common Spring Data functionality (like configuration, template
5
5
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.
6
6
7
7
## Features
8
-
### Implemented
8
+
### Implemented 1.0
9
9
10
10
- Templates
11
11
- JavaConfig
@@ -15,18 +15,17 @@ Full documentation is still in the making, so this README outlines the basic ste
15
15
- Basic Auditing (JMX)
16
16
- Additional: transparent @Cacheable support
17
17
- XML Config (namespace for template + repositories)
18
+
-@View annotation for customization
18
19
19
-
### Planned (before 1.0)
20
+
### Planned 1.0
20
21
21
22
- find*-based methods on repositories through Views
22
-
-@View annotation for customization
23
23
24
-
### Planned (after 1.0)
24
+
### Planned 1.1
25
25
26
26
- Relationship Support
27
27
- Dynamic View Generation
28
-
- Better @Cacheable configuration support
29
-
- Support upcoming features of Couchbase Server
28
+
- N1QL Integration
30
29
31
30
## Installation
32
31
The preferred way is to install the package through maven:
@@ -35,10 +34,9 @@ The preferred way is to install the package through maven:
35
34
<dependency>
36
35
<groupId>org.springframework.data</groupId>
37
36
<artifactId>spring-data-couchbase</artifactId>
38
-
<version>1.0.0.M1</version>
37
+
<version>1.0.0.M2</version>
39
38
</dependency>
40
39
```
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.
42
40
43
41
If you want to get a pre-release, please use the springsource snapshot and milestone repositories.
0 commit comments