Oliver Gierke
cf4e7dca4c
DATACASS-229 - Updated changelog.
2015-07-28 16:48:27 +02:00
Oliver Gierke
1b21340dce
DATACASS-227 - Moved to PersistenPropertyAccessor API.
...
Removed all references to BeanWrapper.create(…) and rather use the PersistentPropertyAccessor API instead.
Related tickets: DATACMNS-738.
2015-07-22 19:08:35 +02:00
Oliver Gierke
74866d6055
DATACASS-222 - Updated changelog.
2015-07-01 10:18:20 +02:00
Oliver Gierke
80eac8f836
DATACASS-223 - Updated changelog.
2015-07-01 07:55:23 +02:00
Oliver Gierke
9903bb608e
DATACASS-224 - Updated changelog.
2015-06-30 14:17:06 +02:00
Oliver Gierke
18953bdfec
DATACASS-220 - Downgrade to Cassandra driver 2.1.5.
...
The integration tests constantly fail on Bamboo on 2.1.6 and seem to be fine on 2.1.5. Downgraded until further diagnose.
2015-06-22 11:59:20 +02:00
Oliver Gierke
4acd159407
DATACASS-220 - Upgraded to Cassandra driver 2.1.6.
...
Adapted API change in TestLatencyTracker *sigh*. Removed version declaration for Guava to use the one from Spring Data Build.
2015-06-19 12:21:45 +02:00
Oliver Gierke
5ac374a5e9
DATACASS-215 - After release cleanups.
2015-06-02 11:40:22 +02:00
Spring Buildmaster
7d5a62c504
DATACASS-215 - Prepare next development iteration.
2015-06-02 01:41:15 -07:00
Spring Buildmaster
144b095fab
DATACASS-215 - Release version 1.3.0 M1 (Gosling).
2015-06-02 01:41:12 -07:00
Oliver Gierke
9be66754d4
DATACASS-215 - Prepare 1.3.0.M1 (Gosling M1).
2015-06-02 08:25:10 +02:00
Oliver Gierke
f2bf7ad873
DATACASS-215 - Updated changelog.
2015-06-02 08:24:57 +02:00
Thomas Darimont
71e24b2fdc
DATACASS-211 - Adapt to changes in Spring Data Commons.
...
Tweaked method signatures in CassandraRepositoryFactory after some signature changes in Spring Data Commons. Use newly introduced getTragetRepositoryViaReflection(…) to obtain the repository instance via the super class. Added repositoryBaseClass() attribute to @EnableCassandraRepositories.
Related tickets: DATACMNS-542.
Original pull request: #35 .
2015-05-19 19:00:04 +02:00
Andy Wilkinson
64eb1f738c
DATACASS-208 - Removed obsolete dependency to Liquibase.
...
Original pull request: #33 .
2015-04-13 13:47:58 +02:00
Oliver Gierke
4c4d363a7c
DATACASS-207 - After release cleanups.
2015-03-23 13:55:56 +01:00
Spring Buildmaster
bdf9a990ca
DATACASS-207 - Prepare next development iteration.
2015-03-23 05:03:32 -07:00
Spring Buildmaster
ae67ea4c55
DATACASS-207 - Release version 1.2.0.RELEASE.
2015-03-23 05:03:30 -07:00
Oliver Gierke
d0f122c653
DATACASS-207 - Prepare 1.2.0.RELEASE (Fowler GA).
2015-03-23 12:25:14 +01:00
Oliver Gierke
016038f57d
DATACASS-207 - Updated changelog.
2015-03-23 12:04:05 +01:00
Oliver Gierke
553ab13a88
DATACASS-207 - Polish reference docs before release.
...
Updated copyright years. Fall back to locally available Spring Data Commons reference docs as the remote variant doesn't seem to work currently. Included reference to the return type listing appendix from Spring Data Commons.
2015-03-23 11:17:16 +01:00
Oliver Gierke
0b5291b469
DATACASS-205 - After release cleanups.
2015-03-05 19:46:33 +01:00
Spring Buildmaster
a25ef43bea
DATACASS-205 - Prepare next development iteration.
2015-03-05 07:41:40 -08:00
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