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 46b2babb869 Regen
46b2babb869 is described below
commit 46b2babb86928b804bdc4b25f79b6993fa89f604
Author: Claus Ibsen <[email protected]>
AuthorDate: Wed Jun 4 12:38:46 2025 +0200
Regen
---
.../org/apache/camel/springboot/catalog/dataformats/dfdl.json | 2 +-
.../camel/dataformat/dfdl/springboot/DfdlDataFormatConfiguration.java | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/dfdl.json
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/dfdl.json
index 8f365368b1e..b39be867856 100644
---
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/dfdl.json
+++
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/dfdl.json
@@ -3,7 +3,7 @@
"kind": "dataformat",
"name": "dfdl",
"title": "DFDL",
- "description": "Handle DFDL (Data Format Description Language)
transformation.",
+ "description": "Transforms fixed format data such as EDI message from\/to
XML using a Data Format Description Language (DFDL).",
"deprecated": false,
"firstVersion": "4.11.0",
"label": "dataformat,transformation",
diff --git
a/components-starter/camel-dfdl-starter/src/main/java/org/apache/camel/dataformat/dfdl/springboot/DfdlDataFormatConfiguration.java
b/components-starter/camel-dfdl-starter/src/main/java/org/apache/camel/dataformat/dfdl/springboot/DfdlDataFormatConfiguration.java
index d243f5350cc..e7faf13e19c 100644
---
a/components-starter/camel-dfdl-starter/src/main/java/org/apache/camel/dataformat/dfdl/springboot/DfdlDataFormatConfiguration.java
+++
b/components-starter/camel-dfdl-starter/src/main/java/org/apache/camel/dataformat/dfdl/springboot/DfdlDataFormatConfiguration.java
@@ -20,7 +20,8 @@ import
org.apache.camel.spring.boot.DataFormatConfigurationPropertiesCommon;
import org.springframework.boot.context.properties.ConfigurationProperties;
/**
- * Handle DFDL (Data Format Description Language) transformation.
+ * Transforms fixed format data such as EDI message from/to XML using a Data
+ * Format Description Language (DFDL).
*
* Generated by camel-package-maven-plugin - do not edit this file!
*/