From 7945267a047d27a882137a12d12db336a2264868 Mon Sep 17 00:00:00 2001 From: Matthew Adams Date: Tue, 19 Nov 2013 17:21:55 -0600 Subject: [PATCH 1/5] initial readme --- README | 0 README.adoc | 54 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 54 insertions(+) delete mode 100644 README create mode 100644 README.adoc diff --git a/README b/README deleted file mode 100644 index e69de29bb..000000000 diff --git a/README.adoc b/README.adoc new file mode 100644 index 000000000..07fc58751 --- /dev/null +++ b/README.adoc @@ -0,0 +1,54 @@ += Spring Data Cassandra Project Info + +== Current Status + +This community-led http://projects.spring.io/spring-data[Spring Data] +subproject is underway. + +A first milestone (M1) is expected sometime in early 1Q14 built on the +following artifacts (or more recent versions thereof): + +* Spring Data Commons 1.7.x +* Cassandra 1.x +* Datastax Java Driver 1.x + +The GA release is expected as part of the as-yet unnamed fourth Spring +Data Release Train "D", following Spring Data Release Train +https://github.com/spring-projects/spring-data-commons/wiki/Release-Train-Codd[Codd]. + +== Cassandra 2.x + +We are anticipating support for Cassandra 2.x and Datastax Java Driver +2.x in a parallel branch after the 1.x-based support has been +released. + +== Source Repository & Issue Tracking + +In the next few weeks, we will be transferring the source repository +on GitHub to the https://github.com/spring-projects[Spring] +organization. Once it's there, we can begin taking contributions from +interested parties. In the meantime, the Spring Data Cassandra JIRA +can be found at https://jira.springsource.org/browse/DATACASS. + +== Contact + +For more information, feel free to contact the individuals listed +below: + +* David Webb: dwebb prowaveconsulting com +* Matthew Adams: matthew adams scispike com + +== Sponsoring Companies + +Spring Data Cassandra is being led and supported by the following +companies and individuals: + +* http://www.prowaveconsulting.com[Prowave Consulting] +* http://www.scispike.com[SciSpike] +* Alexander Shvid + +The following companies and individuals are also generously providing +support: + +* http://www.datastax.com[DataStax] +* http://www.spring.io[Spring] @ http://www.gopivotal.com[Pivotal] From 2b677fea28fcada3ea7e5a473f512e1f8f7169cb Mon Sep 17 00:00:00 2001 From: Matthew Adams Date: Mon, 25 Nov 2013 13:36:50 -0600 Subject: [PATCH 2/5] updated with approval & feedback --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index 07fc58751..44f8d465d 100644 --- a/README.adoc +++ b/README.adoc @@ -9,7 +9,7 @@ A first milestone (M1) is expected sometime in early 1Q14 built on the following artifacts (or more recent versions thereof): * Spring Data Commons 1.7.x -* Cassandra 1.x +* Cassandra 1.2 * Datastax Java Driver 1.x The GA release is expected as part of the as-yet unnamed fourth Spring From bdfd853b01c0965fc287416348aa0295a6854367 Mon Sep 17 00:00:00 2001 From: Matthew Adams Date: Tue, 19 Nov 2013 17:21:55 -0600 Subject: [PATCH 3/5] initial readme --- README | 0 README.adoc | 54 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 54 insertions(+) delete mode 100644 README create mode 100644 README.adoc diff --git a/README b/README deleted file mode 100644 index e69de29bb..000000000 diff --git a/README.adoc b/README.adoc new file mode 100644 index 000000000..07fc58751 --- /dev/null +++ b/README.adoc @@ -0,0 +1,54 @@ += Spring Data Cassandra Project Info + +== Current Status + +This community-led http://projects.spring.io/spring-data[Spring Data] +subproject is underway. + +A first milestone (M1) is expected sometime in early 1Q14 built on the +following artifacts (or more recent versions thereof): + +* Spring Data Commons 1.7.x +* Cassandra 1.x +* Datastax Java Driver 1.x + +The GA release is expected as part of the as-yet unnamed fourth Spring +Data Release Train "D", following Spring Data Release Train +https://github.com/spring-projects/spring-data-commons/wiki/Release-Train-Codd[Codd]. + +== Cassandra 2.x + +We are anticipating support for Cassandra 2.x and Datastax Java Driver +2.x in a parallel branch after the 1.x-based support has been +released. + +== Source Repository & Issue Tracking + +In the next few weeks, we will be transferring the source repository +on GitHub to the https://github.com/spring-projects[Spring] +organization. Once it's there, we can begin taking contributions from +interested parties. In the meantime, the Spring Data Cassandra JIRA +can be found at https://jira.springsource.org/browse/DATACASS. + +== Contact + +For more information, feel free to contact the individuals listed +below: + +* David Webb: dwebb prowaveconsulting com +* Matthew Adams: matthew adams scispike com + +== Sponsoring Companies + +Spring Data Cassandra is being led and supported by the following +companies and individuals: + +* http://www.prowaveconsulting.com[Prowave Consulting] +* http://www.scispike.com[SciSpike] +* Alexander Shvid + +The following companies and individuals are also generously providing +support: + +* http://www.datastax.com[DataStax] +* http://www.spring.io[Spring] @ http://www.gopivotal.com[Pivotal] From 826da5317d6312d09071d1184d74327a6fae6e93 Mon Sep 17 00:00:00 2001 From: Matthew Adams Date: Mon, 25 Nov 2013 13:36:50 -0600 Subject: [PATCH 4/5] updated with approval & feedback --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index 07fc58751..44f8d465d 100644 --- a/README.adoc +++ b/README.adoc @@ -9,7 +9,7 @@ A first milestone (M1) is expected sometime in early 1Q14 built on the following artifacts (or more recent versions thereof): * Spring Data Commons 1.7.x -* Cassandra 1.x +* Cassandra 1.2 * Datastax Java Driver 1.x The GA release is expected as part of the as-yet unnamed fourth Spring From 871ab6020a40628eef159b65b6358fd2d6845d2f Mon Sep 17 00:00:00 2001 From: Petter Graff Date: Tue, 26 Nov 2013 19:27:29 -0600 Subject: [PATCH 5/5] Update README.adoc Added VHA to the contributor list --- README.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/README.adoc b/README.adoc index 44f8d465d..26bf88a87 100644 --- a/README.adoc +++ b/README.adoc @@ -45,6 +45,7 @@ companies and individuals: * http://www.prowaveconsulting.com[Prowave Consulting] * http://www.scispike.com[SciSpike] +* http://www.vha.com[VHA] * Alexander Shvid The following companies and individuals are also generously providing