This is an automated email from the ASF dual-hosted git repository.

jamesnetherton pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


The following commit(s) were added to refs/heads/main by this push:
     new f94631684c Smooks: EDI isn't supported in Camel Quarkus Smooks Fixes 
#7219
f94631684c is described below

commit f94631684c1f1f4a121354fa5a7105062fda65db
Author: Zineb Bendhiba <bendhiba.zi...@gmail.com>
AuthorDate: Thu Apr 3 11:21:05 2025 +0200

    Smooks: EDI isn't supported in Camel Quarkus Smooks
    Fixes #7219
---
 docs/modules/ROOT/pages/reference/extensions/smooks.adoc      | 7 +++++++
 extensions-jvm/smooks/runtime/src/main/doc/usage.adoc         | 2 ++
 poms/bom/pom.xml                                              | 4 ++++
 poms/bom/src/main/generated/flattened-full-pom.xml            | 4 ++++
 poms/bom/src/main/generated/flattened-reduced-pom.xml         | 4 ++++
 poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml | 4 ++++
 6 files changed, 25 insertions(+)

diff --git a/docs/modules/ROOT/pages/reference/extensions/smooks.adoc 
b/docs/modules/ROOT/pages/reference/extensions/smooks.adoc
index 06132b940c..a9146b823c 100644
--- a/docs/modules/ROOT/pages/reference/extensions/smooks.adoc
+++ b/docs/modules/ROOT/pages/reference/extensions/smooks.adoc
@@ -40,3 +40,10 @@ Please refer to the above links for usage and configuration 
details.
 ifeval::[{doc-show-user-guide-link} == true]
 Check the xref:user-guide/index.adoc[User guide] for more information about 
writing Camel Quarkus applications.
 endif::[]
+
+[id="extensions-smooks-usage"]
+== Usage
+[id="extensions-smooks-usage-edi"]
+=== EDI
+EDI is not supported in Camel Quarkus Smooks.
+
diff --git a/extensions-jvm/smooks/runtime/src/main/doc/usage.adoc 
b/extensions-jvm/smooks/runtime/src/main/doc/usage.adoc
new file mode 100644
index 0000000000..a2e4172a24
--- /dev/null
+++ b/extensions-jvm/smooks/runtime/src/main/doc/usage.adoc
@@ -0,0 +1,2 @@
+=== EDI
+EDI is not supported in Camel Quarkus Smooks.
diff --git a/poms/bom/pom.xml b/poms/bom/pom.xml
index 6bcf98ddad..c18f0d3285 100644
--- a/poms/bom/pom.xml
+++ b/poms/bom/pom.xml
@@ -2579,6 +2579,10 @@
                         <groupId>xml-apis</groupId>
                         <artifactId>xml-apis</artifactId>
                     </exclusion>
+                    <exclusion>
+                        <groupId>org.smooks.cartridges.edi</groupId>
+                        <artifactId>smooks-edi-cartridge</artifactId>
+                    </exclusion>
                 </exclusions>
             </dependency>
             <dependency>
diff --git a/poms/bom/src/main/generated/flattened-full-pom.xml 
b/poms/bom/src/main/generated/flattened-full-pom.xml
index 5ba007fd54..ffde262f3a 100644
--- a/poms/bom/src/main/generated/flattened-full-pom.xml
+++ b/poms/bom/src/main/generated/flattened-full-pom.xml
@@ -2515,6 +2515,10 @@
             <groupId>xml-apis</groupId><!-- 
org.apache.camel.quarkus:camel-quarkus-bom:${project.version} -->
             <artifactId>xml-apis</artifactId><!-- 
org.apache.camel.quarkus:camel-quarkus-bom:${project.version} -->
           </exclusion>
+          <exclusion>
+            <groupId>org.smooks.cartridges.edi</groupId><!-- 
org.apache.camel.quarkus:camel-quarkus-bom:${project.version} -->
+            <artifactId>smooks-edi-cartridge</artifactId><!-- 
org.apache.camel.quarkus:camel-quarkus-bom:${project.version} -->
+          </exclusion>
         </exclusions>
       </dependency>
       <dependency>
diff --git a/poms/bom/src/main/generated/flattened-reduced-pom.xml 
b/poms/bom/src/main/generated/flattened-reduced-pom.xml
index 2886955d7c..301bb9b2d6 100644
--- a/poms/bom/src/main/generated/flattened-reduced-pom.xml
+++ b/poms/bom/src/main/generated/flattened-reduced-pom.xml
@@ -2505,6 +2505,10 @@
             <groupId>xml-apis</groupId>
             <artifactId>xml-apis</artifactId>
           </exclusion>
+          <exclusion>
+            <groupId>org.smooks.cartridges.edi</groupId>
+            <artifactId>smooks-edi-cartridge</artifactId>
+          </exclusion>
         </exclusions>
       </dependency>
       <dependency>
diff --git a/poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml 
b/poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml
index 05e57f4369..1648d3fab3 100644
--- a/poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml
+++ b/poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml
@@ -2505,6 +2505,10 @@
             <groupId>xml-apis</groupId><!-- 
org.apache.camel.quarkus:camel-quarkus-bom:${project.version} -->
             <artifactId>xml-apis</artifactId><!-- 
org.apache.camel.quarkus:camel-quarkus-bom:${project.version} -->
           </exclusion>
+          <exclusion>
+            <groupId>org.smooks.cartridges.edi</groupId><!-- 
org.apache.camel.quarkus:camel-quarkus-bom:${project.version} -->
+            <artifactId>smooks-edi-cartridge</artifactId><!-- 
org.apache.camel.quarkus:camel-quarkus-bom:${project.version} -->
+          </exclusion>
         </exclusions>
       </dependency>
       <dependency>

Reply via email to