79 Commits

Author SHA1 Message Date
Spring Operator
d8e65f9825 DATACASS-640 - URL Cleanup.
This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener).

# Fixed URLs

## Fixed Success
These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.

* [ ] http://www.apache.org/licenses/ with 3 occurrences migrated to:
  https://www.apache.org/licenses/ ([https](https://www.apache.org/licenses/) result 200).
* [ ] http://www.apache.org/licenses/LICENSE-2.0 with 312 occurrences migrated to:
  https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0) result 200).

Original Pull Request: #151
2019-03-22 11:11:12 +01:00
Spring Operator
18c006f227 DATACASS-640 - URL Cleanup.
This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener).

These URLs were unable to be fixed. Please review them to see if they can be manually resolved.

* http://www.prowaveconsulting.com (200) with 1 occurrences could not be migrated:
   ([https](https://www.prowaveconsulting.com) result SSLHandshakeException).
* http://www.scispike.com (200) with 1 occurrences could not be migrated:
   ([https](https://www.scispike.com) result SSLHandshakeException).

These URLs were fixed, but the https status was not OK. However, the https status was the same as the http request or http redirected to an https URL, so they were migrated. Your review is recommended.

* http://jackson.codehaus.org/1.8.2/javadoc (UnknownHostException) with 1 occurrences migrated to:
  https://jackson.codehaus.org/1.8.2/javadoc ([https](https://jackson.codehaus.org/1.8.2/javadoc) result UnknownHostException).
* http://www.mirantis.com/spring-data/cassandra (301) with 1 occurrences migrated to:
  https://www.mirantis.com/spring-data/cassandra ([https](https://www.mirantis.com/spring-data/cassandra) result 404).

These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.

* http://maven.apache.org/xsd/maven-4.0.0.xsd with 4 occurrences migrated to:
  https://maven.apache.org/xsd/maven-4.0.0.xsd ([https](https://maven.apache.org/xsd/maven-4.0.0.xsd) result 200).
* http://www.apache.org/licenses/LICENSE-2.0.txt with 1 occurrences migrated to:
  https://www.apache.org/licenses/LICENSE-2.0.txt ([https](https://www.apache.org/licenses/LICENSE-2.0.txt) result 200).
* http://static.springframework.org/spring/docs/3.0.x/javadoc-api (301) with 1 occurrences migrated to:
  https://docs.spring.io/spring/docs/3.0.x/javadoc-api ([https](https://static.springframework.org/spring/docs/3.0.x/javadoc-api) result 301).
* http://github.com/shvid/spring-data-cassandra with 2 occurrences migrated to:
  https://github.com/shvid/spring-data-cassandra ([https](https://github.com/shvid/spring-data-cassandra) result 301).
* http://repo.springsource.org/libs-snapshot with 1 occurrences migrated to:
  https://repo.springsource.org/libs-snapshot ([https](https://repo.springsource.org/libs-snapshot) result 301).
* http://repo.springsource.org/plugins-release with 2 occurrences migrated to:
  https://repo.springsource.org/plugins-release ([https](https://repo.springsource.org/plugins-release) result 301).
* http://download.oracle.com/javase/6/docs/api with 1 occurrences migrated to:
  https://download.oracle.com/javase/6/docs/api ([https](https://download.oracle.com/javase/6/docs/api) result 302).
* http://repo1.maven.org/maven2 with 1 occurrences migrated to:
  https://repo1.maven.org/maven2 ([https](https://repo1.maven.org/maven2) result 302).
* http://www.springsource.org/spring-data/cassandra with 1 occurrences migrated to:
  https://www.springsource.org/spring-data/cassandra ([https](https://www.springsource.org/spring-data/cassandra) result 302).

These URLs were intentionally ignored.

* http://maven.apache.org/POM/4.0.0 with 8 occurrences
* http://www.w3.org/2001/XMLSchema-instance with 4 occurrences

Resolves gh-140.
2019-03-18 16:29:10 -07:00
Spring Buildmaster
c1c3c00f03 DATACASS-341 - Prepare next development iteration. 2016-09-29 08:01:42 +00:00
Spring Buildmaster
ffa73390e5 DATACASS-341 - Release version 1.3.6 (Gosling SR6). 2016-09-29 08:01:42 +00:00
Spring Buildmaster
abb744382b DATACASS-336 - Prepare next development iteration. 2016-09-20 13:56:56 +00:00
Spring Buildmaster
c53647ce26 DATACASS-336 - Release version 1.3.5.RELEASE. 2016-09-20 13:56:56 +00:00
John Blum
35f6529630 DATACASS-253 - Polish.
Original pull request: #62.
2016-06-06 11:11:33 +02:00
Mark Paluch
d76efe7b9a DATACASS-253 - Add synchronization to CachedPreparedStatementCreator.
CachedPreparedStatementCreator is now thread-safe and synchronizes concurrent calls to statement preparation. The synchronization prevents multiple calls to Session.prepare(…) for the same session, CQL statement and keyspace.

Original pull request: #62.
2016-06-06 11:11:26 +02:00
John Blum
1c0c6473fe DATACASS-287 - Polish.
Original pull request: #63.
2016-06-06 11:00:03 +02:00
Mark Paluch
8f9419297c DATACASS-287 - Call QueryForObjectListener for absent singular responses.
QueryForObjectListener is now called passing null for absent responses when querying for one single object.

Original pull request: #63.
2016-06-06 10:59:55 +02:00
Mark Paluch
d2e4c4fde2 DATACASS-263 - Fix authentication configuration in CassandraCqlClusterFactoryBean.
Configuring username/password authentication does no longer require setting of an AuthProvider which would be overwritten by the username/password authenticator.
2016-06-03 13:47:31 +02:00
Spring Buildmaster
b69bead9c5 DATACASS-254 - Prepare next development iteration. 2016-02-23 04:26:27 -08:00
Spring Buildmaster
0aa9f62eed DATACASS-254 - Release version 1.3.4 (Gosling SR4). 2016-02-23 04:26:27 -08:00
Oliver Gierke
44ea6267f0 DATACASS-254 - Tweaked version properties for Gosling SR4. 2016-02-11 16:53:08 +01:00
Spring Buildmaster
52ddc0e591 DATACASS-246 - Prepare next development iteration. 2015-12-18 00:27:35 -08:00
Spring Buildmaster
3989ee4170 DATACASS-246 - Release version 1.3.2.RELEASE (Gosling SR2). 2015-12-18 00:27:35 -08:00
Spring Buildmaster
9956f324f0 DATACASS-237 - Prepare next development iteration. 2015-11-15 05:37:26 -08:00
Spring Buildmaster
4b64484cdb DATACASS-237 - Release version 1.3.1.RELEASE (Gosling SR1). 2015-11-15 05:37:22 -08:00
Spring Buildmaster
d14b828ed6 DATACASS-232 - Prepare next development iteration. 2015-09-08 16:38:31 +02:00
Spring Buildmaster
b037d0eb2e DATACASS-232 - Release version 1.3.0.RELEASE (Gosling GA). 2015-09-01 02:00:39 -07:00
Spring Buildmaster
291893b56c DATACASS-230 - Prepare next development iteration. 2015-08-04 04:50:32 -07:00
Spring Buildmaster
9f08df3b27 DATACASS-230 - Release version 1.3.0.RC1 (Gosling RC1). 2015-08-04 04:50:30 -07: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
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
Andy Wilkinson
64eb1f738c DATACASS-208 - Removed obsolete dependency to Liquibase.
Original pull request: #33.
2015-04-13 13:47:58 +02: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
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
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
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
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
sksumit1
8a821a23ee fix for https://jira.spring.io/browse/DATACASS-176 2014-11-01 10:58:31 +05:30
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
ad08cc4065 DATACASS-168: made BasicQueryCancellor public 2014-09-22 12:15:45 -05:00
Matthew Adams
d1edce4f7e DATACASS-168: Enable cancellation of asynchronous CqlOperations methods 2014-09-22 11:44:20 -05:00
Matthew Adams
347accc8d6 lowered build's logging verbosity 2014-09-17 06:06:26 -05: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
Matthew Adams
f921553fb5 DATACASS-159 2014-08-27 10:08:39 -05:00
Matthew Adams
d4e1839b8f DATACASS-158 2014-08-27 08:54:16 -05:00