This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
The following commit(s) were added to refs/heads/main by this push:
new e3c4cb789d6 Regen
e3c4cb789d6 is described below
commit e3c4cb789d629439f2de417e5dca5556b8d94e0c
Author: Claus Ibsen <[email protected]>
AuthorDate: Thu Oct 10 20:05:10 2024 +0200
Regen
---
.../camel/springboot/catalog/transformers.properties | 1 +
.../transformers/aws2-ddb-application-x-struct.json | 14 ++++++++++++++
2 files changed, 15 insertions(+)
diff --git
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/transformers.properties
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/transformers.properties
index b547c79958d..10488a1db97 100644
---
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/transformers.properties
+++
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/transformers.properties
@@ -7,6 +7,7 @@ avro-x-java-object
avro-x-struct
aws-cloudtrail-application-cloudevents
aws2-ddb-application-json
+aws2-ddb-application-x-struct
aws2-ddbstream-application-cloudevents
aws2-kinesis-application-cloudevents
aws2-s3-application-cloudevents
diff --git
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/transformers/aws2-ddb-application-x-struct.json
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/transformers/aws2-ddb-application-x-struct.json
new file mode 100644
index 00000000000..f9aeef4c4c3
--- /dev/null
+++
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/transformers/aws2-ddb-application-x-struct.json
@@ -0,0 +1,14 @@
+{
+ "transformer": {
+ "kind": "transformer",
+ "name": "aws2-ddb:application-x-struct",
+ "title": "Aws2 Ddb (Application X Struct)",
+ "description": "Transforms DynamoDB record into a Json node",
+ "deprecated": false,
+ "javaType":
"org.apache.camel.component.kamelet.utils.transform.aws2.ddb.Ddb2JsonStructDataTypeTransformer",
+ "groupId": "org.apache.camel.springboot",
+ "artifactId": "camel-kamelet-starter",
+ "version": "4.9.0-SNAPSHOT"
+ }
+}
+