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 2017/03/07 14:06:38 UTC

[jira] [Comment Edited] (CAMEL-10951) Invalid default field values in Spring Boot ComponentConfiguration classes

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

Claus Ibsen edited comment on CAMEL-10951 at 3/7/17 2:05 PM:
-------------------------------------------------------------

Yeah backport please, you may need to regen the starters on 2.18.x so the code are fully aligned - yeah it takes some time but its important to have good spring boot support for camel


was (Author: davsclaus):
Yeah backport please

> Invalid default field values in Spring Boot ComponentConfiguration classes
> --------------------------------------------------------------------------
>
>                 Key: CAMEL-10951
>                 URL: https://issues.apache.org/jira/browse/CAMEL-10951
>             Project: Camel
>          Issue Type: Bug
>          Components: build system
>    Affects Versions: 2.19.0
>            Reporter: James Netherton
>            Assignee: Nicola Ferraro
>             Fix For: 2.19.0
>
>
> Some components default their endpoint configuration using constant fields. For example, the camel-mail {{MailConfiguration}} class has:
> {code}
> private String from = MailConstants.MAIL_DEFAULT_FROM;
> {code}
> When the MailComponentConfiguration is generated, it has a field defaulted as follows:
> {code}
> private String from = "MailConstants.MAIL_DEFAULT_FROM";
> {code}
> Not sure exactly how many components are impacted by this but there's a few listed if you do:
> {code}
> grep "DEFAULT" $(find . -name "*ComponentConfiguration.java")
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)