Commit Graph

115 Commits

Author SHA1 Message Date
Oliver Gierke
e1f86cdc12 DATACASS-151 - Updated changelog. 2014-08-13 15:05:10 +02:00
Oliver Gierke
fe86e4f40e DATACASS-143 - Updated changelog. 2014-08-13 11:11:58 +02:00
Greg Turnquist
c05c3630df DATACASS-150: Move to Asciidoctor for reference documentation
First cut at porting the existing docbook reference documentation to asciidoctor.
2014-08-08 14:40:14 -05:00
Oliver Gierke
f5050ec5a6 DATACASS-140 - Prepare 1.1.0.M1 (Evans M1). 2014-07-10 17:14:50 +02:00
Oliver Gierke
a848808227 DATACASS-140 - Updated changelog. 2014-07-10 17:14:35 +02:00
Oliver Gierke
dfa6249ddc DATACASS-138 - Updated changelog. 2014-07-10 17:09:51 +02:00
Oliver Gierke
a5cad94c69 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.
2014-05-20 21:32:48 +02:00
Oliver Gierke
8a810879f8 DATACASS-131 - Prepare 1.0 GA. 2014-05-20 16:26:44 +02:00
Oliver Gierke
a5096e4b7c DATACASS-131 - Updated changelog. 2014-05-20 16:26:31 +02:00
David T Webb
d66fc88f97 DATACASS-125 - WIP - Completed the Basic reference docs for
CassandraTemplate.
2014-05-19 16:00:15 -04:00
David T Webb
ffbcac4a45 DATACASS-125 - WIP - Docbook Cleanup of Reference Guide Authors. 2014-05-19 09:06:24 -04:00
David T Webb
0cc75c10a6 DATACASS-125 - WIP - Docbook Cleanup 2014-05-19 09:04:19 -04:00
David Webb
15a389074c DATACASS-125 : WIP : DocBook 2014-05-18 17:01:59 -04:00
David Webb
61d0184433 DATACASS-125 : WIP : DocBook 2014-05-18 16:03:41 -04:00
David Webb
301c120d38 DATACASS-125 : WIP : DocBook 2014-05-18 10:57:26 -04:00
David Webb
da953b3967 DATACASS-125 : WIP : DocBook 2014-05-17 19:27:35 -04:00
David Webb
ad6fe4558a DATACASS-125 WIP Docbook 2014-05-17 15:31:02 -04:00
dwebb
7f8d547f6e DATACASS-125 WIP Docbook.
Testing how fast changes make it to the reference guide site.
2014-05-17 15:03:59 -04:00
Oliver Gierke
b74be42b6a DATACASS-127 - Prepare 1.0.0.RC1.
Upgraded to Spring Data Parent 1.4.0.RC1 and Spring Data Commons 1.8.0.RC1. Switched to milestone repository.
2014-05-02 13:57:51 +02:00
Oliver Gierke
e7e747c8e1 DATACASS-127 - Updated changelog. 2014-05-02 13:57:26 +02:00
Oliver Gierke
0617b6fb78 DATACASS-118 - Prepare 1.0 M1.
Upgraded to Spring Data Commons 1.8 M1 and Spring Data Build parent 1.4 M1. Removed obsolete Spring related dependency management section. Switched to the milestone repository. Removed version declarations from Wagon and Assembly plugins.

Added changelog, readme, notice and licens files to be packaged with the JAR.
2014-03-31 17:22:06 +02:00
David T Webb
dd8a89da57 DATACASS-61 - Created DocBook Reference Guide Outline. 2014-03-21 10:19:12 -04:00
Matthew Adams
86224eb06d spring-cassandra now compiling 2013-11-25 18:33:44 -06:00
Alex Shvid
33c7e0d910 CassandraAccessor cleanup, removed synchronized modifier 2013-11-25 12:35:16 -08:00
Matthew Adams
6c9b114692 remove @After method & clear 2013-11-25 11:26:41 -06:00
Matthew Adams
a4f0acc902 added another test & streamlined unit+integration testing 2013-11-25 10:45:17 -06:00
Matthew Adams
8f448ac4d6 Merge branch 'DATACASS-32' of https://github.com/shvid/spring-data-cassandra into DATACASS-32 2013-11-22 19:12:05 -06:00
Matthew Adams
8aa86d7270 testing coming along 2013-11-22 19:11:49 -06:00
David Webb
516be679a9 DATACASS-32 : WIP : Completed PreparedStatement Operations. 2013-11-22 16:30:24 -05:00
David Webb
0bbd0d8a2e DATACASS-32 : WIP : Javadoc'd the CassandraOperatations and
CassandraTemplate.  Fixed gradle javadoc generator.
2013-11-22 00:41:47 -05:00
David Webb
e293a836d3 DATACASS-32 - WIP - Renamed PreparedStatementBinder variable name. 2013-11-21 10:04:36 -05:00
David Webb
5473daa7ef DATACASS-32 - Fixed testSingleton after refactoring by Matt. 2013-11-21 09:59:44 -05:00
Matthew Adams
7c6a003943 removed duplicate tests 2013-11-21 08:02:02 -06:00
Matthew Adams
2230370101 separated integration tests from unit tests 2013-11-20 16:30:39 -06:00
Matthew Adams
cc5e45483c moved all tests into *.test.unit.* packages; next is to pull out integration tests into *.test.integration.* packages 2013-11-20 16:24:18 -06:00
Matthew Adams
893a7c9925 changes from code review 2013-11-20 16:09:16 -06:00
Matthew Adams
a3684d3b14 Merge branch 'DATACASS-32' of https://github.com/shvid/spring-data-cassandra into DATACASS-32 2013-11-20 15:20:43 -06:00
Matthew Adams
cea05c659b more CQL generation refactoring 2013-11-20 15:01:44 -06:00
Matthew Adams
515f55c4f7 separated buildes from specifications 2013-11-20 14:42:36 -06:00
David Webb
ad7db43d5a Merge branch 'DATACASS-32' of
https://github.com/shvid/spring-data-cassandra into DATACASS-32
2013-11-20 15:28:20 -05:00
David Webb
8ed4f65874 DATACASS-32 - WIP - Clean up test code formatting. 2013-11-20 15:10:44 -05:00
dwebb
0035eeb811 DATACASS-32 - WIP - Completed Build out of CassandraOperations and
CassandraTemplate.
2013-11-20 15:08:52 -05:00
Matthew Adams
37de816c2d relocated things appropriately 2013-11-19 16:16:09 -06:00
Matthew Adams
c52b36d2a6 Merge branch 'DATACASS-32' of https://github.com/shvid/spring-data-cassandra into DATACASS-32 2013-11-19 16:03:49 -06:00
Matthew Adams
8fcdadbc88 now have create/alter/drop table builders 2013-11-19 16:03:27 -06:00
dwebb
42a40bb2b0 DATACASS-32 - Pulled in existing work from Matthew Adams on the
CassandraTemplate
2013-11-19 16:24:01 -05:00
dwebb
444f49bed1 DATACASS-32: WIP: Fixed XML Config issue in unit tests. 2013-11-19 15:58:26 -05:00
David Webb
949916fd57 Merge branch 'DATACASS-32' of https://github.com/shvid/spring-data-cassandra into DATACASS-32 2013-11-19 20:38:02 +00:00
dwebb
fc93aee0c0 DATACASS-32: WIP: Split the Template out into Cassandra operations and
Spring Data Cassandra operations.

Added <cassandra:session/> to the XML Config for building the new
CassandraTemplate definition.
2013-11-19 15:35:33 -05:00
Matthew Adams
08c89c37b0 added option tests => fixed option bugs 2013-11-19 09:12:37 -06:00