[
https://issues.apache.org/jira/browse/CAMEL-20422?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Guillaume Nodet resolved CAMEL-20422.
-------------------------------------
Resolution: Fixed
> Move component json into META-INF
> ---------------------------------
>
> Key: CAMEL-20422
> URL: https://issues.apache.org/jira/browse/CAMEL-20422
> Project: Camel
> Issue Type: Improvement
> Components: build system
> Reporter: Claus Ibsen
> Assignee: Guillaume Nodet
> Priority: Major
> Fix For: 4.5.0
>
>
> Today we have a marker file in META-INF/services that point to the class of
> the component.
> And then we generate json file with all component details such as options,
> description etc. That file is located outside META-INF/services in the class
> package so it can be anywhere.
> Lets standardize this and have it the same place as the marker file. This
> makes it easier to find as the files are always in the same directory.
> We are doing this with the new transformer marker files.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)