As a gift for Christmas we wanted to make a quick announcement that the Spring Data Couchbase 2.0 Release Candidate is now out!
You can get your hands on this RC by adding the following Maven snapshot repository from Spring in your pom.xml (if you don't already have it):
1 2 3 4 5 6 7 |
<repositories> <repository> <id>spring-libs-snapshot</id> <name>Spring Snapshot Repository</name> <url>http://repo.spring.io/libs-snapshot</url> </repository> </repositories> |
Then it's just a matter of referring the 2.0.0.RC1 version of Spring Data Couchbase in dependencies:
1 2 3 4 5 |
<dependency> <groupId>org.springframework.data</groupId> <artifactId>spring-data-couchbase</artifactId> <version>2.0.0.RC1</version> </dependency> |
I hope that you will enjoy it, but also that you will be more focused on family and friends than on Spring during this holiday season ;)
We'll come back in January 2016 with an extensive post about all the new features in this release candidate (yummy!) compared to the Milestone 1 from earlier this year. I hope you'll be able to digest a long blog post by then!
In the meantime you can also read the reference documentation at http://docs.spring.io/spring-data/couchbase/docs/2.0.0.RC1/reference/html.
On behalf of all the Couchbase SDK team, I wish you a Merry Christmas and an Happy New Year!