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:46 UTC

[camel-quarkus-examples] 06/14: Reinstate cluster-leader-election native profile

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 c3230897810144c535bb98a6da5424f184802e09
Author: James Netherton <ja...@gmail.com>
AuthorDate: Fri Oct 13 08:17:24 2023 +0100

    Reinstate cluster-leader-election native profile
---
 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 aaf9d87..2e5c03a 100644
--- a/cluster-leader-election/pom.xml
+++ b/cluster-leader-election/pom.xml
@@ -257,7 +257,6 @@
     </build>
 
     <profiles>
-        <!-- TODO: https://github.com/apache/camel-quarkus/issues/5318
         <profile>
             <id>native</id>
             <activation>
@@ -290,7 +289,6 @@
                 </plugins>
             </build>
         </profile>
-        -->
         <profile>
             <id>kubernetes</id>
             <activation>