Kamel CLI output as JSON

2021-12-21 Thread Roberto Camelk
Is it possible to configure kamel CLI to always output as JSON (or yaml) ?

Re: Running integration via k8s API

2021-12-21 Thread Roberto Camelk
So, If I try to use some dependency like camel:rest it will not be resolved even if I put it on a modeline (and submit the yaml to the k8s API) ? On Tue, Dec 21, 2021 at 6:24 AM Pasquale Congiusti wrote: > > Hello Roberto, > the cron dependency is likely autodiscovered from your component route >

Re: BLOCKING: https://camel.apache.org/schema/blueprint/cxf is down

2021-12-21 Thread Andrea Cosentino
Sometimes, it would be nice to have a feedback from the reporter. We worked hard to understand where it was the problem coming from. Il giorno lun 6 dic 2021 alle ore 20:44 Andrea Cosentino ha scritto: > Thanks for the investigation Zoran. > > It worths to have a look at our dependencies related

Re: Running integration via k8s API

2021-12-21 Thread Pasquale Congiusti
Hello Roberto, the cron dependency is likely autodiscovered from your component route definition (ie, cron:xyz), whilst the microprofile is instead defined by the prometheus trait, so, although you don't define it explicitly, then, the dependency is added during the application build. Regards, Pas