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/10/05 12:18:07 UTC

[camel-quarkus-examples] branch camel-quarkus-main updated: 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.

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


The following commit(s) were added to refs/heads/camel-quarkus-main by this push:
     new f6b6dd3  Disable native profile for cluster-leader-election due to apache/camel-quarkus#4095
f6b6dd3 is described below

commit f6b6dd3b750abaa30e9c8395f0d821c382082c2e
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>