You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ja...@apache.org on 2023/12/11 07:34:43 UTC

(camel-quarkus) branch 2.13.x updated: XML Tokenize language (xtokenize) has nothing to do with camel-quarkus-xml-jaxp, thus remove the Usage section from camel-quarkus-xml-jaxp docs page suggesting to add camel-quarkus-support-stax for XML Tokenize language to work

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

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


The following commit(s) were added to refs/heads/2.13.x by this push:
     new 0b0a52994c XML Tokenize language (xtokenize) has nothing to do with camel-quarkus-xml-jaxp, thus remove the Usage section from camel-quarkus-xml-jaxp docs page suggesting to add camel-quarkus-support-stax for XML Tokenize language to work
0b0a52994c is described below

commit 0b0a52994ca59bcaf879e50278c2ede09fc88c90
Author: Peter Palaga <pp...@redhat.com>
AuthorDate: Fri Dec 8 17:41:09 2023 +0100

    XML Tokenize language (xtokenize) has nothing to do with camel-quarkus-xml-jaxp, thus remove the Usage section from camel-quarkus-xml-jaxp docs page suggesting to add camel-quarkus-support-stax for XML Tokenize language to work
---
 .../modules/ROOT/pages/reference/extensions/xml-jaxp.adoc | 15 ---------------
 extensions-core/xml-jaxp/runtime/src/main/doc/usage.adoc  | 11 -----------
 2 files changed, 26 deletions(-)

diff --git a/docs/modules/ROOT/pages/reference/extensions/xml-jaxp.adoc b/docs/modules/ROOT/pages/reference/extensions/xml-jaxp.adoc
index ec85bc2ae8..fb7c065237 100644
--- a/docs/modules/ROOT/pages/reference/extensions/xml-jaxp.adoc
+++ b/docs/modules/ROOT/pages/reference/extensions/xml-jaxp.adoc
@@ -44,18 +44,3 @@ Or add the coordinates to your existing project:
 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-xml-jaxp-usage"]
-== Usage
-To use the XML Tokenize language, a StAX Reader implementation must be present on the classpath.
-
-For convenience, Camel Quarkus provides a StAX extension with native mode support.
-
-[source,xml]
-----
-<dependency>
-    <groupId>org.apache.camel.quarkus</groupId>
-    <artifactId>camel-quarkus-support-stax</artifactId>
-</dependency>
-----
-
diff --git a/extensions-core/xml-jaxp/runtime/src/main/doc/usage.adoc b/extensions-core/xml-jaxp/runtime/src/main/doc/usage.adoc
deleted file mode 100644
index b49c71e2d7..0000000000
--- a/extensions-core/xml-jaxp/runtime/src/main/doc/usage.adoc
+++ /dev/null
@@ -1,11 +0,0 @@
-To use the XML Tokenize language, a StAX Reader implementation must be present on the classpath.
-
-For convenience, Camel Quarkus provides a StAX extension with native mode support.
-
-[source,xml]
-----
-<dependency>
-    <groupId>org.apache.camel.quarkus</groupId>
-    <artifactId>camel-quarkus-support-stax</artifactId>
-</dependency>
-----