David Webb
f4c79b7474
DATACASS-139 - IN PROGRESS - Added PreparedStatement Cache for
...
Performance Requirement.
2014-07-10 16:01:18 +02:00
David Webb
07439c2dde
DATACASS-137 - Completed
...
Added mapping for 3 new ConsistencyLevels.
2014-06-12 00:12:52 -04: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
3c4a31be0e
DATACASS-134 - Added missing plugin repository declaration.
2014-05-20 21:32:48 +02:00
Oliver Gierke
6d2086febb
DATACASS-131 - After release cleanups.
2014-05-20 19:49:30 +02:00
Spring Buildmaster
46f990483a
DATACASS-131 - Prepare next development iteration.
2014-05-20 10:04:29 -07:00
Spring Buildmaster
9274084569
DATACASS-131 - Release version 1.0.0.RELEASE.
2014-05-20 10:04:23 -07: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
119425409c
DATACASS-130 - Resolved - SchemaAction defaults to NONE.
2014-05-19 16:31:50 -04: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
ed3e91cee7
DATACASS-133 - Resolved - Upgraded DSE driver from 2.0.1 to 2.0.2 per
...
DataStax recommendation. All tests passing.
2014-05-19 14:40:44 -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 T Webb
16bd2d4751
Added sponsor.
2014-05-19 08:50:42 -04:00
Oliver Gierke
6ec9532613
DATACASS-132 - Removed obsolete CGLib dependency.
2014-05-19 11:55:30 +02: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
63c9024606
DATACASS-127 - After release cleanups.
2014-05-02 15:23:20 +02:00
Spring Buildmaster
beed9f9357
DATACASS-127 - Prepare next development iteration.
2014-05-02 05:12:23 -07:00
Spring Buildmaster
b0ff2f5867
DATACASS-127 - Release version 1.0.0.RC1.
2014-05-02 05:12:20 -07: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
ea74bb3c82
DATACASS-127 - Minor cleanups in pom.xml.
...
Changed id of spring.io Artifactory to make sure the project can be prepared using the release shell. Introduce dedicated version for EL as the equality with the CDI version is by accident and might break the build if we update the CDI version going forward. Removed obsolete repositories that are set in the parent POM already.
2014-04-30 12:37:17 +02:00
David T Webb
5a6ecbcaef
DATACASS-126 - Removed maven compiler plugin that is ingerited by
...
parent.
2014-04-29 11:11:49 -04:00
David T Webb
580c68ee9e
DATACASS-126 - Added maven-compiler-plugin to parent pom to enforce 1.6
...
compatability.
2014-04-29 10:41:33 -04:00
David T Webb
a5f290c9fd
DATACASS-126 - Updated Readme with latest support versions of Cassnadra,
...
DataStax Java Driver, and Spring Data Commons.
2014-04-29 09:54:05 -04:00
David T Webb
8edc4ce1a9
DATACASS-126 - Added DataStax Java Driver 2.0.1 dependency and
...
cassandra-unit 2.0.X dependency.
Full support for Cassandra 2.0.X
2014-04-29 09:45:14 -04:00
Matthew Adams
b8cbd20ae1
added convenient ctors for MappingCassandraConverter & CassandraTemplate
2014-04-25 10:02:25 -05:00
Matthew Adams
4558b90688
DATACASS-123 - @Query annotation does not support integers as parameters
2014-04-04 11:14:34 -05:00
Matthew Adams
cbae1298f4
DATACASS-121 - fixed Date querying
2014-04-04 11:00:05 -05:00
Matthew Adams
e58a1eb186
DATACASS-121 - fixed ISO8601 to use Java 6 timezone pattern
2014-04-03 17:23:07 -05:00
Matthew Adams
604fa5dea7
DATACASS-121 - fixed ISO8601 date format timezone
2014-04-03 17:14:31 -05:00
Matthew Adams
9109bada64
DATACASS-121 - Automatically quote string-like parameter values in @Query methods
2014-04-03 17:08:13 -05:00
Spring Buildmaster
200effb9a2
DATACASS-118 - Prepare next development iteration.
2014-03-31 17:30:13 +02:00
Spring Buildmaster
d3948095f5
DATACASS-118 - Release version 1.0.0.M1.
2014-03-31 08:28:19 -07: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
3ab62a1dda
DATACASS-116 - Completed
...
Enhanced executeAsychronously() API.
2014-03-27 15:34:49 -04:00
David T Webb
9c2cf17c03
DATACASS-115 - Added @author to modified test classes.
2014-03-25 13:58:03 -04:00
David T Webb
e370e1a49a
DATACASS-115 - Completed
...
Fixed bug in exists() method
Added integration tests for exists() method
2014-03-25 13:50:19 -04:00
David T Webb
bfa943b0f9
DATACASS-114 - Fixed bug that crept in after refactoring
...
applyQueryOptions/applyWriteOptions.
2014-03-21 16:07:26 -04:00
David T Webb
34d558eb23
DATACASS-116 - Refactored tests for new API.
2014-03-21 13:15:52 -04:00
David T Webb
482661268d
DATACASS-114 - Added WriteOptions with TTL support in CqlOperations and
...
CassandraOperations.
2014-03-21 12:35:12 -04:00
David T Webb
dd8a89da57
DATACASS-61 - Created DocBook Reference Guide Outline.
2014-03-21 10:19:12 -04:00
David T Webb
93c03c7262
DATACASS-89: Add overloaded methods to CqlOperations that use strongly
...
typed Query objects
Task-Url: https://jira.springsource.org/browse/DATACASS-89
2014-03-20 16:13:13 -04:00
David T Webb
647b608402
DATACASS-89: Add overloaded methods to CqlOperations that use strongly
...
typed Query objects
Task-Url: https://jira.springsource.org/browse/DATACASS-89
2014-03-20 14:52:21 -04:00