This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch camel-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit 147f6b0f2875e8be801bb31678ab3eb5327ed810 Author: Jiri Ondrusek <[email protected]> AuthorDate: Thu Mar 12 08:26:56 2026 +0100 Regen + disabled native for kubernetes and master-openshift --- integration-tests/kubernetes/pom.xml | 2 ++ integration-tests/master-openshift/pom.xml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/integration-tests/kubernetes/pom.xml b/integration-tests/kubernetes/pom.xml index f19051952b..81d37f2ef1 100644 --- a/integration-tests/kubernetes/pom.xml +++ b/integration-tests/kubernetes/pom.xml @@ -98,6 +98,7 @@ <quarkus.native.native-image-xmx>10g</quarkus.native.native-image-xmx> </properties> </profile> + <!-- https://github.com/apache/camel-quarkus/issues/8417 <profile> <id>native</id> <activation> @@ -125,6 +126,7 @@ </plugins> </build> </profile> + --> <profile> <id>virtualDependencies</id> <activation> diff --git a/integration-tests/master-openshift/pom.xml b/integration-tests/master-openshift/pom.xml index 43ef843c20..bd58748214 100644 --- a/integration-tests/master-openshift/pom.xml +++ b/integration-tests/master-openshift/pom.xml @@ -167,6 +167,7 @@ </plugins> </build> </profile> + <!-- <profile> <id>native</id> <activation> @@ -204,6 +205,7 @@ </plugins> </build> </profile> + --> <profile> <id>virtualDependencies</id> <activation>
