You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2019/11/13 06:19:37 UTC

[camel-quarkus] 03/03: #406 regen

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

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

commit ab8546d66774bf021c8fc5808bcea3576f5099dc
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Wed Nov 13 07:19:21 2019 +0100

    #406 regen
---
 docs/modules/ROOT/pages/list-of-camel-quarkus-extensions.adoc | 5 ++++-
 extensions/readme.adoc                                        | 5 ++++-
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/docs/modules/ROOT/pages/list-of-camel-quarkus-extensions.adoc b/docs/modules/ROOT/pages/list-of-camel-quarkus-extensions.adoc
index 122c3aa..b31be72 100644
--- a/docs/modules/ROOT/pages/list-of-camel-quarkus-extensions.adoc
+++ b/docs/modules/ROOT/pages/list-of-camel-quarkus-extensions.adoc
@@ -6,7 +6,7 @@ As of Camel Quarkus {camel-quarkus-last-release} the following Camel artifacts a
 == Camel Components
 
 // components: START
-Number of Camel components: 31 in 27 JAR artifacts (0 deprecated)
+Number of Camel components: 32 in 28 JAR artifacts (0 deprecated)
 
 [width="100%",cols="4,1,5",options="header"]
 |===
@@ -105,6 +105,9 @@ Number of Camel components: 31 in 27 JAR artifacts (0 deprecated)
 | link:https://camel.apache.org/components/latest/vm-component.html[VM] (camel-quarkus-vm) +
 `vm:name` | 0.3 | The vm component provides asynchronous call to another endpoint from the same CamelContext.
 
+| link:https://camel.apache.org/components/latest/xslt-component.html[XSLT] (camel-quarkus-xslt) +
+`xslt:resourceUri` | 0.4 | Transforms the message using a XSLT template.
+
 |===
 // components: END
 
diff --git a/extensions/readme.adoc b/extensions/readme.adoc
index d3f060d..6b004d7 100644
--- a/extensions/readme.adoc
+++ b/extensions/readme.adoc
@@ -5,7 +5,7 @@ Apache Camel Quarkus supports the following Camel artifacts as Quarkus Extension
 == Camel Components
 
 // components: START
-Number of Camel components: 31 in 27 JAR artifacts (0 deprecated)
+Number of Camel components: 32 in 28 JAR artifacts (0 deprecated)
 
 [width="100%",cols="4,1,5",options="header"]
 |===
@@ -104,6 +104,9 @@ Number of Camel components: 31 in 27 JAR artifacts (0 deprecated)
 | link:https://camel.apache.org/components/latest/vm-component.html[VM] (camel-quarkus-vm) +
 `vm:name` | 0.3 | The vm component provides asynchronous call to another endpoint from the same CamelContext.
 
+| link:https://camel.apache.org/components/latest/xslt-component.html[XSLT] (camel-quarkus-xslt) +
+`xslt:resourceUri` | 0.4 | Transforms the message using a XSLT template.
+
 |===
 // components: END