You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Nicola Ferraro (JIRA)" <ji...@apache.org> on 2016/08/01 12:56:20 UTC

[jira] [Closed] (CAMEL-10194) camel-spring-boot - Bind components and data format to the spring context so they are picked up automatically

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

Nicola Ferraro closed CAMEL-10194.
----------------------------------
    Resolution: Resolved

Done. available as of Camel 2.18.

> camel-spring-boot - Bind components and data format to the spring context so they are picked up automatically
> -------------------------------------------------------------------------------------------------------------
>
>                 Key: CAMEL-10194
>                 URL: https://issues.apache.org/jira/browse/CAMEL-10194
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-spring-boot
>            Reporter: Nicola Ferraro
>            Assignee: Nicola Ferraro
>             Fix For: 2.18.0
>
>
> Change the spring-boot auto configuration to apply the new naming convention (CAMEL-10190) to components and data formats, so that Camel can pick them up automatically in routes.
> Components will be bound to the _'xxx-component'_ name in the spring context, while data formats will be bound to the _'xxx-dataformat'_ one.
> For components and data formats using aliases (eg. _'smtp'_, _'pop3'_, _'smtps'_ that are related to the _'mail'_ component) a unique bean will be put in the application context and it will have all the aliases (eg. _'smtp-component'_, _'pop3-component'_, _'smtps-component'_).



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