Commit Graph

1167 Commits

Author SHA1 Message Date
Christoph Strobl
44a7d72c26 DATACASS-690 - Updated changelog. 2019-11-04 09:28:58 +01:00
Mark Paluch
349b59cbac DATACASS-696 - Polishing.
Use handle(…) instead of flatMap(…) to suppress null elements in Reactive result set mapping.

Simplify assertions.
2019-10-28 14:58:58 +01:00
Mark Paluch
42924c0739 DATACASS-696 - Fix return of null values through selectOne(…).
Null values are now correctly handled when selecting a single element.
2019-10-28 14:58:58 +01:00
Mark Paluch
85b80b648d DATACASS-694 - Polishing.
Add author tags. Reformat code. Adapt remaining tests.

Original pull request: #166.
2019-10-28 09:18:20 +01:00
khurelkhuyag.m
cb87cf2ca6 DATACASS-694 - Fix Cassandra time to LocalTime conversion.
LocalTime now correctly uses nanoseconds.

Original pull request: #166.
2019-10-28 09:18:20 +01:00
Mark Paluch
98914f9532 DATACASS-682 - Updated changelog. 2019-09-30 19:58:06 +02:00
Mark Paluch
4e489661be DATACASS-681 - After release cleanups. 2019-09-30 11:15:26 +02:00
Mark Paluch
c3f53d3a36 DATACASS-681 - Prepare next development iteration. 2019-09-30 11:15:25 +02:00
Mark Paluch
1ee273dfe3 DATACASS-681 - Release version 2.1.11 (Lovelace SR11). 2019-09-30 11:04:23 +02:00
Mark Paluch
798f7ffa33 DATACASS-681 - Prepare 2.1.11 (Lovelace SR11). 2019-09-30 11:04:00 +02:00
Mark Paluch
656a5cfb42 DATACASS-681 - Updated changelog. 2019-09-30 11:03:54 +02:00
Mark Paluch
010c380f14 DATACASS-687 - Polishing.
Adapt unit tests.
2019-09-25 14:54:24 +02:00
Mark Paluch
40ca77e509 DATACASS-687 - Fix UDT creation order.
The ordering of UDT now considers all UDTs before creating the final creation order to consider dependencies between UDTs that refer to nested UDTs.

Previously, UDT ordering was already built from iteration over individual UDTs so that UDTs that had dependencies on already seen UDTs wheren't considered properly.
2019-09-20 11:11:31 +02:00
Mark Paluch
69d3099fdf DATACASS-683 - Updated changelog. 2019-09-06 10:22:54 +02:00
Mark Paluch
46727e9c09 DATACASS-684 - Add HTTPS entries into spring.schemas.
To resolve XSD files properly from the classpath, their HTTPS reference must be present in the spring.schemas to avoid internet interaction for resolving an XSD file.
2019-08-06 16:45:15 +02:00
Greg Turnquist
0e768318f9 DATACASS-659 - Force a check for updates. 2019-08-05 10:15:13 -05:00
Mark Paluch
332deacbc5 DATACASS-670 - Updated changelog. 2019-08-05 15:57:34 +02:00
Mark Paluch
c96967b906 DATACASS-669 - After release cleanups. 2019-08-05 11:33:32 +02:00
Mark Paluch
fff245673f DATACASS-669 - Prepare next development iteration. 2019-08-05 11:33:31 +02:00
Mark Paluch
6dc17e32f3 DATACASS-669 - Release version 2.1.10 (Lovelace SR10). 2019-08-05 11:21:19 +02:00
Mark Paluch
f1deadcca4 DATACASS-669 - Prepare 2.1.10 (Lovelace SR10). 2019-08-05 11:20:57 +02:00
Mark Paluch
7332c6bc17 DATACASS-669 - Updated changelog. 2019-08-05 11:20:53 +02:00
Mark Paluch
3ec0fdf7fe DATACASS-658 - Updated changelog. 2019-08-05 11:09:01 +02:00
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