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 e6ab09d18681b2ec67bbe896f27471d5f9f1e364 Author: Peter Palaga <[email protected]> AuthorDate: Mon Jan 11 16:42:54 2021 +0100 Recommend using mysql-connector-java 8.0.22 as in Quarkus --- integration-tests/debezium/README.adoc | 2 +- integration-tests/debezium/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/integration-tests/debezium/README.adoc b/integration-tests/debezium/README.adoc index fc1a656..c94ac0c 100644 --- a/integration-tests/debezium/README.adoc +++ b/integration-tests/debezium/README.adoc @@ -1,7 +1,7 @@ == MySQL To run the MySQL Debezium integration tests you have to store the driver jar under -`libs/mysql-connector-java.jar` in the current Maven module. The path can be changed by setting the +`libs/mysql-connector-java-8.0.22.jar` in the current Maven module. The path can be changed by setting the `mysql.driver.file` property on the command line. == MS SQL Server diff --git a/integration-tests/debezium/pom.xml b/integration-tests/debezium/pom.xml index c81fb2b..7d0774f 100644 --- a/integration-tests/debezium/pom.xml +++ b/integration-tests/debezium/pom.xml @@ -34,7 +34,7 @@ <sqlserver.EULA.accepted>true</sqlserver.EULA.accepted> <!-- You need to download the driver yourself. We cannot add a compile scope dependency for legal reasons. --> <!-- See https://camel.apache.org/camel-quarkus/latest/extensions/debezium-mysql.html#_usage for more details --> - <mysql.driver.file>libs/mysql-connector-java-8.0.20.jar</mysql.driver.file> + <mysql.driver.file>libs/mysql-connector-java-8.0.22.jar</mysql.driver.file> <!-- You are required to accept an EULA for SQL container image. We cannot do it by default for legal reasons. --> <!-- See https://camel.apache.org/camel-quarkus/latest/extensions/debezium-sqlserver.html#_integration-testing for more details --> <sqlserver.EULA>src/test/resources/container-license-acceptance.txt</sqlserver.EULA>
