You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pp...@apache.org on 2023/06/01 15:51:11 UTC

[camel-quarkus-examples] 19/22: Enable native testing in cluster-leader-election example

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 3f0c54df96a63d650a021c0dbefe574bfa3bc1aa
Author: James Netherton <ja...@gmail.com>
AuthorDate: Tue May 16 09:25:46 2023 +0100

    Enable native testing in cluster-leader-election example
---
 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 3ac0fe7..53e60c2 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/4651
         <profile>
             <id>native</id>
             <activation>
@@ -290,7 +289,6 @@
                 </plugins>
             </build>
         </profile>
-        -->
         <profile>
             <id>kubernetes</id>
             <activation>