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 a3f9ad6f8657a10ed12f6a15a4b11628ccd2a140
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Fri Mar 14 10:51:01 2025 +0100

    Reflect changes from CAMEL-21843 in involved Kamelets - Kafka MaskField
    
    Signed-off-by: Andrea Cosentino <anco...@gmail.com>
---
 .../src/main/resources/kamelets/mask-field-action.kamelet.yaml          | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/library/camel-kamelets/src/main/resources/kamelets/mask-field-action.kamelet.yaml
 
b/library/camel-kamelets/src/main/resources/kamelets/mask-field-action.kamelet.yaml
index c276127a..857b20b9 100644
--- 
a/library/camel-kamelets/src/main/resources/kamelets/mask-field-action.kamelet.yaml
+++ 
b/library/camel-kamelets/src/main/resources/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'"

Reply via email to