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/12 06:29:00 UTC

[camel] branch regen_bot updated (155a0591ca8 -> 969956f285b)

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 155a0591ca8 CAMEL-18600: properties component - Allow to turn off nested placeholders
     add 127a3316e79 CAMEL-18600: properties component - Allow to turn off nested placeholders
     add c14f001c7dc CAMEL-18600: properties component - Allow to turn off nested placeholders
     add 0d0fe6758ee Polished
     add 969956f285b Regen for commit 0d0fe6758ee7e08388a05a64aa21c7756ecd186d

No new revisions were added by this update.

Summary of changes:
 .../org/apache/camel/catalog/schemas/camel-spring.xsd   | 12 ++++++++++++
 components/camel-jasypt/src/main/docs/jasypt.adoc       | 13 +++++++++----
 .../camel/component/jasypt/JasyptPropertiesTest.java    |  2 ++
 .../jasypt/SpringJasyptBridgePropertiesAutowireTest.xml |  6 ++++++
 .../jasypt/SpringJasyptBridgePropertiesTest.xml         |  6 ++++++
 .../component/jasypt/SpringJasyptProperties2Test.xml    |  1 +
 .../component/jasypt/SpringJasyptPropertiesTest.xml     |  2 ++
 components/pom.xml                                      |  4 ++--
 .../camel/component/properties/PropertiesComponent.java | 17 -----------------
 .../org/apache/camel/core/xml/propertyPlaceholder.json  |  1 +
 .../camel/core/xml/AbstractCamelContextFactoryBean.java |  3 +++
 .../core/xml/CamelPropertyPlaceholderDefinition.java    | 15 +++++++++++++++
 12 files changed, 59 insertions(+), 23 deletions(-)