Commit Graph

1144 Commits

Author SHA1 Message Date
Mark Paluch
d55c64525c DATACASS-678 - Polishing.
Add since tags and assertions. Simplify test.

Original pull request: #163.
2019-07-30 10:29:10 +02:00
Vagif Zeynalov
6021b9c952 DATACASS-678 - Consider custom name in CassandraAdminTemplate.createTable().
Original pull request: #163.
2019-07-30 10:28:48 +02:00
Mark Paluch
91376b1278 DATACASS-676 - Fix custom conversion registration example. 2019-07-26 11:42:50 +02:00
Mark Paluch
613dbfb5f9 DATACASS-673 - Fix typo. 2019-07-10 09:52:47 +02:00
Mark Paluch
9485752355 DATACASS-659 - Cleanup release profile.
Reuse inherited configuration from parent pom.
2019-07-09 10:24:20 +02:00
Mark Paluch
2dd46b6c7c DATACASS-673 - Revise readme for a consistent structure. 2019-07-09 10:24:18 +02:00
Greg Turnquist
870b9c30c4 DATACASS-659 - Use agent label. 2019-07-03 14:08:41 -05:00
Greg Turnquist
abbdadb9e9 DATACASS659 - Polishing. 2019-07-03 10:52:20 -05:00
Greg Turnquist
f4e79f170c DATACASS-659 - Use parent 'artifactory' profile. 2019-07-03 10:51:55 -05:00
Mark Paluch
4759dcf8de DATACASS-672 - Polishing.
Reflect dropped Serializable requirement on primary key classes in documentation.
2019-07-01 12:30:30 +02:00
Mark Paluch
e5ce4a226f DATACASS-672 - Fix composite key property population when creating the enclosing entity through constructor.
We now properly populate composite key properties when the key object is set through the entity constructor. Previously, key properties where left uninitialized (properties were not populated) when the key object was created in the code path to be injected as entity constructor argument. Key properties were only set in the case where the key also was be constructed with constructor arguments.
2019-07-01 12:30:30 +02:00
Greg Turnquist
1022985b85 DATACASS-659 - Polishing. 2019-06-28 16:19:10 -05:00
Greg Turnquist
d2e4f3f03b DATACASS-659 - Only main branch runs based on upstream cause. 2019-06-28 16:15:33 -05:00
Greg Turnquist
03ec8e82fd DATACASS-659 - Polishing. 2019-06-24 13:25:48 -05:00
Greg Turnquist
8fa43d3767 DATACASS-659 - Configure user.name and user.home for CI jobs. 2019-06-24 10:20:21 -05:00
Oliver Drotbohm
da79b5839c DATACASS-671 - Fix NoHTTP errors. 2019-06-24 11:48:27 +02:00
Mark Paluch
0ef7eb1f7b DATACASS-642 - Consider quoted identifiers in QueryUtils and CqlIdentifier.
QueryUtils now considers quoted identifiers when extracting table names.
2019-06-18 14:14:19 +02:00
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