lburgazzoli opened a new issue #2368: URL: https://github.com/apache/camel-quarkus/issues/2368
This would be useful because as today in camel-k you can declare a dependency by using the artifact id, so as example, to include the direct component you can use kamel run integration.yaml -d camel-direct With quarkus, you need to use the quarkus one, like: kamel run integration.yaml -d camel-quarkus-direct But since the runtime is an implementation detail, it would be nice to let users declaring dependencies using the camel artifact id and to make it possible we need to have the information about the artifact the extension has been created from. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org