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/12/08 09:48:13 UTC

[camel] branch regen_bot updated (25a31a809b6 -> 2dabe927c69)

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 25a31a809b6 CAMEL-18131 -  aws2 sns health (#8867)
     add 7c8e2ef8d72 CAMEL-18802: properties function to support looking up key first before apply function. base64 function needs this.
     add 2dabe927c69 Regen for commit 7c8e2ef8d72def4f82bfe04fd6c3d962ce7d02ae

No new revisions were added by this update.

Summary of changes:
 .../base64/Base64PropertiesFunction.java           |   8 ++
 ...ava => Base64PropertiesFunctionDecodeTest.java} |   4 +-
 ...a => Base64PropertiesFunctionOptionalTest.java} |  10 +-
 .../base64/Base64PropertiesFunctionTest.java       |   8 +-
 .../org/apache/camel/spi/PropertiesFunction.java   |  16 ++-
 .../properties/DefaultPropertiesParser.java        |  13 ++
 ...tyFunctionOptionalPropertyPlaceholderTest.java} | 144 +++++++++++----------
 .../ROOT/pages/camel-3x-upgrade-guide-3_20.adoc    |  18 +++
 8 files changed, 139 insertions(+), 82 deletions(-)
 copy components/camel-base64/src/test/java/org/apache/camel/dataformat/base64/{Base64PropertiesFunctionTest.java => Base64PropertiesFunctionDecodeTest.java} (91%)
 copy components/camel-base64/src/test/java/org/apache/camel/dataformat/base64/{Base64PropertiesFunctionTest.java => Base64PropertiesFunctionOptionalTest.java} (85%)
 copy core/camel-core/src/test/java/org/apache/camel/component/properties/{OptionalPropertyPlaceholderTest.java => PropertyFunctionOptionalPropertyPlaceholderTest.java} (59%)