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

[camel] branch regen_bot updated (3b61316f5d2 -> 71854cbd2cd)

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

github-bot pushed a change to branch regen_bot
in repository https://gitbox.apache.org/repos/asf/camel.git


    from 3b61316f5d2 Regen for commit e4f6186cf8f6cef4e84db038c4276c52e2c4cd4f
     add 15c67534785 CAMEL-18600: properties component - Allow to turn off nested placeholders
     add 87455105b69 Upgrade TestContainers to version 1.17.5
     add 0b5228797fb Sync deps
     add 2321dddade1 CAMEL-18600: properties component - Allow to turn off nested placeholders
     add c67673e9d71 CAMEL-18600: properties component - Allow to turn off nested placeholders
     add c488049f90e Polished docs: fixed grammar and wording issues (#8507)
     add 202200eb362 Upgrade Localstack to latest image 1.2.0
     add 71854cbd2cd CAMEL-18600: properties component - Allow to turn off nested placeholders

No new revisions were added by this update.

Summary of changes:
 camel-dependencies/pom.xml                         |  2 +-
 .../spi/BridgePropertyPlaceholderConfigurer.java   | 14 ++++---
 .../org/apache/camel/spi/PropertiesComponent.java  |  6 +++
 .../properties/PropertiesComponentConfigurer.java  |  6 +++
 .../src/main/docs/properties-component.adoc        |  5 ++-
 .../properties/DefaultPropertiesParser.java        | 48 +++++++++++++++++++---
 .../component/properties/PropertiesComponent.java  | 18 +++++++-
 .../component/properties/PropertiesParser.java     |  7 +++-
 ...ava => PropertiesComponentNestedFalseTest.java} | 17 ++++----
 ...est.java => PropertiesComponentNestedTest.java} | 15 +++----
 .../modules/ROOT/pages/getting-started.adoc        | 33 +++++++--------
 parent/pom.xml                                     |  2 +-
 .../test/infra/aws2/services/AWSContainer.java     |  2 +-
 13 files changed, 124 insertions(+), 51 deletions(-)
 copy core/camel-core/src/test/java/org/apache/camel/component/properties/{PropertiesComponentEIPConvertBodyToTest.java => PropertiesComponentNestedFalseTest.java} (71%)
 copy core/camel-core/src/test/java/org/apache/camel/component/properties/{PropertiesComponentOnExceptionDelayPatternTest.java => PropertiesComponentNestedTest.java} (74%)