[
https://issues.apache.org/jira/browse/CAMEL-23102?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Claus Ibsen updated CAMEL-23102:
--------------------------------
Fix Version/s: 4.19.0
(was: 4.x)
> camel-jbang - Automatic keep up to date list of Camel FactoryFinder as known
> dependencies
> -----------------------------------------------------------------------------------------
>
> Key: CAMEL-23102
> URL: https://issues.apache.org/jira/browse/CAMEL-23102
> Project: Camel
> Issue Type: Improvement
> Components: camel-jbang
> Reporter: Claus Ibsen
> Assignee: Claus Ibsen
> Priority: Minor
> Fix For: 4.19.0
>
>
> We add these manually
> {code:java}
> META-INF/services/org/apache/camel/oauth-client-authentication-factory =
> camel:oauth
> META-INF/services/org/apache/camel/restapi/openapi = camel:openapi-java
> META-INF/services/org/apache/camel/modelxml-dumper = camel:xml-io
> META-INF/services/org/apache/camel/modelyaml-dumper = camel:yaml-io
> META-INF/services/org/apache/camel/micrometer-prometheus =
> camel:micrometer-prometheus
> META-INF/services/org/apache/camel/cron/cron-service = camel:quartz
> META-INF/services/org/apache/camel/platform-http/jolokia =
> camel:camel-platform-http-jolokia
> META-INF/services/org/apache/camel/jandex-class-resolver = camel:jandex
> META-INF/services/org/apache/camel/groovy-script-compiler = camel:groovy
> {code}
>
> We can make a tool that during build discovers all these from Camel itself
> and put in a file for camel-jbang (should be another file, so we can have
> current as manual update for well known JARs)
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)