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
commit c1cb3572acad14a105cbf9b5a83004a2a9c7127a Author: James Netherton <[email protected]> AuthorDate: Tue Jun 13 07:32:39 2023 +0100 Disable cluster-leader-election native profile due to kubernetes-client incompatibility apache/camel-quarkus#4957 --- 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 5ad928b..01d949c 100644 --- a/cluster-leader-election/pom.xml +++ b/cluster-leader-election/pom.xml @@ -257,6 +257,7 @@ </build> <profiles> + <!-- https://github.com/apache/camel-quarkus/issues/4957 <profile> <id>native</id> <activation> @@ -289,6 +290,7 @@ </plugins> </build> </profile> + --> <profile> <id>kubernetes</id> <activation>
