This is an automated email from the ASF dual-hosted git repository. tcunning pushed a commit to branch spring-boot-4.0 in repository https://gitbox.apache.org/repos/asf/camel.git
commit 91e13e75cc44bb7e50572543b8dc210e3976864a Author: Tom Cunningham <[email protected]> AuthorDate: Fri Nov 21 14:59:02 2025 -0500 Spring util API changes --- .../apache/camel/spring/spi/BridgePropertyPlaceholderConfigurer.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/camel-spring-parent/camel-spring/src/main/java/org/apache/camel/spring/spi/BridgePropertyPlaceholderConfigurer.java b/components/camel-spring-parent/camel-spring/src/main/java/org/apache/camel/spring/spi/BridgePropertyPlaceholderConfigurer.java index 53c68e965094..07c8e16746c5 100644 --- a/components/camel-spring-parent/camel-spring/src/main/java/org/apache/camel/spring/spi/BridgePropertyPlaceholderConfigurer.java +++ b/components/camel-spring-parent/camel-spring/src/main/java/org/apache/camel/spring/spi/BridgePropertyPlaceholderConfigurer.java @@ -53,7 +53,7 @@ public class BridgePropertyPlaceholderConfigurer extends PropertyPlaceholderConf properties.putAll(props); // create helper helper = new PropertyPlaceholderHelper( - placeholderPrefix, placeholderSuffix, valueSeparator, ignoreUnresolvablePlaceholders); + placeholderPrefix, placeholderSuffix, valueSeparator, escapeCharacter, ignoreUnresolvablePlaceholders); } public int getSystemPropertiesMode() {
