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 2019/03/18 15:45:00 UTC

[jira] [Assigned] (CAMEL-13281) spring boot starter - Generated auto configuration should support exclude properties on component level

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

Claus Ibsen reassigned CAMEL-13281:
-----------------------------------

    Assignee: Claus Ibsen

> spring boot starter - Generated auto configuration should support exclude properties on component level
> -------------------------------------------------------------------------------------------------------
>
>                 Key: CAMEL-13281
>                 URL: https://issues.apache.org/jira/browse/CAMEL-13281
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-spring-boot-starters
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>            Priority: Major
>             Fix For: 3.0.0
>
>
> A few component inherit each other, and they may exclude some of the parent options, for example ftp/netty4-http etc. Currently they only do that on endpoint level. We need something similar on component level so the SB auto generation dont include them.
> {code}
>         excludeProperties = "textline,delimiter,autoAppendDelimiter,decoderMaxLineLength,encoding,allowDefaultCodec,udpConnectionlessSending,networkInterface"
>                 + ",clientMode,reconnect,reconnectInterval,useByteBuf,udpByteArrayCodec,broadcast,correlationManager")
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)