From 888a363ebf9f9a9257f9d8bb5371e54dfef00d8c Mon Sep 17 00:00:00 2001 From: Krzysiek Date: Mon, 10 Jan 2022 16:46:34 +0100 Subject: [PATCH 1/2] JAVA-9020: Add missing modules --- persistence-modules/pom.xml | 1 + pom.xml | 2 ++ 2 files changed, 3 insertions(+) diff --git a/persistence-modules/pom.xml b/persistence-modules/pom.xml index 4d42ff54cd..2bd78bc9ce 100644 --- a/persistence-modules/pom.xml +++ b/persistence-modules/pom.xml @@ -60,6 +60,7 @@ spring-boot-persistence-mongodb spring-data-arangodb spring-data-cassandra + spring-data-cassandra-2 spring-data-cassandra-test spring-data-cassandra-reactive spring-data-cosmosdb diff --git a/pom.xml b/pom.xml index cec6ef1922..665d27ac64 100644 --- a/pom.xml +++ b/pom.xml @@ -1384,12 +1384,14 @@ core-java-modules/core-java-jpms core-java-modules/core-java-os core-java-modules/core-java-string-operations-3 + core-java-modules/core-java-string-operations-4 core-java-modules/core-java-time-measurements core-java-modules/core-java-networking-3 core-java-modules/multimodulemavenproject core-java-modules/core-java-strings persistence-modules/sirix quarkus-vs-springboot + quarkus-jandex spring-boot-modules/spring-boot-cassandre testing-modules/testing-assertions From 4d48b5a85eac605da3fe38cc4b752368e11bf880 Mon Sep 17 00:00:00 2001 From: Krzysiek Date: Tue, 11 Jan 2022 09:34:39 +0100 Subject: [PATCH 2/2] JAVA-9020: Move spring-data-cassandra-2 to jdk9+ profile --- persistence-modules/pom.xml | 1 - pom.xml | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/persistence-modules/pom.xml b/persistence-modules/pom.xml index 2bd78bc9ce..4d42ff54cd 100644 --- a/persistence-modules/pom.xml +++ b/persistence-modules/pom.xml @@ -60,7 +60,6 @@ spring-boot-persistence-mongodb spring-data-arangodb spring-data-cassandra - spring-data-cassandra-2 spring-data-cassandra-test spring-data-cassandra-reactive spring-data-cosmosdb diff --git a/pom.xml b/pom.xml index 665d27ac64..79cd85a50c 100644 --- a/pom.xml +++ b/pom.xml @@ -1334,6 +1334,7 @@ core-java-modules/core-java-networking-3 core-java-modules/multimodulemavenproject persistence-modules/sirix + persistence-modules/spring-data-cassandra-2 quarkus-vs-springboot quarkus-jandex spring-boot-modules/spring-boot-cassandre @@ -1390,6 +1391,7 @@ core-java-modules/multimodulemavenproject core-java-modules/core-java-strings persistence-modules/sirix + persistence-modules/spring-data-cassandra-2 quarkus-vs-springboot quarkus-jandex spring-boot-modules/spring-boot-cassandre