This is an automated email from the ASF dual-hosted git repository. aldettinger pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-quarkus-examples.git
commit aaa16591dc4590c3518f083abc27de495504bcd4 Author: James Netherton <jamesnether...@gmail.com> AuthorDate: Wed Aug 14 10:03:39 2024 +0100 Disable cluster-leader-election native profile due to apache/camel-quarkus#6348 --- 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 5290631..91d0bfc 100644 --- a/cluster-leader-election/pom.xml +++ b/cluster-leader-election/pom.xml @@ -262,6 +262,7 @@ </build> <profiles> + <!-- TODO: https://github.com/apache/camel-quarkus/issues/6348 <profile> <id>native</id> <activation> @@ -294,6 +295,7 @@ </plugins> </build> </profile> + --> <profile> <id>kubernetes</id> <activation>