From fd3af434dcc43a3b7a87f3a96651d7e2fbd8670e Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Wed, 27 Aug 2014 11:28:16 +0200 Subject: [PATCH 1/6] DATACASS-154 - Updated changelog. --- src/main/resources/changelog.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index e9c41d49b..9b36e2f07 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,13 @@ Spring Data Cassandra Changelog =============================== +Changes in version 1.0.4.RELEASE (2014-08-27) +--------------------------------------------- +* DATACASS-157 - CqlTemplate execute(PreparedStatementCreator,PreparedStatementCallback) swallows translated exception. +* DATACASS-154 - Release 1.0.4. +* DATACASS-139 - ingest() methods do not cache PreparedStatements causing performance bottleneck. + + Changes in version 1.1.0.RC1 (2014-08-13) ----------------------------------------- * DATACASS-151 - Release 1.1 RC1. From 76159e3ae393328efb19e9793de77b811e337090 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Fri, 5 Sep 2014 09:23:41 +0200 Subject: [PATCH 2/6] DATACASS-165 - Updated changelog. --- src/main/resources/changelog.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 9b36e2f07..e3387c4cb 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,16 @@ Spring Data Cassandra Changelog =============================== +Changes in version 1.1.0.RELEASE (2014-09-05) +--------------------------------------------- +* DATACASS-165 - Release 1.1 GA. +* DATACASS-163 - SDC*-provided repository interfaces are missing @NoRepositoryBean annotation. +* DATACASS-162 - XML attribute "entity-base-packages" is ignored. +* DATACASS-159 - NPE in CqlTemplate due to uninitialized exception translator. +* DATACASS-158 - Clarify javadoc for CqlOperations methods involving PreparedStatements. +* DATACASS-157 - CqlTemplate execute(PreparedStatementCreator,PreparedStatementCallback) swallows translated exception. + + Changes in version 1.0.4.RELEASE (2014-08-27) --------------------------------------------- * DATACASS-157 - CqlTemplate execute(PreparedStatementCreator,PreparedStatementCallback) swallows translated exception. From a0453be86c5faad6a8f0721fe2a115bc2325ecf4 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Fri, 5 Sep 2014 09:23:54 +0200 Subject: [PATCH 3/6] DATACASS-165 - Prepare 1.1.0.RELEASE (Evans GA). --- pom.xml | 8 ++++---- src/main/resources/notice.txt | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index c94b83fb9..c9819edc5 100644 --- a/pom.xml +++ b/pom.xml @@ -15,7 +15,7 @@ org.springframework.data.build spring-data-parent - 1.5.0.BUILD-SNAPSHOT + 1.5.0.RELEASE ../spring-data-build/parent/pom.xml @@ -28,7 +28,7 @@ multi spring-data-cassandra - 1.9.0.BUILD-SNAPSHOT + 1.9.0.RELEASE 2.0.2.1 2.0.4 1.0 @@ -196,8 +196,8 @@ - spring-libs-snapshot - http://repo.spring.io/libs-snapshot + spring-libs-release + http://repo.spring.io/libs-release diff --git a/src/main/resources/notice.txt b/src/main/resources/notice.txt index a7ade0384..bdd85bf3d 100644 --- a/src/main/resources/notice.txt +++ b/src/main/resources/notice.txt @@ -1,4 +1,4 @@ -Spring Data Cassandra 1.1 RC1 +Spring Data Cassandra 1.1 GA Copyright (c) [2010-2014] Pivotal Software, Inc. This product is licensed to you under the Apache License, Version 2.0 (the "License"). From d6c594838cee8237e235db1a969190eaded1f6fc Mon Sep 17 00:00:00 2001 From: Spring Buildmaster Date: Fri, 5 Sep 2014 03:18:17 -0700 Subject: [PATCH 4/6] DATACASS-165 - Release version 1.1.0.RELEASE (Evans GA). --- pom.xml | 4 ++-- spring-cql/pom.xml | 2 +- spring-data-cassandra-distribution/pom.xml | 2 +- spring-data-cassandra/pom.xml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index c9819edc5..e6513b81a 100644 --- a/pom.xml +++ b/pom.xml @@ -1,11 +1,11 @@ - + 4.0.0 org.springframework.data spring-data-cassandra-parent - 1.1.0.BUILD-SNAPSHOT + 1.1.0.RELEASE pom Spring Data Cassandra diff --git a/spring-cql/pom.xml b/spring-cql/pom.xml index 16bc6f3ad..a17b61c86 100644 --- a/spring-cql/pom.xml +++ b/spring-cql/pom.xml @@ -11,7 +11,7 @@ org.springframework.data spring-data-cassandra-parent - 1.1.0.BUILD-SNAPSHOT + 1.1.0.RELEASE ../pom.xml diff --git a/spring-data-cassandra-distribution/pom.xml b/spring-data-cassandra-distribution/pom.xml index f6f4fd5f5..0c3d0c5b8 100644 --- a/spring-data-cassandra-distribution/pom.xml +++ b/spring-data-cassandra-distribution/pom.xml @@ -13,7 +13,7 @@ org.springframework.data spring-data-cassandra-parent - 1.1.0.BUILD-SNAPSHOT + 1.1.0.RELEASE ../pom.xml diff --git a/spring-data-cassandra/pom.xml b/spring-data-cassandra/pom.xml index 70a175bff..618d88684 100644 --- a/spring-data-cassandra/pom.xml +++ b/spring-data-cassandra/pom.xml @@ -11,7 +11,7 @@ org.springframework.data spring-data-cassandra-parent - 1.1.0.BUILD-SNAPSHOT + 1.1.0.RELEASE ../pom.xml From a5c67821254a50b9c259ba3b98d57b06d220034c Mon Sep 17 00:00:00 2001 From: Spring Buildmaster Date: Fri, 5 Sep 2014 03:18:20 -0700 Subject: [PATCH 5/6] DATACASS-165 - Prepare next development iteration. --- pom.xml | 2 +- spring-cql/pom.xml | 2 +- spring-data-cassandra-distribution/pom.xml | 2 +- spring-data-cassandra/pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index e6513b81a..a8b3095cb 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.springframework.data spring-data-cassandra-parent - 1.1.0.RELEASE + 1.2.0.BUILD-SNAPSHOT pom Spring Data Cassandra diff --git a/spring-cql/pom.xml b/spring-cql/pom.xml index a17b61c86..5ec5495b0 100644 --- a/spring-cql/pom.xml +++ b/spring-cql/pom.xml @@ -11,7 +11,7 @@ org.springframework.data spring-data-cassandra-parent - 1.1.0.RELEASE + 1.2.0.BUILD-SNAPSHOT ../pom.xml diff --git a/spring-data-cassandra-distribution/pom.xml b/spring-data-cassandra-distribution/pom.xml index 0c3d0c5b8..bbdf4e679 100644 --- a/spring-data-cassandra-distribution/pom.xml +++ b/spring-data-cassandra-distribution/pom.xml @@ -13,7 +13,7 @@ org.springframework.data spring-data-cassandra-parent - 1.1.0.RELEASE + 1.2.0.BUILD-SNAPSHOT ../pom.xml diff --git a/spring-data-cassandra/pom.xml b/spring-data-cassandra/pom.xml index 618d88684..649b32823 100644 --- a/spring-data-cassandra/pom.xml +++ b/spring-data-cassandra/pom.xml @@ -11,7 +11,7 @@ org.springframework.data spring-data-cassandra-parent - 1.1.0.RELEASE + 1.2.0.BUILD-SNAPSHOT ../pom.xml From bb6ed7967ce948c5153a2dd1438702f5bd92c8b5 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Fri, 5 Sep 2014 13:13:17 +0200 Subject: [PATCH 6/6] DATACASS-165 - After release cleanups. --- pom.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index a8b3095cb..915deb64e 100644 --- a/pom.xml +++ b/pom.xml @@ -1,4 +1,4 @@ - + 4.0.0 @@ -15,7 +15,7 @@ org.springframework.data.build spring-data-parent - 1.5.0.RELEASE + 1.6.0.BUILD-SNAPSHOT ../spring-data-build/parent/pom.xml @@ -28,7 +28,7 @@ multi spring-data-cassandra - 1.9.0.RELEASE + 1.10.0.BUILD-SNAPSHOT 2.0.2.1 2.0.4 1.0 @@ -196,8 +196,8 @@ - spring-libs-release - http://repo.spring.io/libs-release + spring-libs-snapshot + http://repo.spring.io/libs-snapshot