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 fe439f0  Enable native build for cluster-leader-election example
fe439f0 is described below

commit fe439f0338e730f31beb08fb9a0230e139f2e3ae
Author: James Netherton <[email protected]>
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