Commit Graph

1097 Commits

Author SHA1 Message Date
Oliver Drotbohm
7ca3bfb827 DATACASS-626 - Prepare next development iteration. 2019-04-01 20:55:11 +02:00
Oliver Drotbohm
03653ff722 DATACASS-626 - Release version 2.1.6 (Lovelace SR6). 2019-04-01 20:04:13 +02:00
Oliver Drotbohm
8360bda132 DATACASS-626 - Prepare 2.1.6 (Lovelace SR6). 2019-04-01 20:03:19 +02:00
Oliver Drotbohm
dd7e5694be DATACASS-626 - Updated changelog. 2019-04-01 20:03:13 +02:00
Oliver Drotbohm
4c9b93b80c DATACASS-621 - Updated changelog. 2019-04-01 19:36:59 +02:00
Oliver Drotbohm
f16190c6f8 DATACASS-643 - Updated changelog. 2019-04-01 18:52:17 +02:00
Oliver Drotbohm
740350cc87 DATACASS-620 - Updated changelog. 2019-04-01 13:54:13 +02:00
Mark Paluch
8d25a3ab1f DATACASS-641 - Fix documentation for java.util.UUID type mapping.
Since 2.0, java.util.UUID maps by default to uuid instead of timeuuid. Documentation now reflects this change.
2019-03-27 10:23:30 +01:00
Spring Operator
19c38c90a9 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 664 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: #155
2019-03-22 11:12:24 +01:00
Spring Operator
f3d1554703 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 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.pivotal.io with 2 occurrences migrated to:
  https://www.pivotal.io ([https](https://www.pivotal.io) result 301).

These URLs were intentionally ignored.

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

Resolves gh-144.
2019-03-18 16:41:25 -07:00
Christoph Strobl
46855ec987 DATACASS-614 - Updated changelog. 2019-03-07 10:30:10 +01:00
Mark Paluch
d942baa276 DATACASS-633 - Silently traverse CassandraPersistentEntity associations.
BasicCassandraPersistentEntity.doWithAssociations(…) now no longer throws UnsupportedCassandraOperationException when trying to traverse associations. Calling doWithAssociations results in a no-op as there are no associations.

Related ticket: DATAREST-1337.
2019-02-26 14:51:11 +01:00
Mark Paluch
df2d59fe8d DATACASS-628 - Polishing.
Add synchronization to inserts to properly await completion before querying data.
2019-02-15 11:28:32 +01:00
Mark Paluch
dbc9beeae0 DATACASS-622 - After release cleanups. 2019-02-13 11:24:22 +01:00
Mark Paluch
f05e419855 DATACASS-622 - Prepare next development iteration. 2019-02-13 11:24:20 +01:00
Mark Paluch
1777fcc76d DATACASS-622 - Release version 2.1.5 (Lovelace SR5). 2019-02-13 09:56:38 +01:00
Mark Paluch
297fd726e6 DATACASS-622 - Prepare 2.1.5 (Lovelace SR5). 2019-02-13 09:55:35 +01:00
Mark Paluch
ae9a140c97 DATACASS-622 - Updated changelog. 2019-02-13 09:55:28 +01:00
Mark Paluch
5ffa0e3387 DATACASS-625 - Upgrade to Apache Cassandra 3.11.4. 2019-02-12 10:39:52 +01:00
Mark Paluch
ec4e2e6e92 DATACASS-599 - Polishing.
Add executor to other Futures.transform(…) and Futures.addCallback(…) invocations.

Original pull request: #137.
2019-02-06 13:26:41 +01:00
Mateusz Stefek
a830c92cf6 DATACASS-599 - Restore compatibility with Guava 26+.
Guava has removed Futures#transform method without the Executor parameter in version 26.0-jre
DefaultBridgeReactiveSession fails with NoSuchMethod exception when used with Guava 26.0-jre+.

Original pull request: #137.
2019-02-06 13:26:39 +01:00
Mark Paluch
e693af36b1 DATACASS-585 - Document relationship between @PrimaryKeyColumn and @Id.
Document that using PrimaryKeyColumn does not mark properties as Id properties.
2019-01-30 09:51:21 +01:00
Mark Paluch
18e13cdacb DATACASS-610 - After release cleanups. 2019-01-10 13:48:12 +01:00
Mark Paluch
3cf00142a4 DATACASS-610 - Prepare next development iteration. 2019-01-10 13:48:11 +01:00
Mark Paluch
3dcdc8093a DATACASS-610 - Release version 2.1.4 (Lovelace SR4). 2019-01-10 12:35:56 +01:00
Mark Paluch
8453c59dce DATACASS-610 - Prepare 2.1.4 (Lovelace SR4). 2019-01-10 12:34:54 +01:00
Mark Paluch
899ba103fa DATACASS-610 - Updated changelog. 2019-01-10 12:34:48 +01:00
Mark Paluch
ef172925a7 DATACASS-609 - Updated changelog. 2019-01-10 12:26:34 +01:00
Mark Paluch
e55e0cd6d5 DATACASS-608 - Updated changelog. 2019-01-10 11:01:18 +01:00
Mark Paluch
0979ade7d9 DATACASS-616 - Update copyright years to 2019. 2019-01-02 12:23:04 +01:00
Christoph Strobl
8b4c70a0b7 DATACASS-612 - Updated changelog. 2018-12-11 11:43:17 +01:00
Mark Paluch
2c28d9011e DATACASS-605 - After release cleanups. 2018-11-27 14:23:35 +01:00
Mark Paluch
eb84354cd6 DATACASS-605 - Prepare next development iteration. 2018-11-27 14:23:33 +01:00
Mark Paluch
0be27aa61e DATACASS-605 - Release version 2.1.3 (Lovelace SR3). 2018-11-27 13:43:25 +01:00
Mark Paluch
36d8d886c2 DATACASS-605 - Prepare 2.1.3 (Lovelace SR3). 2018-11-27 13:42:18 +01:00
Mark Paluch
51e241fbec DATACASS-605 - Updated changelog. 2018-11-27 13:42:11 +01:00
Mark Paluch
40cf117ebb DATACASS-602 - Updated changelog. 2018-11-27 12:36:49 +01:00
Mark Paluch
a3ed38dbc8 DATACASS-603 - Updated changelog. 2018-11-27 11:27:20 +01:00
Mark Paluch
d85ab6b39d DATACASS-607 - Polishing.
Reformat code.
2018-11-13 15:07:28 +01:00
Mark Paluch
6572c70117 DATACASS-607 - Consider custom conversion for collections based on read converter.
We now apply custom conversions for collection elements if a read converter is registered. Previously, we used the presence/absence of a write converter to initiate conversion for collections.
2018-11-13 15:07:28 +01:00
Mark Paluch
e3402a8b88 DATACASS-601 - After release cleanups. 2018-10-29 13:59:17 +01:00
Mark Paluch
7ee284a8bc DATACASS-601 - Prepare next development iteration. 2018-10-29 13:59:16 +01:00
Mark Paluch
7a0bfbbc87 DATACASS-601 - Release version 2.1.2 (Lovelace SR2). 2018-10-29 12:53:51 +01:00
Mark Paluch
9fa817ab2d DATACASS-601 - Prepare 2.1.2 (Lovelace SR2). 2018-10-29 12:52:54 +01:00
Mark Paluch
c370981997 DATACASS-601 - Updated changelog. 2018-10-29 12:52:48 +01:00
Mark Paluch
fbe2017888 DATACASS-592 - Updated changelog. 2018-10-15 14:19:01 +02:00
Mark Paluch
1b0d19b14b DATACASS-593 - Updated changelog. 2018-10-15 12:46:25 +02:00
Mark Paluch
ea55ad174c DATACASS-598 - After release cleanups. 2018-10-15 11:12:14 +02:00
Mark Paluch
873d3e62f0 DATACASS-598 - Prepare next development iteration. 2018-10-15 11:12:12 +02:00
Mark Paluch
cb721b1b55 DATACASS-598 - Release version 2.1.1 (Lovelace SR1). 2018-10-15 10:42:04 +02:00