claudio4j commented on code in PR #5090: URL: https://github.com/apache/camel-k/pull/5090#discussion_r1473000784
########## pkg/util/camel/camel_runtime_catalog.go: ########## @@ -232,3 +230,38 @@ func (c *RuntimeCatalog) IsResolvable(uri string) bool { return true } + +func jolokiaCatalogWorkaround() v1.Capability { Review Comment: Is this workaround because the jolokia-agent-jvm is resolved from a GAV classifier and not supported in the MavenArtifact struct ? I ask this because, a couple of weeks ago I investigated a jolokia issue and tried jolokia 2.0 in camel-k, but later on I verified camel-quarkus actually uses jolokia 1.7.2, then I parked my changes in Camel K. That investigation led me to add support for a GAV classifier in the MavenArtifact struct and the camel-k-catalog in camel-k-runtime, with the end goal of supporting the GAV classifier. If interest I can share this branch. -- 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