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 221ccb3ac4e5f711aebd38d6be297e6a5b0a1ac6
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Fri Mar 14 11:27:53 2025 +0100

    Reflect changes from CAMEL-21843 in involved Kamelets - Kafka ValueToKey
    
    Signed-off-by: Andrea Cosentino <anco...@gmail.com>
---
 kamelets/value-to-key-action.kamelet.yaml                               | 2 +-
 .../src/main/resources/kamelets/value-to-key-action.kamelet.yaml        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/kamelets/value-to-key-action.kamelet.yaml 
b/kamelets/value-to-key-action.kamelet.yaml
index 08331b47b..9e7600ca7 100644
--- a/kamelets/value-to-key-action.kamelet.yaml
+++ b/kamelets/value-to-key-action.kamelet.yaml
@@ -61,7 +61,7 @@ spec:
       - setProperty:
           name: "fields"
           constant: "{{fields}}"
-      - bean: 
"org.apache.camel.component.kamelet.utils.transform.kafka.ValueToKey"
+      - bean: "org.apache.camel.component.kafka.transform.ValueToKey"
       - choice:
           when:
           - simple: "${exchangeProperty[deserialized]} == 'true'"
diff --git 
a/library/camel-kamelets/src/main/resources/kamelets/value-to-key-action.kamelet.yaml
 
b/library/camel-kamelets/src/main/resources/kamelets/value-to-key-action.kamelet.yaml
index 08331b47b..9e7600ca7 100644
--- 
a/library/camel-kamelets/src/main/resources/kamelets/value-to-key-action.kamelet.yaml
+++ 
b/library/camel-kamelets/src/main/resources/kamelets/value-to-key-action.kamelet.yaml
@@ -61,7 +61,7 @@ spec:
       - setProperty:
           name: "fields"
           constant: "{{fields}}"
-      - bean: 
"org.apache.camel.component.kamelet.utils.transform.kafka.ValueToKey"
+      - bean: "org.apache.camel.component.kafka.transform.ValueToKey"
       - choice:
           when:
           - simple: "${exchangeProperty[deserialized]} == 'true'"

Reply via email to