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 0cc278ccc2b53dd7b4b3112b7f3b082ecb7ca5bd
Author: James Netherton <[email protected]>
AuthorDate: Tue Feb 11 11:50:05 2025 +0000

    Revert "Disable cluster-leader-election native profile due to 
apache/camel-quarkus#6892"
    
    This reverts commit da4674723e9dcf7075e50c8c7766a5ab79f375c0.
---
 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 12a24c3..cea7c0e 100644
--- a/cluster-leader-election/pom.xml
+++ b/cluster-leader-election/pom.xml
@@ -262,7 +262,6 @@
     </build>
 
     <profiles>
-        <!-- TODO: https://github.com/apache/camel-quarkus/issues/6892
         <profile>
             <id>native</id>
             <activation>
@@ -295,7 +294,6 @@
                 </plugins>
             </build>
         </profile>
-        -->
         <profile>
             <id>kubernetes</id>
             <activation>

Reply via email to