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 2022/11/10 15:32:26 UTC

[camel-quarkus-examples] 02/09: Disable native profile for cluster-leader-election due to apache/camel-quarkus#4095

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 8d15bc07af878ad386df4d5cfc0b696ce374f012
Author: James Netherton <ja...@gmail.com>
AuthorDate: Wed Oct 5 11:51:29 2022 +0100

    Disable native profile for cluster-leader-election due to apache/camel-quarkus#4095
---
 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 8269e6d..cbd27a1 100644
--- a/cluster-leader-election/pom.xml
+++ b/cluster-leader-election/pom.xml
@@ -257,6 +257,7 @@
     </build>
 
     <profiles>
+        <!-- TODO: Enable when https://github.com/apache/camel-quarkus/issues/4095 is fixed
         <profile>
             <id>native</id>
             <activation>
@@ -289,6 +290,7 @@
                 </plugins>
             </build>
         </profile>
+        -->
         <profile>
             <id>kubernetes</id>
             <activation>