You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2018/05/29 06:50:00 UTC

[jira] [Updated] (CAMEL-11722) catalog: it should be possible to enrich catalogs's data with custom json

     [ https://issues.apache.org/jira/browse/CAMEL-11722?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen updated CAMEL-11722:
--------------------------------
    Fix Version/s:     (was: 2.22.0)
                   2.23.0

> 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.23.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
(v7.6.3#76005)