You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by al...@apache.org on 2022/10/31 20:13:07 UTC

[camel-quarkus] branch main updated: replace doc occurence of camel-quarkus-jaxp with camel-quarkus-xml-jaxp

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

aldettinger 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 9f3ce385cc replace doc occurence of camel-quarkus-jaxp with camel-quarkus-xml-jaxp
9f3ce385cc is described below

commit 9f3ce385cc976c238171766ffebab352ffffa1a5
Author: aldettinger <al...@gmail.com>
AuthorDate: Mon Oct 31 17:28:47 2022 +0100

    replace doc occurence of camel-quarkus-jaxp with camel-quarkus-xml-jaxp
---
 docs/modules/ROOT/pages/reference/extensions/activemq.adoc | 2 +-
 docs/modules/ROOT/pages/reference/extensions/amqp.adoc     | 2 +-
 docs/modules/ROOT/pages/reference/extensions/jms.adoc      | 2 +-
 docs/modules/ROOT/pages/reference/extensions/sjms.adoc     | 2 +-
 docs/modules/ROOT/pages/reference/extensions/sjms2.adoc    | 2 +-
 extensions/activemq/runtime/src/main/doc/usage.adoc        | 2 +-
 extensions/amqp/runtime/src/main/doc/usage.adoc            | 2 +-
 extensions/jms/runtime/src/main/doc/usage.adoc             | 2 +-
 extensions/sjms/runtime/src/main/doc/usage.adoc            | 2 +-
 extensions/sjms2/runtime/src/main/doc/usage.adoc           | 2 +-
 10 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/docs/modules/ROOT/pages/reference/extensions/activemq.adoc b/docs/modules/ROOT/pages/reference/extensions/activemq.adoc
index f9689264c8..068614c7c5 100644
--- a/docs/modules/ROOT/pages/reference/extensions/activemq.adoc
+++ b/docs/modules/ROOT/pages/reference/extensions/activemq.adoc
@@ -51,7 +51,7 @@ endif::[]
 === Message mapping with `org.w3c.dom.Node`
 
 The Camel ActiveMQ component supports message mapping between `javax.jms.Message` and `org.apache.camel.Message`. When wanting to convert a Camel message body type of `org.w3c.dom.Node`,
-you must ensure that the `camel-quarkus-jaxp` extension is present on the classpath.
+you must ensure that the `camel-quarkus-xml-jaxp` extension is present on the classpath.
 
 [id="extensions-activemq-usage-native-mode-support-for-javax-jms-objectmessage"]
 === Native mode support for javax.jms.ObjectMessage
diff --git a/docs/modules/ROOT/pages/reference/extensions/amqp.adoc b/docs/modules/ROOT/pages/reference/extensions/amqp.adoc
index 6b74401fe8..04089bdcda 100644
--- a/docs/modules/ROOT/pages/reference/extensions/amqp.adoc
+++ b/docs/modules/ROOT/pages/reference/extensions/amqp.adoc
@@ -51,7 +51,7 @@ endif::[]
 === Message mapping with `org.w3c.dom.Node`
 
 The Camel AMQP component supports message mapping between `javax.jms.Message` and `org.apache.camel.Message`. When wanting to convert a Camel message body type of `org.w3c.dom.Node`,
-you must ensure that the `camel-quarkus-jaxp` extension is present on the classpath.
+you must ensure that the `camel-quarkus-xml-jaxp` extension is present on the classpath.
 
 [id="extensions-amqp-usage-native-mode-support-for-javax-jms-objectmessage"]
 === Native mode support for javax.jms.ObjectMessage
diff --git a/docs/modules/ROOT/pages/reference/extensions/jms.adoc b/docs/modules/ROOT/pages/reference/extensions/jms.adoc
index 1a9afef8c5..65e70767ee 100644
--- a/docs/modules/ROOT/pages/reference/extensions/jms.adoc
+++ b/docs/modules/ROOT/pages/reference/extensions/jms.adoc
@@ -51,7 +51,7 @@ endif::[]
 === Message mapping with `org.w3c.dom.Node`
 
 The Camel JMS component supports message mapping between `javax.jms.Message` and `org.apache.camel.Message`. When wanting to convert a Camel message body type of `org.w3c.dom.Node`, 
-you must ensure that the `camel-quarkus-jaxp` extension is present on the classpath.
+you must ensure that the `camel-quarkus-xml-jaxp` extension is present on the classpath.
 
 [id="extensions-jms-usage-native-mode-support-for-javax-jms-objectmessage"]
 === Native mode support for javax.jms.ObjectMessage
diff --git a/docs/modules/ROOT/pages/reference/extensions/sjms.adoc b/docs/modules/ROOT/pages/reference/extensions/sjms.adoc
index 70297c433e..801155fe7c 100644
--- a/docs/modules/ROOT/pages/reference/extensions/sjms.adoc
+++ b/docs/modules/ROOT/pages/reference/extensions/sjms.adoc
@@ -51,7 +51,7 @@ endif::[]
 === Message mapping with `org.w3c.dom.Node`
 
 The Camel SJMS component supports message mapping between `javax.jms.Message` and `org.apache.camel.Message`. When wanting to convert a Camel message body type of `org.w3c.dom.Node`,
-you must ensure that the `camel-quarkus-jaxp` extension is present on the classpath.
+you must ensure that the `camel-quarkus-xml-jaxp` extension is present on the classpath.
 
 [id="extensions-sjms-usage-native-mode-support-for-javax-jms-objectmessage"]
 === Native mode support for javax.jms.ObjectMessage
diff --git a/docs/modules/ROOT/pages/reference/extensions/sjms2.adoc b/docs/modules/ROOT/pages/reference/extensions/sjms2.adoc
index f0bbb72347..15fda612e4 100644
--- a/docs/modules/ROOT/pages/reference/extensions/sjms2.adoc
+++ b/docs/modules/ROOT/pages/reference/extensions/sjms2.adoc
@@ -51,7 +51,7 @@ endif::[]
 === Message mapping with `org.w3c.dom.Node`
 
 The Camel SJMS2 component supports message mapping between `javax.jms.Message` and `org.apache.camel.Message`. When wanting to convert a Camel message body type of `org.w3c.dom.Node`,
-you must ensure that the `camel-quarkus-jaxp` extension is present on the classpath.
+you must ensure that the `camel-quarkus-xml-jaxp` extension is present on the classpath.
 
 [id="extensions-sjms2-usage-native-mode-support-for-javax-jms-objectmessage"]
 === Native mode support for javax.jms.ObjectMessage
diff --git a/extensions/activemq/runtime/src/main/doc/usage.adoc b/extensions/activemq/runtime/src/main/doc/usage.adoc
index f7a9279972..3fd59c5fa5 100644
--- a/extensions/activemq/runtime/src/main/doc/usage.adoc
+++ b/extensions/activemq/runtime/src/main/doc/usage.adoc
@@ -1,7 +1,7 @@
 === Message mapping with `org.w3c.dom.Node`
 
 The Camel ActiveMQ component supports message mapping between `javax.jms.Message` and `org.apache.camel.Message`. When wanting to convert a Camel message body type of `org.w3c.dom.Node`,
-you must ensure that the `camel-quarkus-jaxp` extension is present on the classpath.
+you must ensure that the `camel-quarkus-xml-jaxp` extension is present on the classpath.
 
 === Native mode support for javax.jms.ObjectMessage
 
diff --git a/extensions/amqp/runtime/src/main/doc/usage.adoc b/extensions/amqp/runtime/src/main/doc/usage.adoc
index 24c9bdada9..3b72792a57 100644
--- a/extensions/amqp/runtime/src/main/doc/usage.adoc
+++ b/extensions/amqp/runtime/src/main/doc/usage.adoc
@@ -1,7 +1,7 @@
 === Message mapping with `org.w3c.dom.Node`
 
 The Camel AMQP component supports message mapping between `javax.jms.Message` and `org.apache.camel.Message`. When wanting to convert a Camel message body type of `org.w3c.dom.Node`,
-you must ensure that the `camel-quarkus-jaxp` extension is present on the classpath.
+you must ensure that the `camel-quarkus-xml-jaxp` extension is present on the classpath.
 
 === Native mode support for javax.jms.ObjectMessage
 
diff --git a/extensions/jms/runtime/src/main/doc/usage.adoc b/extensions/jms/runtime/src/main/doc/usage.adoc
index d8f4cacc7f..9c786a69f7 100644
--- a/extensions/jms/runtime/src/main/doc/usage.adoc
+++ b/extensions/jms/runtime/src/main/doc/usage.adoc
@@ -1,7 +1,7 @@
 === Message mapping with `org.w3c.dom.Node`
 
 The Camel JMS component supports message mapping between `javax.jms.Message` and `org.apache.camel.Message`. When wanting to convert a Camel message body type of `org.w3c.dom.Node`, 
-you must ensure that the `camel-quarkus-jaxp` extension is present on the classpath.
+you must ensure that the `camel-quarkus-xml-jaxp` extension is present on the classpath.
 
 === Native mode support for javax.jms.ObjectMessage
 
diff --git a/extensions/sjms/runtime/src/main/doc/usage.adoc b/extensions/sjms/runtime/src/main/doc/usage.adoc
index 0ab80b51f9..11b8da971d 100644
--- a/extensions/sjms/runtime/src/main/doc/usage.adoc
+++ b/extensions/sjms/runtime/src/main/doc/usage.adoc
@@ -1,7 +1,7 @@
 === Message mapping with `org.w3c.dom.Node`
 
 The Camel SJMS component supports message mapping between `javax.jms.Message` and `org.apache.camel.Message`. When wanting to convert a Camel message body type of `org.w3c.dom.Node`,
-you must ensure that the `camel-quarkus-jaxp` extension is present on the classpath.
+you must ensure that the `camel-quarkus-xml-jaxp` extension is present on the classpath.
 
 === Native mode support for javax.jms.ObjectMessage
 
diff --git a/extensions/sjms2/runtime/src/main/doc/usage.adoc b/extensions/sjms2/runtime/src/main/doc/usage.adoc
index 801071718e..ebc33960e4 100644
--- a/extensions/sjms2/runtime/src/main/doc/usage.adoc
+++ b/extensions/sjms2/runtime/src/main/doc/usage.adoc
@@ -1,7 +1,7 @@
 === Message mapping with `org.w3c.dom.Node`
 
 The Camel SJMS2 component supports message mapping between `javax.jms.Message` and `org.apache.camel.Message`. When wanting to convert a Camel message body type of `org.w3c.dom.Node`,
-you must ensure that the `camel-quarkus-jaxp` extension is present on the classpath.
+you must ensure that the `camel-quarkus-xml-jaxp` extension is present on the classpath.
 
 === Native mode support for javax.jms.ObjectMessage