A nice enhancement was added to Quarkus (from 3.18.x), where you can add metadata to extensions and specify dependencies that should only get added in dev mode.
We had a few issues in the past where we wanted to improve the dev mode UX by including camel-debug, camel-management etc OOTB. This change could make it possible to do it in an unintrusive way.
Describe the feature here
A nice enhancement was added to Quarkus (from 3.18.x), where you can add metadata to extensions and specify dependencies that should only get added in dev mode.
We had a few issues in the past where we wanted to improve the dev mode UX by including camel-debug, camel-management etc OOTB. This change could make it possible to do it in an unintrusive way.