[
https://issues.apache.org/jira/browse/CAMEL-13281?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Claus Ibsen resolved CAMEL-13281.
---------------------------------
Resolution: Fixed
This seems resolve now. netty4-http does not have any excluded options anymore
etc.
> 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)