From 602a73227617c08d1104533f047c591e229feac8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Pupier?= Date: Mon, 21 Aug 2023 11:31:08 +0200 Subject: [PATCH] Update to Camel K 2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It is impacting mostly the Traits completion/validation * Embed the Camel K CRDs for now. For next iteration, it would nice to: use one from Camel K CRD jar (or another upstream artifact) and then also allow possibility to load from the cluster * Requires to use Jackson Dataformat loader as Snake Yaml one is less permissive and throwing errors * since kubernetes client 6.2.0, no more need of a specific mock dependency https://github.com/fabric8io/kubernetes-client/issues/3924 * No more providing default values as they not yet in CRD https://github.com/apache/camel-k/issues/4726 * Some description are now a lot less precise, adapted tests and reported https://github.com/apache/camel-k/issues/4727 Signed-off-by: Aurélien Pupier --- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pom.xml b/pom.xml index 4f7bfec59..a7b6f86f1 100644 --- a/pom.xml +++ b/pom.xml @@ -360,4 +360,10 @@ + + + staging camel kamelets 4.0.0 + https://repository.apache.org/content/repositories/orgapachecamel-1607 + +