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/05/12 06:32:00 UTC

[jira] [Created] (CAMEL-13500) Component configuration - Allow to use dot to refer to nested options

Claus Ibsen created CAMEL-13500:
-----------------------------------

             Summary: Component configuration - Allow to use dot to refer to nested options
                 Key: CAMEL-13500
                 URL: https://issues.apache.org/jira/browse/CAMEL-13500
             Project: Camel
          Issue Type: Task
          Components: camel-core
            Reporter: Claus Ibsen
             Fix For: 3.0.0, 3.0.0-M3


For example some Camel components has nested options like camel-netty4 which has a NettyConfiguration class. 

So when you want to set some of its options you cannot easily do this via component configuration. We have some special support for spring boot that generated these nested options, but its also needed for other use-cases such as the Camel Main and just in general.

For example with SB we can do
camel.component.netty4-http.configuration.max-header-size

We should add support for doing this via Camel Main and in general also



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