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 2321dddade1 CAMEL-18600: properties component - Allow to turn off 
nested placeholders
2321dddade1 is described below

commit 2321dddade17bff1583703b583d93c9890baf9c3
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Tue Oct 11 11:07:09 2022 +0200

    CAMEL-18600: properties component - Allow to turn off nested placeholders
---
 core/camel-base/src/main/docs/properties-component.adoc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/core/camel-base/src/main/docs/properties-component.adoc 
b/core/camel-base/src/main/docs/properties-component.adoc
index c458295699e..e1b0d58357d 100644
--- a/core/camel-base/src/main/docs/properties-component.adoc
+++ b/core/camel-base/src/main/docs/properties-component.adoc
@@ -140,6 +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.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.

Reply via email to