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/07/28 06:44:20 UTC

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

Nicola Ferraro created CAMEL-10194:
--------------------------------------

             Summary: 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


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)