Luca Burgazzoli created CAMEL-11722:
---------------------------------------
Summary: catalog: it should be possible to enrich catalogs's data
with custom json
Key: CAMEL-11722
URL: https://issues.apache.org/jira/browse/CAMEL-11722
Project: Camel
Issue Type: Improvement
Components: camel-catalog
Reporter: Luca Burgazzoli
Priority: Minor
Fix For: 2.20.0
I may be useful to have the catalog to load additional catalog properties like
i.e. [spring-boot meta
data|https://docs.spring.io/spring-boot/docs/current/reference/html/configuration-metadata.html#configuration-metadata-additional-metadata]
so one can add information about the extensions.
The extension files could be placed in META-INF/camel/catalog with a content
like:
{code}
{
"extensions": {
"my.Extension.class": {
"inheritsProperties": true,
"properties": {
....
}
}
}
{code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)