Skip to content

Commit

Permalink
Update to Camel K 2
Browse files Browse the repository at this point in the history
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 fabric8io/kubernetes-client#3924
* No more providing default values as they not yet in CRD
apache/camel-k#4726
* Some description are now a lot less precise, adapted tests and
reported apache/camel-k#4727

Signed-off-by: Aurélien Pupier <apupier@redhat.com>
  • Loading branch information
apupier committed Sep 14, 2023
1 parent 217dec0 commit 602a732
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Expand Up @@ -360,4 +360,10 @@
</dependency>
</dependencies>
</dependencyManagement>
<repositories>
<repository>
<id>staging camel kamelets 4.0.0</id>
<url>https://repository.apache.org/content/repositories/orgapachecamel-1607</url>
</repository>
</repositories>
</project>

0 comments on commit 602a732

Please sign in to comment.