This is an automated email from the ASF dual-hosted git repository. zbendhiba pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-quarkus-examples.git
commit 8d15bc07af878ad386df4d5cfc0b696ce374f012 Author: James Netherton <[email protected]> AuthorDate: Wed Oct 5 11:51:29 2022 +0100 Disable native profile for cluster-leader-election due to apache/camel-quarkus#4095 --- cluster-leader-election/pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cluster-leader-election/pom.xml b/cluster-leader-election/pom.xml index 8269e6d..cbd27a1 100644 --- a/cluster-leader-election/pom.xml +++ b/cluster-leader-election/pom.xml @@ -257,6 +257,7 @@ </build> <profiles> + <!-- TODO: Enable when https://github.com/apache/camel-quarkus/issues/4095 is fixed <profile> <id>native</id> <activation> @@ -289,6 +290,7 @@ </plugins> </build> </profile> + --> <profile> <id>kubernetes</id> <activation>
