From b9670f6ca34b8782d016c9c8547cd8ea34163560 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Tue, 20 May 2014 10:04:29 -0700 Subject: [PATCH 01/15] DATACASS-131 - Prepare next development iteration. --- pom.xml | 12 ++++++------ spring-cql/pom.xml | 2 +- spring-data-cassandra-distribution/pom.xml | 2 +- spring-data-cassandra/pom.xml | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/pom.xml b/pom.xml index 4b7f0a513..2f7016ad3 100644 --- a/pom.xml +++ b/pom.xml @@ -1,11 +1,11 @@ - + 4.0.0 org.springframework.data spring-data-cassandra-parent - 1.0.0.RELEASE + 1.0.1.BUILD-SNAPSHOT pom Spring Data Cassandra @@ -15,7 +15,7 @@ org.springframework.data.build spring-data-parent - 1.4.0.RELEASE + 1.4.1.BUILD-SNAPSHOT ../spring-data-build/parent/pom.xml @@ -28,7 +28,7 @@ multi spring-data-cassandra - 1.8.0.RELEASE + 1.8.1.BUILD-SNAPSHOT 2.0.2.1 2.0.2 1.0 @@ -195,8 +195,8 @@ - spring-libs-release - http://repo.spring.io/libs-release + spring-libs-snapshot + http://repo.spring.io/libs-snapshot diff --git a/spring-cql/pom.xml b/spring-cql/pom.xml index fff849183..5a477f36c 100644 --- a/spring-cql/pom.xml +++ b/spring-cql/pom.xml @@ -11,7 +11,7 @@ org.springframework.data spring-data-cassandra-parent - 1.0.0.RELEASE + 1.0.1.BUILD-SNAPSHOT ../pom.xml diff --git a/spring-data-cassandra-distribution/pom.xml b/spring-data-cassandra-distribution/pom.xml index af87adf35..3c82fe3e4 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.0.0.RELEASE + 1.0.1.BUILD-SNAPSHOT ../pom.xml diff --git a/spring-data-cassandra/pom.xml b/spring-data-cassandra/pom.xml index 5e0258688..a7ac06571 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.0.0.RELEASE + 1.0.1.BUILD-SNAPSHOT ../pom.xml From e58e0a6b5cdd5681a3e9cfe5bb68f2701fd154e2 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Tue, 20 May 2014 19:40:45 +0200 Subject: [PATCH 02/15] DATACASS-134 - Added missing plugin repository declaration. --- pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pom.xml b/pom.xml index 2f7016ad3..93d1162e0 100644 --- a/pom.xml +++ b/pom.xml @@ -200,6 +200,13 @@ + + + spring-plugins-release + http://repo.spring.io/plugins-release + + + com.datastax.cassandra From 4f70c6f19cf52bbd639140395364941974084d60 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Tue, 20 May 2014 21:31:52 +0200 Subject: [PATCH 03/15] DATACASS-135 - Fixed reference documentation build. Removed empty lang attributes from programlisting elements. Switched to Docbook 4.4 DTD as 4.5 is currently not supported by the Maven Docbook plugin. Fixed section identifiers. --- src/docbkx/introduction/getting-started.xml | 54 +++++---- src/docbkx/reference/cassandra.xml | 123 +++++++++++++------- 2 files changed, 108 insertions(+), 69 deletions(-) diff --git a/src/docbkx/introduction/getting-started.xml b/src/docbkx/introduction/getting-started.xml index 302c5d5a9..51826be2e 100644 --- a/src/docbkx/introduction/getting-started.xml +++ b/src/docbkx/introduction/getting-started.xml @@ -4,49 +4,53 @@ Additional Help Resources - Learning a new framework is not always straight forward. In this section, we try to provide - what we think is an easy to follow guide for starting with Spring Data Cassandra module. - However, if you encounter issues or you are just looking for an advice, feel free to use one of - the links below: + Learning a new framework is not always straight forward. In this + section, we try to provide what we think is an easy to follow guide for + starting with Spring Data Cassandra module. However, if you encounter issues + or you are just looking for an advice, feel free to use one of the links + below: -
+
Support There are a few support options available: -
+
Community Forum - The Spring Data forum - is a message board for all Spring Data (not just Cassandra) users to share - information and help each other. Note that registration is needed only - for posting. + The Spring Data forum + is a message board for all Spring Data (not just Cassandra) users to + share information and help each other. Note that registration is needed + only for posting.
-
+
Professional Support - Professional, from-the-source support, with guaranteed response time, is available from - Prowave Consulting. + Professional, from-the-source support, with guaranteed response + time, is available from Prowave + Consulting.
-
+
Following Development - For information on the Spring Data Cassandra source code repository, nightly builds and - snapshot artifacts please see the Spring Data Cassandra - homepage. + For information on the Spring Data Cassandra source code repository, + nightly builds and snapshot artifacts please see the Spring Data + Cassandra homepage. - You can help make Spring Data best serve the needs of the Spring community by interacting - with developers through the Spring Community forums. To follow developer activity look for the mailing list information on the - Spring Data Cassandra homepage. + You can help make Spring Data best serve the needs of the Spring + community by interacting with developers through the Spring Community + forums. To follow developer + activity look for the mailing list information on the Spring Data + Cassandra homepage. - If you encounter a bug or want to suggest an improvement, please create a ticket on the - Spring Data issue tracker. + If you encounter a bug or want to suggest an improvement, please + create a ticket on the Spring Data issue tracker. To stay up to date with the latest news and announcements in the Spring eco system, subscribe to the Spring Community - + Cassandra support @@ -79,7 +79,7 @@ Then add the following to pom.xml dependencies section. - <dependencies> + <dependencies> <!-- other dependency elements omitted --> @@ -93,7 +93,7 @@ Also change the version of Spring in the pom.xml to be - <spring.framework.version>3.2.8.RELEASE</spring.framework.version> + <spring.framework.version>3.2.8.RELEASE</spring.framework.version> You will also need to add the location of the Spring Milestone repository for maven to your pom.xml which is at the same level of your @@ -726,20 +726,27 @@ cassandraOperations.execute(cql);
Updating rows in a CQL table - Much like inserting, there are several flavors of update from which you can - choose. + + Much like inserting, there are several flavors of update from + which you can choose. + Update a record with an annotated POJO. + cassandraOperations.update(new Person("123123123", "Alison", 35)); - Update a row using the QueryBuilder.Update object that is part of the DataStax Java - Driver. + + Update a row using the QueryBuilder.Update object that is part of + the DataStax Java Driver. + Update update = QueryBuilder.update("person"); update.setConsistencyLevel(ConsistencyLevel.ONE); update.with(QueryBuilder.set("age", 35)); update.where(QueryBuilder.eq("id", "123123123")); cassandraOperations.execute(update); - Then there is always the old fashioned way. You can write your own CQL - statements. + + Then there is always the old fashioned way. You can write your own + CQL statements. + String cql = "update person set age = 35 where id = '123123123'"; cassandraOperations.execute(cql); @@ -747,35 +754,50 @@ cassandraOperations.execute(cql);
Methods for removing rows - Much like inserting, there are several flavors of delete from which you can - choose. + + Much like inserting, there are several flavors of delete from + which you can choose. + Delete a record with an annotated POJO. + cassandraOperations.delete(new Person("123123123", null, 0)); - Delete a row using the QueryBuilder.Delete object that is part of the DataStax Java - Driver. + + Delete a row using the QueryBuilder.Delete object that is part of + the DataStax Java Driver. + Delete delete = QueryBuilder.delete().from("person"); delete.where(QueryBuilder.eq("id", "123123123")); cassandraOperations.execute(delete); - Then there is always the old fashioned way. You can write your own CQL - statements. + + Then there is always the old fashioned way. You can write your own + CQL statements. + String cql = "delete from person where id = '123123123'"; cassandraOperations.execute(cql);
+
Methods for truncating tables - Much like inserting, there are several flavors of truncate from which you can - choose. + + Much like inserting, there are several flavors of truncate from + which you can choose. + Truncate a table using the truncate() method. + cassandraOperations.truncate("person"); - Truncate a table using the QueryBuilder.Truncate object that is part of the DataStax - Java Driver. + + Truncate a table using the QueryBuilder.Truncate object that is + part of the DataStax Java Driver. + Truncate truncate = QueryBuilder.truncate("person"); cassandraOperations.execute(truncate); - Then there is always the old fashioned way. You can write your own CQL - statements. + + Then there is always the old fashioned way. You can write your own + CQL statements. + String cql = "truncate person"; cassandraOperations.execute(cql); @@ -784,32 +806,43 @@ cassandraOperations.execute(cql);
Querying CQL Tables - Tthere are several flavors of select and query from which you can choose. Please see the - CassandraTemplate API documentation for all overloads available. - Query a table for multiple rows and map the results to a POJO. + + Tthere are several flavors of select and query from which you can + choose. Please see the CassandraTemplate API documentation for all + overloads available. + + Query a table for multiple rows and map the results to a + POJO. + String cqlAll = "select * from person"; -List<Person> results = cassandraOperations.select(cqlAll, Person.class); +List<Person> results = cassandraOperations.select(cqlAll, Person.class); for (Person p : results) { LOG.info(String.format("Found People with Name [%s] for id [%s]", p.getName(), p.getId())); } + Query a table for a single row and map the result to a POJO. + String cqlOne = "select * from person where id = '123123123'"; Person p = cassandraOperations.selectOne(cqlOne, Person.class); LOG.info(String.format("Found Person with Name [%s] for id [%s]", p.getName(), p.getId())); - Query a table using the QueryBuilder.Select object that is part of the DataStax Java - Driver. + + Query a table using the QueryBuilder.Select object that is part of + the DataStax Java Driver. + Select select = QueryBuilder.select().from("person"); select.where(QueryBuilder.eq("id", "123123123")); Person p = cassandraOperations.selectOne(select, Person.class); LOG.info(String.format("Found Person with Name [%s] for id [%s]", p.getName(), p.getId())); - Then there is always the old fashioned way. You can write your own CQL statements, and - there are several callback handlers for mapping the results. The example uses the RowMapper - interface. + + Then there is always the old fashioned way. You can write your own + CQL statements, and there are several callback handlers for mapping the + results. The example uses the RowMapper interface. + String cqlAll = "select * from person"; -List<Person> results = cassandraOperations.query(cqlAll, new RowMapper<Person>() { +List<Person> results = cassandraOperations.query(cqlAll, new RowMapper<Person>() { public Person mapRow(Row row, int rowNum) throws DriverException { Person p = new Person(row.getString("id"), row.getString("name"), row.getInt("age")); @@ -877,23 +910,25 @@ for (Person p : results) {
Methods for executing commands - The CassandraTemplate has many overloads for execute() and executeAsync(). Pass in the - CQL command you wish to be executed, and handle the appropriate response. - This example uses the basic AsynchronousQueryListener that comes with Spring Data - Cassandra. Please see the API documentation for all the options. There should be nothing - you cannot perform in Cassandra with the execute() and executeAsync() methods. - - cassandraOperations.executeAsynchronously("delete from person where id = '123123123'", + The CassandraTemplate has many overloads for execute() and + executeAsync(). Pass in the CQL command you wish to be executed, and + handle the appropriate response. + + This example uses the basic AsynchronousQueryListener that comes + with Spring Data Cassandra. Please see the API documentation for all the + options. There should be nothing you cannot perform in Cassandra with + the execute() and executeAsync() methods. + + cassandraOperations.executeAsynchronously("delete from person where id = '123123123'", new AsynchronousQueryListener() { public void onQueryComplete(ResultSetFuture rsf) { LOG.info("Async Query Completed"); } - }); - - This example shows how to create and drop a table, using different API objects, all - passed to the execute() - methods.cassandraOperations.execute("create table test_table (id uuid primary key, event text)"); + }); + + This example shows how to create and drop a table, using different + API objects, all passed to the execute() methods.cassandraOperations.execute("create table test_table (id uuid primary key, event text)"); DropTableSpecification dropper = DropTableSpecification.dropTable("test_table"); cassandraOperations.execute(dropper); From cfe80dc91a1c71e55b74f8398296f7fd69579900 Mon Sep 17 00:00:00 2001 From: David Webb Date: Thu, 12 Jun 2014 00:12:52 -0400 Subject: [PATCH 04/15] DATACASS-137 - Completed Added mapping for 3 new ConsistencyLevels. --- .../springframework/cassandra/core/ConsistencyLevel.java | 2 +- .../cassandra/core/ConsistencyLevelResolver.java | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/spring-cql/src/main/java/org/springframework/cassandra/core/ConsistencyLevel.java b/spring-cql/src/main/java/org/springframework/cassandra/core/ConsistencyLevel.java index 2373413c4..116ba04c2 100644 --- a/spring-cql/src/main/java/org/springframework/cassandra/core/ConsistencyLevel.java +++ b/spring-cql/src/main/java/org/springframework/cassandra/core/ConsistencyLevel.java @@ -23,6 +23,6 @@ package org.springframework.cassandra.core; */ public enum ConsistencyLevel { - ANY, ONE, TWO, THREE, QUOROM, LOCAL_QUOROM, EACH_QUOROM, ALL + ANY, ONE, TWO, THREE, QUOROM, LOCAL_QUOROM, EACH_QUOROM, ALL, LOCAL_ONE, SERIAL, LOCAL_SERIAL } diff --git a/spring-cql/src/main/java/org/springframework/cassandra/core/ConsistencyLevelResolver.java b/spring-cql/src/main/java/org/springframework/cassandra/core/ConsistencyLevelResolver.java index 96482e472..fc2fe577d 100644 --- a/spring-cql/src/main/java/org/springframework/cassandra/core/ConsistencyLevelResolver.java +++ b/spring-cql/src/main/java/org/springframework/cassandra/core/ConsistencyLevelResolver.java @@ -46,6 +46,9 @@ public final class ConsistencyLevelResolver { case ONE: resolvedLevel = com.datastax.driver.core.ConsistencyLevel.ONE; break; + case LOCAL_ONE: + resolvedLevel = com.datastax.driver.core.ConsistencyLevel.LOCAL_ONE; + break; case ALL: resolvedLevel = com.datastax.driver.core.ConsistencyLevel.ALL; break; @@ -67,6 +70,12 @@ public final class ConsistencyLevelResolver { case TWO: resolvedLevel = com.datastax.driver.core.ConsistencyLevel.TWO; break; + case SERIAL: + resolvedLevel = com.datastax.driver.core.ConsistencyLevel.SERIAL; + break; + case LOCAL_SERIAL: + resolvedLevel = com.datastax.driver.core.ConsistencyLevel.LOCAL_SERIAL; + break; default: break; } From 61d2ad85944ddd98715096e160c5ae9c69f725f3 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Mon, 30 Jun 2014 15:01:10 +0200 Subject: [PATCH 05/15] DATACASS-138 - Updated changelog. --- src/main/resources/changelog.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 797e55fad..30abac725 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,14 @@ Spring Data Cassandra Changelog =============================== +Changes in version 1.0.1.RELEASE (2014-06-30) +--------------------------------------------- +* DATACASS-138 - Release 1.0.1. +* DATACASS-137 - Add new ConsistencyLevels to CqlTemplate. +* DATACASS-135 - Reference documentation build broken. +* DATACASS-134 - Add plugin repository to pom.xml to make sure Bundlor can be resolved. + + Changes in version 1.0.0.RELEASE (2014-05-20) --------------------------------------------- * DATACASS-133 - Binding Dates fails with DSE 2.0.1 Driver. From 55b8cf2a3cbb868cd5cc1310916347aecdb4e0a5 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Mon, 30 Jun 2014 15:01:21 +0200 Subject: [PATCH 06/15] DATACASS-138 - Prepare 1.0.1.RELEASE (Dijkstra SR1). --- pom.xml | 8 ++++---- src/docbkx/index.xml | 6 +++--- src/main/resources/notice.txt | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/pom.xml b/pom.xml index 93d1162e0..f7490fe6e 100644 --- a/pom.xml +++ b/pom.xml @@ -15,7 +15,7 @@ org.springframework.data.build spring-data-parent - 1.4.1.BUILD-SNAPSHOT + 1.4.1.RELEASE ../spring-data-build/parent/pom.xml @@ -28,7 +28,7 @@ multi spring-data-cassandra - 1.8.1.BUILD-SNAPSHOT + 1.8.1.RELEASE 2.0.2.1 2.0.2 1.0 @@ -195,8 +195,8 @@ - spring-libs-snapshot - http://repo.spring.io/libs-snapshot + spring-libs-release + http://repo.spring.io/libs-release diff --git a/src/docbkx/index.xml b/src/docbkx/index.xml index 5b237813a..c2b3ad019 100644 --- a/src/docbkx/index.xml +++ b/src/docbkx/index.xml @@ -47,7 +47,7 @@ - + @@ -64,10 +64,10 @@ Appendix - + - + diff --git a/src/main/resources/notice.txt b/src/main/resources/notice.txt index ae160e930..62c524066 100644 --- a/src/main/resources/notice.txt +++ b/src/main/resources/notice.txt @@ -1,4 +1,4 @@ -Spring Data Cassandra 1.0 GA +Spring Data Cassandra 1.0.1 Copyright (c) [2010-2014] Pivotal Software, Inc. This product is licensed to you under the Apache License, Version 2.0 (the "License"). From efeb84fb84ed7540b8a0623075fc56dfcf7e7455 Mon Sep 17 00:00:00 2001 From: Spring Buildmaster Date: Mon, 30 Jun 2014 07:04:34 -0700 Subject: [PATCH 07/15] DATACASS-138 - Release version 1.0.1.RELEASE (Dijkstra SR1). --- 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 f7490fe6e..801ab0ee6 100644 --- a/pom.xml +++ b/pom.xml @@ -1,11 +1,11 @@ - + 4.0.0 org.springframework.data spring-data-cassandra-parent - 1.0.1.BUILD-SNAPSHOT + 1.0.1.RELEASE pom Spring Data Cassandra diff --git a/spring-cql/pom.xml b/spring-cql/pom.xml index 5a477f36c..17d50e59a 100644 --- a/spring-cql/pom.xml +++ b/spring-cql/pom.xml @@ -11,7 +11,7 @@ org.springframework.data spring-data-cassandra-parent - 1.0.1.BUILD-SNAPSHOT + 1.0.1.RELEASE ../pom.xml diff --git a/spring-data-cassandra-distribution/pom.xml b/spring-data-cassandra-distribution/pom.xml index 3c82fe3e4..50db5ba87 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.0.1.BUILD-SNAPSHOT + 1.0.1.RELEASE ../pom.xml diff --git a/spring-data-cassandra/pom.xml b/spring-data-cassandra/pom.xml index a7ac06571..9f6a36ea1 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.0.1.BUILD-SNAPSHOT + 1.0.1.RELEASE ../pom.xml From 1a595b921a6e8a648a029b8f78ad47baadffc6a2 Mon Sep 17 00:00:00 2001 From: Spring Buildmaster Date: Mon, 30 Jun 2014 07:04:39 -0700 Subject: [PATCH 08/15] DATACASS-138 - 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 801ab0ee6..fc2731f18 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.springframework.data spring-data-cassandra-parent - 1.0.1.RELEASE + 1.0.2.BUILD-SNAPSHOT pom Spring Data Cassandra diff --git a/spring-cql/pom.xml b/spring-cql/pom.xml index 17d50e59a..2e555126f 100644 --- a/spring-cql/pom.xml +++ b/spring-cql/pom.xml @@ -11,7 +11,7 @@ org.springframework.data spring-data-cassandra-parent - 1.0.1.RELEASE + 1.0.2.BUILD-SNAPSHOT ../pom.xml diff --git a/spring-data-cassandra-distribution/pom.xml b/spring-data-cassandra-distribution/pom.xml index 50db5ba87..0c75efb67 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.0.1.RELEASE + 1.0.2.BUILD-SNAPSHOT ../pom.xml diff --git a/spring-data-cassandra/pom.xml b/spring-data-cassandra/pom.xml index 9f6a36ea1..a396908f5 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.0.1.RELEASE + 1.0.2.BUILD-SNAPSHOT ../pom.xml From e62389297cac1289b936511d40b7063c5c99ba78 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Mon, 30 Jun 2014 16:47:28 +0200 Subject: [PATCH 09/15] DATACASS-138 - After release cleanups. --- pom.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index fc2731f18..975e09122 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.4.1.RELEASE + 1.4.2.BUILD-SNAPSHOT ../spring-data-build/parent/pom.xml @@ -28,7 +28,7 @@ multi spring-data-cassandra - 1.8.1.RELEASE + 1.8.2.BUILD-SNAPSHOT 2.0.2.1 2.0.2 1.0 @@ -195,8 +195,8 @@ - spring-libs-release - http://repo.spring.io/libs-release + spring-libs-snapshot + http://repo.spring.io/libs-snapshot From 0d9747804898f6baf100aeea285e70c0ab49cbf8 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Thu, 10 Jul 2014 17:14:35 +0200 Subject: [PATCH 10/15] DATACASS-140 - Updated changelog. --- src/main/resources/changelog.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 30abac725..f5100dd9a 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,14 @@ Spring Data Cassandra Changelog =============================== +Changes in version 1.1.0.M1 (2014-07-10) +---------------------------------------- +* DATACASS-140 - Release 1.1 M1. +* DATACASS-135 - Reference documentation build broken. +* DATACASS-134 - Add plugin repository to pom.xml to make sure Bundlor can be resolved. +* DATACASS-117 - @Query annotation does not support named parameters. + + Changes in version 1.0.1.RELEASE (2014-06-30) --------------------------------------------- * DATACASS-138 - Release 1.0.1. From 1e7d59ed42cd238e75a35a0216348822fa64627a Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Mon, 28 Jul 2014 10:19:52 +0200 Subject: [PATCH 11/15] DATACASS-143 - Updated changelog. --- src/main/resources/changelog.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index f5100dd9a..6a3943e4d 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,11 @@ Spring Data Cassandra Changelog =============================== +Changes in version 1.0.2.RELEASE (2014-07-28) +--------------------------------------------- +* DATACASS-143 - Release 1.0.2. + + Changes in version 1.1.0.M1 (2014-07-10) ---------------------------------------- * DATACASS-140 - Release 1.1 M1. From d11089a223576cfa67f7114f262e3662d8d61b6a Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Mon, 28 Jul 2014 10:20:03 +0200 Subject: [PATCH 12/15] DATACASS-143 - Prepare 1.0.2.RELEASE (Dijkstra SR2). --- pom.xml | 8 ++++---- src/docbkx/index.xml | 6 +++--- src/main/resources/notice.txt | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/pom.xml b/pom.xml index 975e09122..ee2ac7193 100644 --- a/pom.xml +++ b/pom.xml @@ -15,7 +15,7 @@ org.springframework.data.build spring-data-parent - 1.4.2.BUILD-SNAPSHOT + 1.4.2.RELEASE ../spring-data-build/parent/pom.xml @@ -28,7 +28,7 @@ multi spring-data-cassandra - 1.8.2.BUILD-SNAPSHOT + 1.8.2.RELEASE 2.0.2.1 2.0.2 1.0 @@ -195,8 +195,8 @@ - spring-libs-snapshot - http://repo.spring.io/libs-snapshot + spring-libs-release + http://repo.spring.io/libs-release diff --git a/src/docbkx/index.xml b/src/docbkx/index.xml index c2b3ad019..5dcbc6027 100644 --- a/src/docbkx/index.xml +++ b/src/docbkx/index.xml @@ -47,7 +47,7 @@ - + @@ -64,10 +64,10 @@ Appendix - + - + diff --git a/src/main/resources/notice.txt b/src/main/resources/notice.txt index 62c524066..ea6577f42 100644 --- a/src/main/resources/notice.txt +++ b/src/main/resources/notice.txt @@ -1,4 +1,4 @@ -Spring Data Cassandra 1.0.1 +Spring Data Cassandra 1.0.2 Copyright (c) [2010-2014] Pivotal Software, Inc. This product is licensed to you under the Apache License, Version 2.0 (the "License"). From 709812f6140bb75180d083d5bd568d78ba34502c Mon Sep 17 00:00:00 2001 From: Spring Buildmaster Date: Mon, 28 Jul 2014 02:23:19 -0700 Subject: [PATCH 13/15] DATACASS-143 - Release version 1.0.2.RELEASE (Dijkstra SR2). --- 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 ee2ac7193..445eac804 100644 --- a/pom.xml +++ b/pom.xml @@ -1,11 +1,11 @@ - + 4.0.0 org.springframework.data spring-data-cassandra-parent - 1.0.2.BUILD-SNAPSHOT + 1.0.2.RELEASE pom Spring Data Cassandra diff --git a/spring-cql/pom.xml b/spring-cql/pom.xml index 2e555126f..c57e547c5 100644 --- a/spring-cql/pom.xml +++ b/spring-cql/pom.xml @@ -11,7 +11,7 @@ org.springframework.data spring-data-cassandra-parent - 1.0.2.BUILD-SNAPSHOT + 1.0.2.RELEASE ../pom.xml diff --git a/spring-data-cassandra-distribution/pom.xml b/spring-data-cassandra-distribution/pom.xml index 0c75efb67..904451785 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.0.2.BUILD-SNAPSHOT + 1.0.2.RELEASE ../pom.xml diff --git a/spring-data-cassandra/pom.xml b/spring-data-cassandra/pom.xml index a396908f5..f8abde52e 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.0.2.BUILD-SNAPSHOT + 1.0.2.RELEASE ../pom.xml From 6233d26f65c6591de15b4b6275456c4c7a703f94 Mon Sep 17 00:00:00 2001 From: Spring Buildmaster Date: Mon, 28 Jul 2014 02:23:24 -0700 Subject: [PATCH 14/15] DATACASS-143 - 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 445eac804..141edbc64 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.springframework.data spring-data-cassandra-parent - 1.0.2.RELEASE + 1.0.3.BUILD-SNAPSHOT pom Spring Data Cassandra diff --git a/spring-cql/pom.xml b/spring-cql/pom.xml index c57e547c5..b6f9de6c0 100644 --- a/spring-cql/pom.xml +++ b/spring-cql/pom.xml @@ -11,7 +11,7 @@ org.springframework.data spring-data-cassandra-parent - 1.0.2.RELEASE + 1.0.3.BUILD-SNAPSHOT ../pom.xml diff --git a/spring-data-cassandra-distribution/pom.xml b/spring-data-cassandra-distribution/pom.xml index 904451785..c90fdd598 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.0.2.RELEASE + 1.0.3.BUILD-SNAPSHOT ../pom.xml diff --git a/spring-data-cassandra/pom.xml b/spring-data-cassandra/pom.xml index f8abde52e..13b478084 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.0.2.RELEASE + 1.0.3.BUILD-SNAPSHOT ../pom.xml From afccd2d26e7d00205a236bf81f43a2ca53fe8127 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Mon, 28 Jul 2014 12:24:57 +0200 Subject: [PATCH 15/15] DATACASS-143 - After release cleanups. --- pom.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 141edbc64..0d29fbaf3 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.4.2.RELEASE + 1.4.3.BUILD-SNAPSHOT ../spring-data-build/parent/pom.xml @@ -28,7 +28,7 @@ multi spring-data-cassandra - 1.8.2.RELEASE + 1.8.3.BUILD-SNAPSHOT 2.0.2.1 2.0.2 1.0 @@ -195,8 +195,8 @@ - spring-libs-release - http://repo.spring.io/libs-release + spring-libs-snapshot + http://repo.spring.io/libs-snapshot