You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by zb...@apache.org on 2023/08/31 14:51:38 UTC

[camel-quarkus-examples] 14/24: Disable cluster-leader-election native profile due to kubernetes-client incompatibility apache/camel-quarkus#4957

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

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

commit 66eb89efabd66b85f46eb7c0e1824f6440329af9
Author: James Netherton <ja...@gmail.com>
AuthorDate: Tue Jun 13 07:32:39 2023 +0100

    Disable cluster-leader-election native profile due to kubernetes-client incompatibility apache/camel-quarkus#4957
---
 cluster-leader-election/pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/cluster-leader-election/pom.xml b/cluster-leader-election/pom.xml
index 5ad928b..01d949c 100644
--- a/cluster-leader-election/pom.xml
+++ b/cluster-leader-election/pom.xml
@@ -257,6 +257,7 @@
     </build>
 
     <profiles>
+        <!-- https://github.com/apache/camel-quarkus/issues/4957
         <profile>
             <id>native</id>
             <activation>
@@ -289,6 +290,7 @@
                 </plugins>
             </build>
         </profile>
+        -->
         <profile>
             <id>kubernetes</id>
             <activation>