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 2023/10/11 08:08:54 UTC

[camel] branch regen_bot updated (3974e969c29 -> d2ade752768)

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 3974e969c29 CAMEL-19970 - Avoid IllegalArgumentException for file without (#11678)
     add 5e3e62ad8ec Upgrade Spring Rabbit to version 3.0.9 (#11687)
     add d2ade752768 CAMEL-19945: camel-core - Add bean as property placeholder function (#11674)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/camel/properties-function/bean      |  2 +
 .../component/bean/BeanPropertiesFunction.java     | 66 ++++++++++++++++++++++
 .../BeanPropertiesFunctionTest.java}               | 43 +++++++-------
 .../ROOT/pages/using-propertyplaceholder.adoc      | 15 +++++
 parent/pom.xml                                     |  2 +-
 5 files changed, 106 insertions(+), 22 deletions(-)
 create mode 100644 components/camel-bean/src/generated/resources/META-INF/services/org/apache/camel/properties-function/bean
 create mode 100644 components/camel-bean/src/main/java/org/apache/camel/component/bean/BeanPropertiesFunction.java
 copy core/camel-core/src/test/java/org/apache/camel/component/{properties/PropertiesComponentSomethingElseBoundToJndiTest.java => bean/BeanPropertiesFunctionTest.java} (59%)