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 0b246da51661820be2c96a27a72117ffc156acd3 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Fri Mar 14 11:26:10 2025 +0100 Reflect changes from CAMEL-21843 in involved Kamelets - Kafka TimestampRouter Signed-off-by: Andrea Cosentino <anco...@gmail.com> --- kamelets/timestamp-router-action.kamelet.yaml | 2 +- .../src/main/resources/kamelets/timestamp-router-action.kamelet.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kamelets/timestamp-router-action.kamelet.yaml b/kamelets/timestamp-router-action.kamelet.yaml index e0ab740cc..b528740ee 100644 --- a/kamelets/timestamp-router-action.kamelet.yaml +++ b/kamelets/timestamp-router-action.kamelet.yaml @@ -64,4 +64,4 @@ spec: - setProperty: name: "timestampHeaderName" constant: "{{timestampHeaderName}}" - - bean: "org.apache.camel.component.kamelet.utils.transform.TimestampRouter" + - bean: "org.apache.camel.component.kafka.transform.TimestampRouter" diff --git a/library/camel-kamelets/src/main/resources/kamelets/timestamp-router-action.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/timestamp-router-action.kamelet.yaml index e0ab740cc..b528740ee 100644 --- a/library/camel-kamelets/src/main/resources/kamelets/timestamp-router-action.kamelet.yaml +++ b/library/camel-kamelets/src/main/resources/kamelets/timestamp-router-action.kamelet.yaml @@ -64,4 +64,4 @@ spec: - setProperty: name: "timestampHeaderName" constant: "{{timestampHeaderName}}" - - bean: "org.apache.camel.component.kamelet.utils.transform.TimestampRouter" + - bean: "org.apache.camel.component.kafka.transform.TimestampRouter"