Commit Graph

1127 Commits

Author SHA1 Message Date
Christoph Strobl
5d7f298bb8 DATACASS-649 - Updated changelog. 2019-06-14 15:18:13 +02:00
Christoph Strobl
444dbcb550 DATACASS-657 - After release cleanups. 2019-06-14 13:14:51 +02:00
Christoph Strobl
e3b669e42c DATACASS-657 - Prepare next development iteration. 2019-06-14 13:14:50 +02:00
Christoph Strobl
9c702e19a3 DATACASS-657 - Release version 2.1.9 (Lovelace SR9). 2019-06-14 12:39:34 +02:00
Christoph Strobl
2ba6c05b59 DATACASS-657 - Prepare 2.1.9 (Lovelace SR9). 2019-06-14 12:38:59 +02:00
Christoph Strobl
02841e445b DATACASS-657 - Updated changelog. 2019-06-14 12:38:53 +02:00
Mark Paluch
e90777c69f DATACASS-663 - Replace StepVerifier.create(…) style with .as(StepVerifier::create) style. 2019-06-05 16:34:10 +02:00
Mark Paluch
624e6a1bdf DATACASS-651 - Fix DataType resolution for TupleValue in Maps.
We now correctly resolve Map key and value types if they are raw/mapped tuple values. Previously, we inspected only the first type without considering whether the property is a map/collection.

Resolution of types is now recursive and considers whether the property is a map or a collection.

We also consistently use MappingException to indicate type resolution failures.
2019-06-05 16:18:47 +02:00
Mark Paluch
73ec001dd0 DATACASS-661 - Fix findAllById(…) repository queries using MapId.
We now detect the Id property repositories using MapId with single keys. Cassandra supports only single keys with IN queries so we reject composite keys using imperative repositories with MapId in findAllById(findAllById).

The reactive findAllById(…) repository method fetched rows one-by-one. We now optimize the query using IN queries with a single roundtrip if possible. Composite MapId keys are fetched one-by-one as previously done as fallback.
2019-06-05 13:08:05 +02:00
Chaouki Dhib
bf9c3dc1f9 DATACASS-660 - Fix typo regarding the usage of Query objects.
Original pull request: #161.
2019-06-03 13:58:41 +02:00
Chaouki Dhib
eed93ae898 DATACASS-660 - Fix typo regarding the usage of Query objects.
Original pull request: #160.
2019-05-29 14:21:56 +02:00
Greg Turnquist
d12ddac71e DATACASS-659 - Polishing. 2019-05-28 14:19:23 -05:00
Greg Turnquist
d86e9e31bf DATACASS-659 - Polishing. 2019-05-28 13:43:27 -05:00
Greg Turnquist
5992e7e8c9 DATACASS-659 - Introducing Jenkins. 2019-05-28 13:38:45 -05:00
Mark Paluch
667276900c DATACASS-654 - Updated changelog. 2019-05-13 18:19:08 +02:00
Mark Paluch
6dc945bccb DATACASS-653 - After release cleanups. 2019-05-13 14:58:46 +02:00
Mark Paluch
1cae96294c DATACASS-653 - Prepare next development iteration. 2019-05-13 14:58:44 +02:00
Mark Paluch
9ce49571ae DATACASS-653 - Release version 2.1.8 (Lovelace SR8). 2019-05-13 13:25:52 +02:00
Mark Paluch
969410c2f5 DATACASS-653 - Prepare 2.1.8 (Lovelace SR8). 2019-05-13 13:25:06 +02:00
Mark Paluch
3c97241f1e DATACASS-653 - Updated changelog. 2019-05-13 13:24:57 +02:00
Mark Paluch
8df4b59ba8 DATACASS-650 - Updated changelog. 2019-05-13 12:37:41 +02:00
Oliver Drotbohm
ab36547019 DATACASS-644 - Updated changelog. 2019-05-10 14:18:13 +02:00
Oliver Drotbohm
e2c90f2ea9 DATACASS-646 - After release cleanups. 2019-05-10 12:56:00 +02:00
Oliver Drotbohm
2def97f1a6 DATACASS-646 - Prepare next development iteration. 2019-05-10 12:55:57 +02:00
Oliver Drotbohm
f5cb4eba25 DATACASS-646 - Release version 2.1.7 (Lovelace SR7). 2019-05-10 12:18:52 +02:00
Oliver Drotbohm
460f4286d5 DATACASS-646 - Prepare 2.1.7 (Lovelace SR7). 2019-05-10 12:18:10 +02:00
Oliver Drotbohm
eda0de8b7f DATACASS-646 - Updated changelog. 2019-05-10 12:18:05 +02:00
Mark Paluch
db86451f72 DATACASS-652 - Fix enum materialization through ordinal values.
We now consider the value type that is used to materialize an enum value. Previously, all values were converted to String and attempted to load through the name.
2019-05-05 17:52:37 +02:00
Christoph Strobl
d345a78190 DATACASS-635 - Updated changelog. 2019-04-11 12:28:54 +02:00
Oliver Drotbohm
02e965a363 DATACASS-626 - After release cleanups. 2019-04-01 20:55:13 +02:00
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