This is an automated email from the ASF dual-hosted git repository. jiriondrusek pushed a commit to branch camel-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit f924f6a2a5b3f0861e1446a506a916c3ab4f313e Author: Jiri Ondrusek <[email protected]> AuthorDate: Tue Jan 13 15:25:58 2026 +0100 Disabled native profiles until kubernetes is upgraded on Quarkus --- 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 56ca9e1895..0b9bdec770 100644 --- a/integration-tests/kubernetes/pom.xml +++ b/integration-tests/kubernetes/pom.xml @@ -107,6 +107,7 @@ <quarkus.native.native-image-xmx>6g</quarkus.native.native-image-xmx> </properties> </profile> + <!-- Disabled until Quarkus updates kubernetes client - https://github.com/quarkusio/quarkus/pull/51901 <profile> <id>native</id> <activation> @@ -134,6 +135,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 02896c3979..aa5853b555 100644 --- a/integration-tests/master-openshift/pom.xml +++ b/integration-tests/master-openshift/pom.xml @@ -176,6 +176,7 @@ </plugins> </build> </profile> + <!-- Disabled until Quarkus updates kubernetes client - https://github.com/quarkusio/quarkus/pull/51901 <profile> <id>native</id> <activation> @@ -213,6 +214,7 @@ </plugins> </build> </profile> + --> <profile> <id>virtualDependencies</id> <activation>
