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 2022/11/11 09:31:51 UTC

[camel-quarkus-examples] 02/02: Enable cluster-leader-election native build since kubernetes-client incompatibility is resolved

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

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

commit 9bdcd3f58099fe0e5180a1da7a63b1d4a12cec89
Author: James Netherton <ja...@gmail.com>
AuthorDate: Fri Nov 11 08:10:10 2022 +0000

    Enable cluster-leader-election native build since kubernetes-client incompatibility is resolved
---
 cluster-leader-election/pom.xml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/cluster-leader-election/pom.xml b/cluster-leader-election/pom.xml
index 7da5d90..de95fe9 100644
--- a/cluster-leader-election/pom.xml
+++ b/cluster-leader-election/pom.xml
@@ -257,7 +257,6 @@
     </build>
 
     <profiles>
-        <!-- TODO: Enable when https://github.com/apache/camel-quarkus/issues/4095 is fixed
         <profile>
             <id>native</id>
             <activation>
@@ -290,7 +289,6 @@
                 </plugins>
             </build>
         </profile>
-        -->
         <profile>
             <id>kubernetes</id>
             <activation>