This is an automated email from the ASF dual-hosted git repository. lburgazzoli pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit 515c1de68d6cf52f369505cc999146255226a904 Author: lburgazzoli <lburgazz...@gmail.com> AuthorDate: Tue Aug 20 01:13:26 2019 +0200 Use docker by default because of https://github.com/oracle/graal/issues/1582 --- integration-tests/pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index 29fa011..18bc5ef 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -32,6 +32,16 @@ <name>Camel Quarkus :: Integration Tests</name> + <properties> + <!-- + Make quarkus use docker by default as native-image does not + work anymore due to a Fedora upgrade + + See https://github.com/oracle/graal/issues/1582 + --> + <native-image.docker-build>true</native-image.docker-build> + <native-image.container-runtime>docker</native-image.container-runtime> + </properties> <modules> <!-- build those first -->