This is an automated email from the ASF dual-hosted git repository.

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

commit 820982e7e78cf3c02f3459a72acee8763dad1fe1
Author: James Netherton <jamesnether...@gmail.com>
AuthorDate: Fri Feb 17 07:57:18 2023 +0000

    Enable native build for cluster-leader-election example
    
    Fixes apache/camel-quarkus#4357
---
 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 97e8b37..51563aa 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/4357
         <profile>
             <id>native</id>
             <activation>
@@ -290,7 +289,6 @@
                 </plugins>
             </build>
         </profile>
-        -->
         <profile>
             <id>kubernetes</id>
             <activation>

Reply via email to