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 2016/11/07 13:23:58 UTC

[jira] [Commented] (CAMEL-10434) Camel catalog - Filter karaf / spring boot components

    [ https://issues.apache.org/jira/browse/CAMEL-10434?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15644170#comment-15644170 ] 

Claus Ibsen commented on CAMEL-10434:
-------------------------------------

Parsing of the karaf features.xml file does take a while, so we may want to do a maven goal that prepares the karaf catalog during compiling the code and hence it should be fast at runtime to obtain the list of support karaf components/features.

> Camel catalog - Filter karaf / spring boot components
> -----------------------------------------------------
>
>                 Key: CAMEL-10434
>                 URL: https://issues.apache.org/jira/browse/CAMEL-10434
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-catalog
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>             Fix For: 2.19.0
>
>
> When using karaf or spring boot then the number of components you can use is not all of them. We should allow the catalog to filter out components. 
> Either we have a getXXXSpringBoot getXXXKaraf methods, or we could instead allow to plugin a runtime provider, so we can then have a karaf and spring boot provider, that then filters accordingly. Then we can have 3rd party provides such as wildfly-swarm etc plugin their filter.
> For karaf we can then parse the features.xml file and find out which camel components it support.
> For spring boot we can look in the components-starter directory.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)