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
David T Webb
3fa378b08b
Merge branch 'master' of local repository into DATACASS-89
2014-03-19 09:43:27 -04:00
Oliver Gierke
2b9ddab985
DATACASS-113 - Adapted changes in BeanWrapper API.
...
Adapted reduced generics in BeanWrapper from Spring Data Commons. Also as of DATACMNS-243, the decision about property or field access for persistent properties is solely made by the PersistentProperty implementation.
Related issues: DATACMNS-468, DATACMNS-243.
2014-03-19 12:11:40 +01:00
David T Webb
1741b9c322
DATACASS-89: Add overloaded methods to CqlOperations that use strongly
...
typed Query objects
Task-Url: https://jira.springsource.org/browse/DATACASS-89
2014-03-18 11:58:00 -04:00
Matthew Adams
633eb08ad8
DATACASS-107 - fixed broken tests, abstracted UserRepositoryIntegrationTestsDelegator, added TODO class for derived query method tests
2014-03-05 12:41:20 -06:00
Matthew Adams
6c8b441fdd
DATACASS-107 - added tests for external named queries
2014-03-05 12:31:18 -06:00
Matthew Adams
8f43e531a6
DATACASS-107 - basic @Query methods working
2014-03-05 11:27:28 -06:00
Matthew Adams
97d55bcc7a
DATACASS-80 - renamed module spring-cassandra -> spring-cql, xml namespace from .../cassandra -> .../cql, + classes
2014-02-26 16:44:34 -06:00
Matthew Adams
14c7a8534e
DATACASS-42 - completed
2014-02-26 15:17:50 -06:00
Matthew Adams
b3ccd446da
DATACASS-100 - completed
2014-02-26 14:48:24 -06:00
Matthew Adams
ac07a09a98
DATACASS-99 - completed
2014-02-26 14:31:41 -06:00
Matthew Adams
bd8c423256
DATACASS-104 - completed
2014-02-26 14:01:38 -06:00
Matthew Adams
376f0b4ffa
DATACASS-93 - finished incomplete tests
2014-02-24 20:59:01 -06:00
Matthew Adams
28212f673f
DATACASS-93 - added composite pk tests, fixed other tests, removed CachingCassandraPersistent{Entity|Property} as caching is now in BasicCassandraPersistent{Entity|Property}
2014-02-21 15:34:25 -06:00
Matthew Adams
70229dc9c0
DATACASS-93 - xml property name overrides now working for properties mapped by a single column
2014-02-21 10:18:00 -06:00