This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch Camel-21843-kafka-action in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
commit fdf4b0ff57e356010828852fd08df4468712af18 Author: Andrea Cosentino <[email protected]> AuthorDate: Fri Mar 14 10:43:00 2025 +0100 Reflect changes from CAMEL-21843 in involved Kamelets - Kafka MaskField Signed-off-by: Andrea Cosentino <[email protected]> --- kamelets/mask-field-action.kamelet.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kamelets/mask-field-action.kamelet.yaml b/kamelets/mask-field-action.kamelet.yaml index c276127a..857b20b9 100644 --- a/kamelets/mask-field-action.kamelet.yaml +++ b/kamelets/mask-field-action.kamelet.yaml @@ -69,7 +69,7 @@ spec: - setProperty: name: "replacement" constant: "{{replacement}}" - - bean: "org.apache.camel.component.kamelet.utils.transform.MaskField" + - bean: "org.apache.camel.component.kafka.transform.MaskField" - choice: when: - simple: "${exchangeProperty[deserialized]} == 'true'"
