You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ja...@apache.org on 2023/07/04 10:05:33 UTC

[camel-quarkus] branch main updated: Restore native profiles to kubernetes-client tests

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 17b0ad2a3a Restore native profiles to kubernetes-client tests
17b0ad2a3a is described below

commit 17b0ad2a3a378b741b5da9fe041392a076758412
Author: James Netherton <ja...@gmail.com>
AuthorDate: Tue Jul 4 07:37:51 2023 +0100

    Restore native profiles to kubernetes-client tests
    
    Fixes #4957
---
 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 3d2afee88c..7b6d9c68c7 100644
--- a/integration-tests/kubernetes/pom.xml
+++ b/integration-tests/kubernetes/pom.xml
@@ -75,7 +75,6 @@
 
 
     <profiles>
-       <!-- https://github.com/apache/camel-quarkus/issues/4957
        <profile>
             <id>native</id>
             <activation>
@@ -103,7 +102,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 5bcf7261d1..23cd59a20b 100644
--- a/integration-tests/master-openshift/pom.xml
+++ b/integration-tests/master-openshift/pom.xml
@@ -149,7 +149,6 @@
                 </plugins>
             </build>
         </profile>
-        <!-- https://github.com/apache/camel-quarkus/issues/4957
          <profile>
              <id>native</id>
              <activation>
@@ -187,7 +186,6 @@
                  </plugins>
              </build>
          </profile>
-         -->
          <profile>
              <id>virtualDependencies</id>
              <activation>