[
https://issues.apache.org/jira/browse/CAMEL-11722?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16152420#comment-16152420
]
Luca Burgazzoli edited comment on CAMEL-11722 at 9/4/17 10:07 AM:
------------------------------------------------------------------
yeah so that we can also document what extensions are available.
btw, I think that to have this working properly we should also start using a
proper json library to make it easy merging stuffs.
was (Author: lb):
yeah so that we can also document what extensions are available.
> 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 additional stuffs like 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)