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/06/24 06:21:00 UTC

[camel] branch regen_bot updated (de0a45ef3f8 -> e91929bdba4)

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 de0a45ef3f8 Regen
     add a507d769687 CAMEL-18224: properties component - Allow to plugin custom properties function resolver.
     add e91929bdba4 CAMEL-18224: amel-jbang - Auto download camel-kubernetes for configmap/secrets properties function

No new revisions were added by this update.

Summary of changes:
 ...java => DefaultPropertiesFunctionResolver.java} |  25 ++---
 .../component/properties/PropertiesComponent.java  |  35 ++++--
 .../properties/PropertiesFunctionResolver.java     | 122 ++-------------------
 .../java/org/apache/camel/main/KameletMain.java    |   6 +
 ...ndencyDownloaderPropertiesFunctionResolver.java |  47 ++++++++
 5 files changed, 97 insertions(+), 138 deletions(-)
 copy core/camel-base/src/main/java/org/apache/camel/component/properties/{PropertiesFunctionResolver.java => DefaultPropertiesFunctionResolver.java} (86%)
 create mode 100644 dsl/camel-kamelet-main/src/main/java/org/apache/camel/main/download/DependencyDownloaderPropertiesFunctionResolver.java