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/09/22 17:45:21 UTC

[camel-quarkus-examples] branch camel-quarkus-main updated: 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 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 11c151b  Disable cluster-leader-election native profile due to apache/camel-quarkus#5318
11c151b is described below

commit 11c151b38a818305510d9f39b93961c341e0d084
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>