You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by lb...@apache.org on 2019/08/21 11:59:12 UTC

[camel-quarkus] branch master updated: chore(build): add ad-hoc properties set up too servlet itest as it does not hinherit from it parent

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


The following commit(s) were added to refs/heads/master by this push:
     new 4c8702b  chore(build): add ad-hoc properties set up too servlet itest as it does not hinherit from it parent
4c8702b is described below

commit 4c8702b0a50aef69e75618b4c14c824450666d99
Author: lburgazzoli <lb...@gmail.com>
AuthorDate: Wed Aug 21 13:58:58 2019 +0200

    chore(build): add ad-hoc properties set up too servlet itest as it does not hinherit from it parent
---
 integration-tests/servlet/pom.xml | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/integration-tests/servlet/pom.xml b/integration-tests/servlet/pom.xml
index c0f7ae6..19af77b 100644
--- a/integration-tests/servlet/pom.xml
+++ b/integration-tests/servlet/pom.xml
@@ -31,6 +31,17 @@
     <name>Camel Quarkus :: Integration Tests :: Servlet</name>
     <description>Integration tests for Camel Servlet component</description>
 
+    <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>
+
     <dependencies>
         <dependency>
             <groupId>org.apache.camel.quarkus</groupId>