[
https://issues.apache.org/jira/browse/CAMEL-10194?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15397527#comment-15397527
]
ASF GitHub Bot commented on CAMEL-10194:
----------------------------------------
Github user nicolaferraro closed the pull request at:
https://github.com/apache/camel/pull/1090
> 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)