This is an automated email from the ASF dual-hosted git repository.

jamesnetherton pushed a commit to branch camel-main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


The following commit(s) were added to refs/heads/camel-main by this push:
     new 5b955147f5 Enable native profiles for tests depending on 
kubernetes-client
5b955147f5 is described below

commit 5b955147f56abd8babcdcd46080af910d94513d8
Author: James Netherton <[email protected]>
AuthorDate: Thu Feb 12 15:28:49 2026 +0000

    Enable native profiles for tests depending on kubernetes-client
---
 integration-tests/kubernetes/pom.xml       | 2 --
 integration-tests/master-openshift/pom.xml | 2 --
 2 files changed, 4 deletions(-)

diff --git a/integration-tests/kubernetes/pom.xml 
b/integration-tests/kubernetes/pom.xml
index 0f0f4ae3e7..8f4b69a1cf 100644
--- a/integration-tests/kubernetes/pom.xml
+++ b/integration-tests/kubernetes/pom.xml
@@ -98,7 +98,6 @@
                 
<quarkus.native.native-image-xmx>10g</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>
@@ -126,7 +125,6 @@
                 </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 f9aa0dbe64..1ad7bedacf 100644
--- a/integration-tests/master-openshift/pom.xml
+++ b/integration-tests/master-openshift/pom.xml
@@ -167,7 +167,6 @@
                 </plugins>
             </build>
         </profile>
-        <!-- Disabled until Quarkus updates kubernetes client - 
https://github.com/quarkusio/quarkus/pull/51901
         <profile>
             <id>native</id>
             <activation>
@@ -205,7 +204,6 @@
                 </plugins>
             </build>
         </profile>
-        -->
         <profile>
             <id>virtualDependencies</id>
             <activation>

Reply via email to