Commit Graph

791 Commits

Author SHA1 Message Date
Mark Paluch
4f2267e61a DATACASS-503 - Prepare next development iteration. 2017-11-27 15:56:37 +01:00
Mark Paluch
511fcf3833 DATACASS-503 - Release version 1.5.9 (Ingalls SR9). 2017-11-27 15:17:06 +01:00
Mark Paluch
ed1d5a9b70 DATACASS-503 - Prepare 1.5.9 (Ingalls SR9). 2017-11-27 15:16:09 +01:00
Mark Paluch
d91286ada6 DATACASS-503 - Updated changelog. 2017-11-27 15:16:02 +01:00
Oliver Gierke
381ba13b48 DATACASS-500 - Updated changelog. 2017-10-27 16:36:46 +02:00
Mark Paluch
d5b44d9a47 DATACASS-504 - Upgrade to Cassandra Driver 3.1.4. 2017-10-12 10:40:28 +02:00
Oliver Gierke
4f4efc0956 DATACASS-491 - After release cleanups. 2017-10-11 19:00:15 +02:00
Oliver Gierke
2982259207 DATACASS-491 - Prepare next development iteration. 2017-10-11 19:00:10 +02:00
Oliver Gierke
0c02d85a18 DATACASS-491 - Release version 1.5.8 (Ingalls SR8). 2017-10-11 16:42:42 +02:00
Oliver Gierke
732d305be8 DATACASS-491 - Prepare 1.5.8 (Ingalls SR8). 2017-10-11 16:41:08 +02:00
Oliver Gierke
0a632b2507 DATACASS-491 - Updated changelog. 2017-10-11 16:41:01 +02:00
Mark Paluch
e257ccb7b3 DATACASS-492 - Updated changelog. 2017-10-02 11:41:27 +02:00
Oliver Gierke
568b6622f2 DATACASS-480 - Updated changelog. 2017-09-11 17:42:46 +02:00
Mark Paluch
c0487ba0c9 DATACASS-481 - After release cleanups. 2017-09-11 12:23:36 +02:00
Mark Paluch
6ea0b8f32a DATACASS-481 - Prepare next development iteration. 2017-09-11 12:23:35 +02:00
Mark Paluch
250da48428 DATACASS-481 - Release version 1.5.7 (Ingalls SR7). 2017-09-11 11:45:05 +02:00
Mark Paluch
dd463f04f9 DATACASS-481 - Prepare 1.5.7 (Ingalls SR7). 2017-09-11 11:44:20 +02:00
Mark Paluch
29e8e183a8 DATACASS-481 - Updated changelog. 2017-09-11 11:44:16 +02:00
Mark Paluch
ed02337c86 DATACASS-490 - Switch to VM-based TravisCI build.
We now switched to VM-based builds by requiring sudo to apply higher memory limits as we exceeded memory limits of the container-based build.
2017-09-05 09:46:55 +02:00
Mark Paluch
9214acb694 DATACASS-146 - Polishing.
Reorder methods to match interface ordering.
2017-08-30 08:57:44 +02:00
Mark Paluch
6c8170b169 DATACASS-488 - Add explicit type mappings for Name.VARCHAR and Name.TEXT.
We map varchar and text types explicitly to data types to ensure resolution to the appropriate data type if queried by name. The driver returns only text via DataType.allPrimitiveTypes() because text and varchar are aliases and allPrimitiveTypes returns a set.
2017-08-04 09:39:47 +02:00
Mark Paluch
da8bec4ed5 DATACASS-486 - Use unique property names in UDT reference documentation example. 2017-08-04 08:50:33 +02:00
Oliver Gierke
877fcdd41e DATACASS-477 - After release cleanups. 2017-07-27 00:21:38 +02:00
Oliver Gierke
461c55fdec DATACASS-477 - Prepare next development iteration. 2017-07-27 00:15:07 +02:00
Oliver Gierke
d620e83548 DATACASS-477 - Release version 1.5.6 (Ingalls SR6). 2017-07-26 23:47:19 +02:00
Oliver Gierke
c1f7107e23 DATACASS-477 - Prepare 1.5.6 (Ingalls SR6). 2017-07-26 23:45:51 +02:00
Oliver Gierke
35a55498a1 DATACASS-477 - Updated changelog. 2017-07-26 23:45:39 +02:00
Oliver Gierke
9a210e8c0b DATACASS-478 - Updated changelog. 2017-07-25 16:15:44 +02:00
Oliver Gierke
a6f9f929a9 DATACASS-464 - Updated changelog. 2017-07-25 10:03:58 +02:00
Oliver Gierke
d16168eb58 DATACASS-461 - After release cleanups. 2017-07-24 19:25:07 +02:00
Oliver Gierke
c04c787188 DATACASS-461 - Prepare next development iteration. 2017-07-24 19:25:05 +02:00
Oliver Gierke
1a1df39116 DATACASS-461 - Release version 1.5.5 (Ingalls SR5). 2017-07-24 18:44:17 +02:00
Oliver Gierke
98c5733c7a DATACASS-461 - Prepare 1.5.5 (Ingalls SR5). 2017-07-24 18:43:23 +02:00
Oliver Gierke
052a2af928 DATACASS-461 - Updated changelog. 2017-07-24 18:43:13 +02:00
Mark Paluch
835a4b2be3 DATACASS-471 - ConfigurationExtensionUnitTests now need to provide a BeanDefinitionRegistry. 2017-06-26 17:20:58 +02:00
Mark Paluch
39cf9e4706 DATACASS-442 - Updated changelog. 2017-06-14 17:34:58 +02:00
Mark Paluch
0dbd4703ca DATACASS-463 - Polishing.
Reorder getter/setter methods.
2017-06-12 13:47:51 +02:00
Mark Paluch
41b700f89f DATACASS-463 - Instantiate primary key class with converted arguments.
We now apply value conversion before instantiating primary key classes to create instances with the appropriate constructor values. This change allows to declare immutable primary key value objects instead of being forced to use mutable objects.

Previously, arguments were passed-thru without conversion causing IllegalArgumentException.
2017-06-12 13:42:55 +02:00
Mark Paluch
3b46093750 DATACASS-437 - After release cleanups. 2017-06-08 11:26:19 +02:00
Mark Paluch
822a8bf1a4 DATACASS-437 - Prepare next development iteration. 2017-06-08 11:26:18 +02:00
Mark Paluch
1c2e3c578a DATACASS-437 - Release version 1.5.4 (Ingalls SR4). 2017-06-08 10:56:51 +02:00
Mark Paluch
9503c8bd03 DATACASS-437 - Prepare 1.5.4 (Ingalls SR4). 2017-06-08 10:56:03 +02:00
Mark Paluch
08f028615f DATACASS-437 - Updated changelog. 2017-06-08 10:55:55 +02:00
Mark Paluch
df69f90bf5 DATACASS-457 - Remove relativePath from parent in top-level pom.
Remove relativePath to prevent accidental usage of a parent that is reachable because of the project directory layout.
2017-06-07 13:12:15 +02:00
Mark Paluch
49ed4897f9 DATACASS-436 - Updated changelog. 2017-06-07 12:23:35 +02:00
Mark Paluch
04730b5776 DATACASS-445 - Polishing.
Reorder fields. Reduce visibility.
2017-05-29 09:33:23 +02:00
Mark Paluch
8fe80248b1 DATACASS-445 - Insert entire object on CassandraRepository.save(…).
We now insert the entire object including null values again in Cassandra using the repository save method. Objects that are saved through the repository are expected to be returned the same when retrieved again.

Cassandra entities don't have any indicator whether these entities are new to optimize null value handling and prevent tombstones in Cassandra. CassandraRepository exposes insert(…) to insert objects without inserting null values.

Previously, we attempted to execute insert/update conditionally on the entity structure which ended up issuing update statements containing all null values. Entities were not created and save(…) failed silently.
2017-05-29 09:32:44 +02:00
Adam Holmberg
b6305dcc49 DATACASS-449 - Remove redundant paragraph in preface.
Original pull request: #104.
2017-05-24 10:29:35 +02:00
Mark Paluch
9098c80aec DATACASS-426 - Updated changelog. 2017-05-09 11:36:16 +02:00
Oliver Gierke
9899bb0e9e DATACASS-433 - Updated changelog. 2017-04-19 21:04:15 +02:00