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 b1243439ceab923bc2ce9079c1efe870ca0ad7b6 Author: Andrea Cosentino <[email protected]> AuthorDate: Fri Mar 14 10:38:06 2025 +0100 Reflect changes from CAMEL-21843 in involved Kamelets - Kafka HoistField Signed-off-by: Andrea Cosentino <[email protected]> --- kamelets/hoist-field-action.kamelet.yaml | 2 +- .../src/main/resources/kamelets/hoist-field-action.kamelet.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kamelets/hoist-field-action.kamelet.yaml b/kamelets/hoist-field-action.kamelet.yaml index ac36ac94e..0efab282c 100644 --- a/kamelets/hoist-field-action.kamelet.yaml +++ b/kamelets/hoist-field-action.kamelet.yaml @@ -59,7 +59,7 @@ spec: - setProperty: name: "field" constant: "{{field}}" - - bean: "org.apache.camel.component.kamelet.utils.transform.HoistField" + - bean: "org.apache.camel.component.kafka.transform.HoistField" - marshal: json: library: Jackson diff --git a/library/camel-kamelets/src/main/resources/kamelets/hoist-field-action.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/hoist-field-action.kamelet.yaml index ac36ac94e..0efab282c 100644 --- a/library/camel-kamelets/src/main/resources/kamelets/hoist-field-action.kamelet.yaml +++ b/library/camel-kamelets/src/main/resources/kamelets/hoist-field-action.kamelet.yaml @@ -59,7 +59,7 @@ spec: - setProperty: name: "field" constant: "{{field}}" - - bean: "org.apache.camel.component.kamelet.utils.transform.HoistField" + - bean: "org.apache.camel.component.kafka.transform.HoistField" - marshal: json: library: Jackson
