This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
commit 030e94cc67add09f215e8e19afdb14045808b405 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Wed May 12 15:35:45 2021 +0200 Added Regex Router Action --- regex-router-action.kamelet.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/regex-router-action.kamelet.yaml b/regex-router-action.kamelet.yaml index ebf0761..6a5941c 100644 --- a/regex-router-action.kamelet.yaml +++ b/regex-router-action.kamelet.yaml @@ -12,8 +12,8 @@ spec: title: "Regex Router Action" description: "Update the destination using the configured regular expression and replacement string" required: - - field - - value + - regex + - replacement properties: regex: title: Regex @@ -26,6 +26,8 @@ spec: type: object dependencies: - github:apache.camel-kamelets:camel-kamelets-utils:main-SNAPSHOT + - "camel:kamelet" + - "camel:core" flow: from: uri: kamelet:source