You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2022/10/11 09:15:59 UTC

[camel] 04/06: CAMEL-18600: properties component - Allow to turn off nested placeholders

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 2321dddade17bff1583703b583d93c9890baf9c3
Author: Claus Ibsen <cl...@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.