Is it possible to configure kamel CLI to always output as JSON (or yaml) ?
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
>
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
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