This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch 2.16.x in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
The following commit(s) were added to refs/heads/2.16.x by this push: new 2364d54451 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 2364d54451 is described below commit 2364d54451f58a477efae87ac30c0b5d93f4c0ca Author: Peter Palaga <ppal...@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 a12019d80a..f7d37c3b7b 100644 --- a/docs/modules/ROOT/pages/reference/extensions/xml-jaxp.adoc +++ b/docs/modules/ROOT/pages/reference/extensions/xml-jaxp.adoc @@ -37,18 +37,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> -----