This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push: new 155a0591ca8 CAMEL-18600: properties component - Allow to turn off nested placeholders 155a0591ca8 is described below commit 155a0591ca8cb1f3caeba458f2398f67aeacd08e Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Wed Oct 12 06:32:55 2022 +0200 CAMEL-18600: properties component - Allow to turn off nested placeholders --- core/camel-base/src/main/docs/properties-component.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/camel-base/src/main/docs/properties-component.adoc b/core/camel-base/src/main/docs/properties-component.adoc index 928b5461454..2eceaa06d6f 100644 --- a/core/camel-base/src/main/docs/properties-component.adoc +++ b/core/camel-base/src/main/docs/properties-component.adoc @@ -140,7 +140,7 @@ The option is a java.util.Properties type. | | String | *camel.component.properties.location* | A list of locations to load properties. You can use comma to separate multiple locations. This option will override any default locations and only use the locations from this option. | | String -| *camel.component.properties.nested-placeholder* | Whether to support nested property placeholders. A nested placeholder, means that a placeholder, has also a placeholder, that should be resolved (recursively). | false | Boolean +| *camel.component.properties.nested-placeholder* | Whether to support nested property placeholders. A nested placeholder, means that a placeholder, has also a placeholder, that should be resolved (recursively). | true | Boolean | *camel.component.properties.override-properties* | Sets a special list of override properties that take precedence and will use first, if a property exist. The option is a java.util.Properties type. | | String | *camel.component.properties.properties-parser* | To use a custom PropertiesParser.