[
https://issues.apache.org/jira/browse/CAMEL-12661?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16547715#comment-16547715
]
Claus Ibsen commented on CAMEL-12661:
-------------------------------------
You can find where its in use via
platforms/spring-boot/components-starter (master)/$ git grep -C 1
"NestedConfigurationProperty"
> Spring Boot auto configuration - NestedConfigurationProperty should only be
> for known Camel types
> -------------------------------------------------------------------------------------------------
>
> Key: CAMEL-12661
> URL: https://issues.apache.org/jira/browse/CAMEL-12661
> Project: Camel
> Issue Type: Improvement
> Components: camel-spring-boot-starters
> Reporter: Claus Ibsen
> Assignee: Claus Ibsen
> Priority: Major
> Fix For: 2.23.0
>
>
> Currently we generte this for a range of complex objects that may appear as
> POJOs but they are likely not, so you cannot configure them, eg they dont
> have setters and a default no-arg constructor etc.
> We have a blacklist today, but instead we should flip it to be a whitelist
> for known Camel types that can be configured like the SSLContextParameters
> and others.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)