Commit Graph

497 Commits

Author SHA1 Message Date
Spring Buildmaster
fa702a55bf DATACASS-205 - Release version 1.2.0.RC1. 2015-03-05 07:41:36 -08:00
Oliver Gierke
931e6003a1 DATACASS-205 - Prepare 1.2.0.RC1 (Fowler RC1). 2015-03-05 16:22:55 +01:00
Oliver Gierke
0e27de81a2 DATACASS-205 - Updated changelog. 2015-03-05 15:54:32 +01:00
Oliver Gierke
120534f0be DATACASS-196 - Updated changelog. 2015-01-28 20:51:07 +01:00
Oliver Gierke
8729c03da4 DATACASS-195 - Updated changelog. 2015-01-28 10:08:26 +01:00
David Webb
4491f312ee Merge pull request #29 from petercable/varint
DATACASS-199: ColumnMapper maps varint to Integer 

Task-Url: https://jira.spring.io/browse/DATACASS-199
2015-01-27 10:58:28 -05:00
David Webb
c8604afa3b DATACASS-176: CassandraCqlClusterFactoryBean doesn't consider
maxConnections while validating coreConnection values 

Task-Url: https://jira.spring.io/browse/DATACASS-176

Renamed test class
Added logic to FactoryBean to work around bug with DSE Driver.
2015-01-27 10:46:03 -05:00
David Webb
41d68ac541 Merge pull request #26 from sksumit1/patch-1
Fixing the bug in the file CassandraCqlClusterFactoryBean
2015-01-27 08:53:56 -05:00
Pete Cable
484e858393 added test for BigInteger / varint mapping 2015-01-26 17:18:15 -08:00
Pete Cable
2ea0f6c54d get on varint Column should return BigInteger not Integer 2015-01-26 16:14:40 -08:00
David Webb
72e251bb59 DATACASS-198: Upgrade for Cassandra 2.1 Support
Task-Url: https://jira.spring.io/browse/DATACASS-198

Making Session static to prevent too many open files and to follow
best practices in C* Java Driver.
2015-01-26 15:26:45 -05:00
David Webb
e1a197170b DATACASS-198: Upgrade for Cassandra 2.1 Support
Task-Url: https://jira.spring.io/browse/DATACASS-198
2015-01-26 15:18:22 -05:00
David Webb
c7e4320999 DATACASS-197: Reconsider usage of ingestions for general CQL test cases
Task-Url: https://jira.spring.io/browse/DATACASS-197
2015-01-26 11:33:42 -05:00
David Webb
83e0b30e2a DATACASS-197: Reconsider usage of ingestions for general CQL test cases
Task-Url: https://jira.spring.io/browse/DATACASS-197
2015-01-26 10:34:51 -05:00
Oliver Gierke
aaa77690c8 DATACASS-196 - Improve usage of embedded Cassandra in integration tests.
Moved to non-static fields for Cassandra Cluster and Session and properly connect and close resources in @Before/@After callbacks.

Added missing license headers where necessary.
2015-01-21 16:34:02 +01:00
Oliver Gierke
cf37d9236f DATACASS-186 - After release cleanups. 2014-12-01 13:37:34 +01:00
Spring Buildmaster
56fd0177f6 DATACASS-186 - Prepare next development iteration. 2014-12-01 04:12:51 -08:00
Spring Buildmaster
3ec5c774c8 DATACASS-186 - Release version 1.2.0.M1. 2014-12-01 04:12:49 -08:00
Oliver Gierke
8cf55194f2 DATACASS-186 - Prepare 1.2.0.M1 (Fowler M1). 2014-12-01 12:19:40 +01:00
Oliver Gierke
ba8df15636 DATACASS-186 - Updated changelog. 2014-12-01 12:19:37 +01:00
Oliver Gierke
0728ad5e05 DATACASS-186 - Ignore constantly failing test for now. 2014-12-01 09:39:05 +01:00
Oliver Gierke
8d2ff89333 DATACASS-178 - Updated changelog. 2014-11-28 12:15:40 +01:00
sksumit1
8a821a23ee fix for https://jira.spring.io/browse/DATACASS-176 2014-11-01 10:58:31 +05:30
Mark Paluch
74ce2432b2 DATACASS-173: Use ifNotExists when creating tables
Honor ifNotExists argument when using the AdminTemplate, add test for createTable and minor documentation polishing

Reference: DATACASS-173
2014-10-31 09:50:17 -05:00
Matthew Adams
a60cdad85f DATACASS-179: merged pull request & scrubbed 2014-10-31 08:48:05 -05:00
Gary Turovsky
48412a4b85 Fixing BasicMapId constructor 2014-10-31 08:00:11 -05:00
sksumit1
a04af72b46 Fixing the bug in the file
The max values should be set before setting core values.
Otherwise the core values will be compared with the default max values which is 8.

The stacktrace as below

Caused by: java.lang.IllegalArgumentException: Min simultaneous requests per connection for LOCAL hosts must be less than max (110 > 100)
	at com.datastax.driver.core.PoolingOptions.checkRequestsPerConnectionOrder(PoolingOptions.java:317)
	at com.datastax.driver.core.PoolingOptions.setMinSimultaneousRequestsPerConnectionThreshold(PoolingOptions.java:118)
	at org.springframework.cassandra.config.PoolingOptionsFactoryBean.afterPropertiesSet(PoolingOptionsFactoryBean.java:62)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1613)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1550)
	... 19 more
2014-10-29 17:48:15 +05:30
Matthew Adams
ff41674809 DATACASS-144: done; rebased all branch commits 2014-09-24 15:23:59 -05:00
Matthew Adams
88d5aa2100 Merge branch 'DATACASS-168' 2014-09-22 12:15:55 -05:00
Matthew Adams
ad08cc4065 DATACASS-168: made BasicQueryCancellor public 2014-09-22 12:15:45 -05:00
Matthew Adams
3d5e29f61a Merge branch 'DATACASS-168' 2014-09-22 12:07:31 -05:00
Matthew Adams
d1edce4f7e DATACASS-168: Enable cancellation of asynchronous CqlOperations methods 2014-09-22 11:44:20 -05:00
Matthew Adams
e3630f6917 DATACASS-164: dyn proxies now implement Serializable, don't require MapId extension 2014-09-19 08:05:21 -05:00
Matthew Adams
dfa4b34a10 DATACASS-164: improved MapId method detection to use Map 2014-09-18 10:27:19 -05:00
Matthew Adams
5f98a05d8b DATACASS-164: app & test code done 2014-09-17 09:38:10 -05:00
Matthew Adams
347accc8d6 lowered build's logging verbosity 2014-09-17 06:06:26 -05:00
Mark Paluch
d069bca9cb DATACASS-149: Add support for custom implementations in CDI repositories 2014-09-17 05:57:30 -05:00
Christopher Batey
a362d64d98 DATACASS-166: Throw IllegalArgumentException if a column is requested that isn't in the Cassandra table and merged pull request 2014-09-17 05:03:15 -05:00
Matthew Adams
ae607283f9 DATACASS-148: fixed 2014-09-12 16:15:20 -05:00
Matthew Adams
60f6c8fba8 DATACASS-142: fixed reported issue 2014-09-12 11:13:31 -05:00
Matthew Adams
2a921b46d3 DATACASS-142: fixed reported issue 2014-09-12 11:13:17 -05:00
Matthew Adams
6f3db87810 Merge branch 'master' of github.com:spring-projects/spring-data-cassandra 2014-09-05 10:15:37 -05:00
Matthew Adams
20c806696b fixed doc typo on @EnableCassandraProperties#namedQueriesLocation() 2014-09-05 10:15:31 -05:00
Oliver Gierke
bb6ed7967c DATACASS-165 - After release cleanups. 2014-09-05 13:50:55 +02:00
Spring Buildmaster
a5c6782125 DATACASS-165 - Prepare next development iteration. 2014-09-05 03:18:20 -07:00
Spring Buildmaster
d6c594838c DATACASS-165 - Release version 1.1.0.RELEASE (Evans GA). 2014-09-05 03:18:17 -07:00
Oliver Gierke
a0453be86c DATACASS-165 - Prepare 1.1.0.RELEASE (Evans GA). 2014-09-05 09:23:54 +02:00
Oliver Gierke
76159e3ae3 DATACASS-165 - Updated changelog. 2014-09-05 09:23:41 +02:00
Oliver Gierke
fd3af434dc DATACASS-154 - Updated changelog. 2014-09-05 07:54:26 +02:00
Matthew Adams
ab0b0887fe DATACASS-163: added @NoRepositoryBean to SDC-provided interfaces 2014-08-29 11:10:01 -05:00