Skip to content

Commit 931055e

Browse files
committed
DATACOUCH-150 - Prepare 2.0.0.M1.
Updated changelog and pom.
1 parent f4e6317 commit 931055e

File tree

2 files changed

+23
-18
lines changed

2 files changed

+23
-18
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424

2525
<couchbase>2.2.0-dp2</couchbase>
2626
<couchbase.osgi>2.2.0</couchbase.osgi>
27-
<jackson>2.3.2</jackson>
28-
<springdata.commons>1.11.0.BUILD-SNAPSHOT</springdata.commons>
27+
<jackson>2.6.0</jackson>
28+
<springdata.commons>1.11.0.RC1</springdata.commons>
2929
<validation>1.0.0.GA</validation>
3030
</properties>
3131

@@ -125,8 +125,8 @@
125125

126126
<repositories>
127127
<repository>
128-
<id>spring-libs-snapshot</id>
129-
<url>https://repo.spring.io/libs-snapshot</url>
128+
<id>spring-libs-milestone</id>
129+
<url>https://repo.spring.io/libs-milestone</url>
130130
</repository>
131131
<repository>
132132
<id>couchbase</id>

src/main/resources/changelog.txt

Lines changed: 19 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,26 @@
11
Spring Data Couchbase Changelog
22
===============================
33

4-
New Major Version: 2.0
5-
----------------------
6-
This version is a complete rewrite of the Spring Data Couchbase project, using the newer 2.x generation
7-
of the Couchbase Java SDK.
8-
9-
Changes in version 2.0.0.M1 (2015-07-03)
4+
Changes in version 2.0.0.M2 (2015-08-04)
105
----------------------------------------
11-
* DATACOUCH-135 - Migrate to Couchbase SDK 2.2.0-dp, with support for N1QL in template
12-
13-
14-
=================================================================================
15-
| Below are older release notes for the 1st generation of Spring Data Couchbase |
16-
| (based on the 1.x Couchbase Java SDK) |
17-
=================================================================================
18-
6+
* DATACOUCH-134 - Support Bucket Shadowing.
7+
* DATACOUCH-135 - Migrate to Couchbase SDK 2.2.0-dp, with support for N1QL in template.
8+
* DATACOUCH-136 - Add N1QL query annotation.
9+
* DATACOUCH-137 - Allow query derivation from @N1QL annotated methods.
10+
* DATACOUCH-139 - Implement @View as minimalistic query derivation.
11+
* DATACOUCH-140 - Use Converter on method parameters when deriving query.
12+
* DATACOUCH-141 - Change query lookup order and make N1QL default.
13+
* DATACOUCH-142 - Document changes from 1.4 to 2.0 and migration cheat sheet.
14+
* DATACOUCH-143 - Log repository queries in DEBUG.
15+
* DATACOUCH-144 - Detect N1QL is unsupported and fail fast.
16+
* DATACOUCH-145 - Use SDK's Field/Id annotations.
17+
* DATACOUCH-148 - Allow global configuration of default staleness parameter for view queries.
18+
* DATACOUCH-149 - Switch from BeanWrapper to PersistentPropertyAccessor.
19+
* DATACOUCH-150 - Release version 2.0 M1.
20+
* DATACOUCH-152 - Bump SDK version to 2.2.0-dp2 and make adjustements.
21+
* DATACOUCH-154 - Use consistent method to guess desing document.
22+
* DATACOUCH-155 - Escape every field name in N1QL queries.
23+
* DATACOUCH-156 - Filter on type information in generated N1QL queries.
1924

2025
Changes in version 1.4.0.RC1 (2015-08-04)
2126
-----------------------------------------

0 commit comments

Comments
 (0)