Claus Ibsen created CAMEL-13281:
-----------------------------------
Summary: 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
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)