Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to Camel K 2 #973

Merged
merged 1 commit into from
Sep 12, 2023
Merged

Upgrade to Camel K 2 #973

merged 1 commit into from
Sep 12, 2023

Commits on Sep 12, 2023

  1. Update to Camel K 2

    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>
    apupier committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    4e5e8d0 View commit details
    Browse the repository at this point in the history