apache / camel-quarkus

Apache Camel Quarkus
https://camel.apache.org
Apache License 2.0
257 stars 192 forks source link

Add dev mode conditional dependencies #6805

Open jamesnetherton opened 3 days ago

jamesnetherton commented 3 days ago

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.