From 03206933e1eacc544f99e7f58b4e99efb9030bc9 Mon Sep 17 00:00:00 2001 From: Blazej Bucko Date: Sun, 21 Jul 2019 08:33:16 +0200 Subject: [PATCH] JAVA-2435: Add automatic-module-names to the manifests --- changelog/README.md | 1 + core-shaded/pom.xml | 1 + core/pom.xml | 7 +++++++ examples/pom.xml | 10 ++++++++++ integration-tests/pom.xml | 7 +++++++ manual/core/integration/README.md | 19 +++++++++++++++++++ mapper-processor/pom.xml | 7 +++++++ mapper-runtime/pom.xml | 10 ++++++++++ query-builder/pom.xml | 10 ++++++++++ test-infra/pom.xml | 10 ++++++++++ 10 files changed, 82 insertions(+) diff --git a/changelog/README.md b/changelog/README.md index a7dbbf6e2ce..a9c0b4fb53c 100644 --- a/changelog/README.md +++ b/changelog/README.md @@ -4,6 +4,7 @@ ### 4.6.0 (in progress) +- [improvement] JAVA-2435: Add automatic-module-names to the manifests - [new feature] JAVA-2054: Add now_in_seconds to protocol v5 query messages - [bug] JAVA-2711: Fix handling of UDT keys in the mapper - [improvement] JAVA-2631: Add getIndex() shortcuts to TableMetadata diff --git a/core-shaded/pom.xml b/core-shaded/pom.xml index 67911797804..d58b4705c08 100644 --- a/core-shaded/pom.xml +++ b/core-shaded/pom.xml @@ -303,6 +303,7 @@ + com.datastax.oss.driver.core com.datastax.oss.driver.core