This is an automated email from the ASF dual-hosted git repository.

ppalaga pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit 048d22658292f001374606ee51b28ff7a318e1fd
Author: Peter Palaga <ppal...@redhat.com>
AuthorDate: Wed May 27 14:42:04 2020 +0200

    Fixup #1192 Debezium MySQL
---
 docs/modules/ROOT/pages/extensions/debezium-mysql.adoc    | 1 +
 extensions/debezium-mysql/runtime/src/main/doc/usage.adoc | 8 ++++++++
 integration-tests/debezium/pom.xml                        | 4 ++--
 3 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/docs/modules/ROOT/pages/extensions/debezium-mysql.adoc 
b/docs/modules/ROOT/pages/extensions/debezium-mysql.adoc
index 99952f9..b67b329 100644
--- a/docs/modules/ROOT/pages/extensions/debezium-mysql.adoc
+++ b/docs/modules/ROOT/pages/extensions/debezium-mysql.adoc
@@ -38,6 +38,7 @@ To execute integration tests you have to add driver jar into 
the specific folder
 also specifies version) is defined as property `mysql.driver.file` with 
default value
 `libs/mysql-connector-java-8.0.20.jar`
 
+
 == Camel Quarkus limitations
 
 While you can use any of the available Kafka offset stores in JVM mode, only 
the following offset stores are supported
diff --git a/extensions/debezium-mysql/runtime/src/main/doc/usage.adoc 
b/extensions/debezium-mysql/runtime/src/main/doc/usage.adoc
new file mode 100644
index 0000000..4d2ea36
--- /dev/null
+++ b/extensions/debezium-mysql/runtime/src/main/doc/usage.adoc
@@ -0,0 +1,8 @@
+We can not add driver as a compile scope dependency for legal reasons.
+
+To use extension, you have to add runtime dependency to mysql driver. 
Suggested version and driver is
+`mysql:mysql-connector-java:8.0.20`. (It is the transitive dependency from 
`o.quarkus:quarkus-jdbc-mysql:1.5.0.CR1`)
+
+To execute integration tests you have to add driver jar into the specific 
folder in the module. Name of the file (which
+also specifies version) is defined as property `mysql.driver.file` with 
default value
+`libs/mysql-connector-java-8.0.20.jar`
\ No newline at end of file
diff --git a/integration-tests/debezium/pom.xml 
b/integration-tests/debezium/pom.xml
index 49728e1..b545618 100644
--- a/integration-tests/debezium/pom.xml
+++ b/integration-tests/debezium/pom.xml
@@ -28,8 +28,8 @@
         <relativePath>../pom.xml</relativePath>
     </parent>
 
-    <artifactId>camel-quarkus-integration-test-debezium-common</artifactId>
-    <name>Camel Quarkus :: Integration Tests :: Debezium Connectors</name>
+    <artifactId>camel-quarkus-integration-test-debezium</artifactId>
+    <name>Camel Quarkus :: Integration Tests :: Debezium</name>
     <description>Integration tests for Camel Quarkus Debezium 
Extensions</description>
 
     <properties>

Reply via email to