ppalaga commented on issue #4301:
URL: https://github.com/apache/camel-quarkus/issues/4301#issuecomment-1330578145

   Adding a dedicated method(s) on CamelCatalog or elsewhere in the Catalog 
Java API would be also fine. Just note that having a single Camel version per 
Catalog might not always work. There exist partial rebuilds of Camel, CQ and 
CSB where per component Camel artifact versions can be different, FWIW. So 
Camel version should rather hang on 
`org.apache.camel.tooling.model.ArtifactModel`. 
   
   Using `org.apache.camel.tooling.model.ArtifactModel.getMetadata()` for this 
purpose as I did in https://github.com/apache/camel-quarkus/pull/4302 has the 
advantage that it can be done without waiting for changes Camel. 


-- 
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.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to