Commit Graph

209 Commits

Author SHA1 Message Date
Christoph Strobl
eca9a2e5c4 DATACASS-649 - Prepare 2.2 RC1 (Moore). 2019-06-14 14:43:17 +02:00
Greg Turnquist
287e93e996 DATACASS-659 - Introducing Jenkins. 2019-05-28 13:19:36 -05:00
Mark Paluch
b065a30f2d DATACASS-650 - After release cleanups. 2019-05-13 12:17:53 +02:00
Mark Paluch
c0b709880a DATACASS-650 - Prepare next development iteration. 2019-05-13 12:17:52 +02:00
Mark Paluch
bd6460d1e9 DATACASS-650 - Release version 2.2 M4 (Moore). 2019-05-13 11:59:50 +02:00
Mark Paluch
f4e5860907 DATACASS-650 - Prepare 2.2 M4 (Moore). 2019-05-13 11:59:04 +02:00
Christoph Strobl
8bdd51fc84 DATACASS-635 - After release cleanups. 2019-04-11 12:00:20 +02:00
Christoph Strobl
c65bace3b7 DATACASS-635 - Prepare next development iteration. 2019-04-11 12:00:19 +02:00
Christoph Strobl
094dda2ad2 DATACASS-635 - Release version 2.2 M3 (Moore). 2019-04-11 11:24:31 +02:00
Christoph Strobl
283d3d2355 DATACASS-635 - Prepare 2.2 M3 (Moore). 2019-04-11 11:23:56 +02:00
John Blum
e02728d5fc DATACASS-640 - Polish.
Resolves gh-149.
2019-03-20 12:52:10 -07:00
Spring Operator
940622bd0a 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).

# HTTP URLs that Could Not Be Fixed
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).

# Fixed URLs

## Fixed But Review Recommended
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://www.springframework.org/schema/cql/spring-cql.xsd (404) with 6 occurrences migrated to:
  https://www.springframework.org/schema/cql/spring-cql.xsd ([https](https://www.springframework.org/schema/cql/spring-cql.xsd) result 404).

## 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://maven.apache.org/xsd/maven-4.0.0.xsd with 3 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://projects.spring.io/spring-data-cassandra/ with 1 occurrences migrated to:
  https://projects.spring.io/spring-data-cassandra/ ([https](https://projects.spring.io/spring-data-cassandra/) result 200).
* http://www.springframework.org/schema/beans/spring-beans-3.0.xsd with 10 occurrences migrated to:
  https://www.springframework.org/schema/beans/spring-beans-3.0.xsd ([https](https://www.springframework.org/schema/beans/spring-beans-3.0.xsd) result 200).
* http://www.springframework.org/schema/beans/spring-beans.xsd with 7 occurrences migrated to:
  https://www.springframework.org/schema/beans/spring-beans.xsd ([https](https://www.springframework.org/schema/beans/spring-beans.xsd) result 200).
* http://www.springframework.org/schema/context/spring-context-3.0.xsd with 3 occurrences migrated to:
  https://www.springframework.org/schema/context/spring-context-3.0.xsd ([https](https://www.springframework.org/schema/context/spring-context-3.0.xsd) result 200).
* http://www.springframework.org/schema/context/spring-context.xsd with 4 occurrences migrated to:
  https://www.springframework.org/schema/context/spring-context.xsd ([https](https://www.springframework.org/schema/context/spring-context.xsd) result 200).
* http://www.springframework.org/schema/data/cassandra/spring-cassandra-1.0.xsd with 6 occurrences migrated to:
  https://www.springframework.org/schema/data/cassandra/spring-cassandra-1.0.xsd ([https](https://www.springframework.org/schema/data/cassandra/spring-cassandra-1.0.xsd) result 200).
* http://www.springframework.org/schema/data/cassandra/spring-cassandra-1.5.xsd with 1 occurrences migrated to:
  https://www.springframework.org/schema/data/cassandra/spring-cassandra-1.5.xsd ([https](https://www.springframework.org/schema/data/cassandra/spring-cassandra-1.5.xsd) result 200).
* http://www.springframework.org/schema/data/cassandra/spring-cassandra.xsd with 5 occurrences migrated to:
  https://www.springframework.org/schema/data/cassandra/spring-cassandra.xsd ([https](https://www.springframework.org/schema/data/cassandra/spring-cassandra.xsd) result 200).
* http://www.springframework.org/schema/task/spring-task.xsd with 1 occurrences migrated to:
  https://www.springframework.org/schema/task/spring-task.xsd ([https](https://www.springframework.org/schema/task/spring-task.xsd) result 200).
* http://www.pivotal.io with 2 occurrences migrated to:
  https://www.pivotal.io ([https](https://www.pivotal.io) result 301).

# Ignored
These URLs were intentionally ignored.

* http://maven.apache.org/POM/4.0.0 with 6 occurrences
* http://www.springframework.org/schema/beans with 34 occurrences
* http://www.springframework.org/schema/context with 14 occurrences
* http://www.springframework.org/schema/cql with 12 occurrences
* http://www.springframework.org/schema/data/cassandra with 24 occurrences
* http://www.springframework.org/schema/task with 2 occurrences
* http://www.w3.org/2001/XMLSchema-instance with 20 occurrences

Original Pull Request: #149
2019-03-20 13:10:05 +01:00
Christoph Strobl
cc4bfebbf2 DATACASS-614 - After release cleanups. 2019-03-07 10:07:29 +01:00
Christoph Strobl
9323214b3f DATACASS-614 - Prepare next development iteration. 2019-03-07 10:07:28 +01:00
Christoph Strobl
7ff4d07530 DATACASS-614 - Release version 2.2 M2 (Moore). 2019-03-07 09:42:21 +01:00
Christoph Strobl
1d368a8c44 DATACASS-614 - Prepare 2.2 M2 (Moore). 2019-03-07 09:41:17 +01:00
Mark Paluch
afad1bf5c9 DATACASS-634 - Upgrade to Cassandra Driver 3.7.1. 2019-03-07 07:09:02 +01:00
Mark Paluch
f34982a223 DATACASS-625 - Upgrade to Apache Cassandra 3.11.4. 2019-02-12 10:39:32 +01:00
Christoph Strobl
c43783de22 DATACASS-612 - After release cleanups. 2018-12-11 11:07:52 +01:00
Christoph Strobl
dfdb2fb394 DATACASS-612 - Prepare next development iteration. 2018-12-11 11:07:51 +01:00
Christoph Strobl
b3e1f81358 DATACASS-612 - Release version 2.2 M1 (Moore). 2018-12-11 10:53:53 +01:00
Christoph Strobl
f64e851ac2 DATACASS-612 - Prepare 2.2 M1 (Moore). 2018-12-11 10:53:11 +01:00
Mark Paluch
f3115017d4 DATACASS-588 - After release cleanups. 2018-09-21 07:45:28 -04:00
Mark Paluch
d6e44f63d7 DATACASS-588 - Prepare next development iteration. 2018-09-21 07:45:27 -04:00
Mark Paluch
634192c6a3 DATACASS-588 - Release version 2.1 GA (Lovelace). 2018-09-21 07:08:38 -04:00
Mark Paluch
a11785ad42 DATACASS-588 - Prepare 2.1 GA (Lovelace). 2018-09-21 07:07:50 -04:00
Mark Paluch
ab87850e5d DATACASS-597 - Upgrade to Cassandra Driver 3.6.0. 2018-09-19 22:15:26 +02:00
Oliver Gierke
38a772a3c9 DATACASS-582 - After release cleanups. 2018-08-20 10:56:52 +02:00
Oliver Gierke
80daf3ddb7 DATACASS-582 - Prepare next development iteration. 2018-08-20 10:56:51 +02:00
Oliver Gierke
4fb84e15fd DATACASS-582 - Release version 2.1 RC2 (Lovelace). 2018-08-20 10:40:11 +02:00
Oliver Gierke
090ae848a1 DATACASS-582 - Prepare 2.1 RC2 (Lovelace). 2018-08-20 10:39:43 +02:00
Mark Paluch
a9d29f771d DATACASS-554 - After release cleanups. 2018-07-26 12:32:27 +02:00
Mark Paluch
3d243c8d44 DATACASS-554 - Prepare next development iteration. 2018-07-26 12:32:24 +02:00
Mark Paluch
820ffebdba DATACASS-554 - Release version 2.1 RC1 (Lovelace). 2018-07-26 12:06:34 +02:00
Mark Paluch
31c6d209ed DATACASS-554 - Prepare 2.1 RC1 (Lovelace). 2018-07-26 12:04:30 +02:00
Mark Paluch
0e8bccd4a2 DATACASS-579 - Remove Google Guava from dependencies.
Remove Google Guava as dependency so it can be pulled in as transitive dependency of cassandra-driver-core. We are no longer in charge of managing the actual Guava version.
2018-07-24 15:58:25 +02:00
Mark Paluch
b8a0617cac DATACASS-580 - Upgrade to Cassandra Driver 3.5.1. 2018-07-24 12:32:08 +02:00
Christoph Strobl
7cbb864185 DATACASS-545 - After release cleanups. 2018-05-17 10:09:35 +02:00
Christoph Strobl
be6536e3c4 DATACASS-545 - Prepare next development iteration. 2018-05-17 10:09:34 +02:00
Christoph Strobl
29870a830d DATACASS-545 - Release version 2.1 M3 (Lovelace). 2018-05-17 09:51:42 +02:00
Christoph Strobl
9080d64622 DATACASS-545 - Prepare 2.1 M3 (Lovelace). 2018-05-17 09:50:48 +02:00
Mark Paluch
f123624b3d DATACASS-484 - Add Kotlin extensions for Template API.
We now provide Kotlin extensions for imperative, asynchronous, and reactive Template API interfaces.

CqlOperations and CassandraOperations expose Kotlin-friendly methods accepting KClasses and leveraging reified generics. We also provide Kotlin-friendly method renames for methods such as in that do not require quoting in Kotlin code.

operations.query(Person::class).inTable("my_table").asType<User>().all()

operations.select<Person>(query(where("firstname").isEqualTo("Walter") and where("lastname").isEqualTo("White")))
2018-05-17 00:10:31 -07:00
Mark Paluch
367259b898 DATACASS-548 - Upgrade to Cassandra Java Driver 3.5.0. 2018-04-19 11:58:21 +02:00
Mark Paluch
1a5ded6b91 DATACASS-524 - After release cleanups. 2018-04-13 15:08:33 +02:00
Mark Paluch
2f72d4f274 DATACASS-524 - Prepare next development iteration. 2018-04-13 15:08:32 +02:00
Mark Paluch
a490f736d5 DATACASS-524 - Release version 2.1 M2 (Lovelace). 2018-04-13 14:30:57 +02:00
Mark Paluch
8cfbd4b167 DATACASS-524 - Prepare 2.1 M2 (Lovelace). 2018-04-13 14:30:01 +02:00
Mark Paluch
17fa198499 DATACASS-530 - Upgrade to Cassandra Java Driver 3.4.0. 2018-02-22 09:15:38 +01:00
Mark Paluch
0658f64661 DATACASS-528 - Upgrade to Cassandra 3.11.2. 2018-02-22 08:53:28 +01:00
Christoph Strobl
48bd41f642 DATACASS-501 - After release cleanups. 2018-02-06 10:11:16 +01:00