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/10/25 12:44:42 UTC

[camel-quarkus-examples] 02/14: Disable cluster-leader-election native profile due to apache/camel-quarkus#5318

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-examples.git

commit 6cd2c28960d96854f90eae376be0e6a77587be0e
Author: James Netherton <ja...@gmail.com>
AuthorDate: Fri Sep 22 13:19:55 2023 +0100

    Disable cluster-leader-election native profile due to apache/camel-quarkus#5318
---
 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 8005f31..37b2b47 100644
--- a/cluster-leader-election/pom.xml
+++ b/cluster-leader-election/pom.xml
@@ -257,6 +257,7 @@
     </build>
 
     <profiles>
+        <!-- TODO: https://github.com/apache/camel-quarkus/issues/5318
         <profile>
             <id>native</id>
             <activation>
@@ -289,6 +290,7 @@
                 </plugins>
             </build>
         </profile>
+        -->
         <profile>
             <id>kubernetes</id>
             <activation>