Skip to content

Commit

Permalink
Support for camel-xml-io apache#849 (regen)
Browse files Browse the repository at this point in the history
  • Loading branch information
lburgazzoli committed Mar 5, 2020
1 parent 0da3982 commit c5c2d91
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions docs/modules/ROOT/pages/list-of-camel-quarkus-extensions.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ Number of Camel languages: 11 in 5 JAR artifacts (0 deprecated)

| link:https://camel.apache.org/components/latest/tokenize-language.html[Tokenize] (camel-quarkus-core) | 0.2.0 | To use Camel message body or header with a tokenizer in Camel expressions or predicates.

| link:https://camel.apache.org/components/latest/xtokenize-language.html[XML Tokenize] (camel-quarkus-xml-jaxp) | 0.3.0 | To use Camel message body or header with a XML tokenizer in Camel expressions or predicates.
| link:https://camel.apache.org/components/latest/xtokenize-language.html[XML Tokenize] (camel-quarkus-xml-jaxp) | 1.0.0-M5 | To use Camel message body or header with a XML tokenizer in Camel expressions or predicates.

| link:https://camel.apache.org/components/latest/xpath-language.html[XPath] (camel-quarkus-xpath) | 1.0.0-M4 | To use XPath (XML) in Camel expressions or predicates.
|===
Expand Down Expand Up @@ -349,8 +349,8 @@ Number of miscellaneous extensions: 10 in 10 JAR artifacts (0 deprecated)

| (camel-quarkus-reactive-executor) | 0.3.0 | Reactive Executor for camel-core using Vert.x

| (camel-quarkus-xml-io) | 0.3.0 | Includes implementations of Camel's fast and lightweight XML parse
| (camel-quarkus-xml-io) | 1.0.0-M5 | Includes implementations of Camel's fast and lightweight XML parse

| (camel-quarkus-xml-jaxb) | 0.3.0 | Includes implementations of Java Architecture for XML Binding (JAXB)
| (camel-quarkus-xml-jaxb) | 1.0.0-M5 | Includes implementations of Java Architecture for XML Binding (JAXB)
|===
// others: END
6 changes: 3 additions & 3 deletions extensions/readme.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ Number of Camel languages: 11 in 5 JAR artifacts (0 deprecated)

| link:https://camel.apache.org/components/latest/tokenize-language.html[Tokenize] (camel-quarkus-core) | 0.2.0 | To use Camel message body or header with a tokenizer in Camel expressions or predicates.

| link:https://camel.apache.org/components/latest/xtokenize-language.html[XML Tokenize] (camel-quarkus-xml-jaxp) | 0.3.0 | To use Camel message body or header with a XML tokenizer in Camel expressions or predicates.
| link:https://camel.apache.org/components/latest/xtokenize-language.html[XML Tokenize] (camel-quarkus-xml-jaxp) | 1.0.0-M5 | To use Camel message body or header with a XML tokenizer in Camel expressions or predicates.

| link:https://camel.apache.org/components/latest/xpath-language.html[XPath] (camel-quarkus-xpath) | 1.0.0-M4 | To use XPath (XML) in Camel expressions or predicates.
|===
Expand Down Expand Up @@ -339,9 +339,9 @@ Number of miscellaneous extensions: 10 in 10 JAR artifacts (0 deprecated)

| (camel-quarkus-reactive-executor) | 0.3.0 | Reactive Executor for camel-core using Vert.x

| (camel-quarkus-xml-io) | 0.3.0 | Includes implementations of Camel's fast and lightweight XML parse
| (camel-quarkus-xml-io) | 1.0.0-M5 | Includes implementations of Camel's fast and lightweight XML parse

| (camel-quarkus-xml-jaxb) | 0.3.0 | Includes implementations of Java Architecture for XML Binding (JAXB)
| (camel-quarkus-xml-jaxb) | 1.0.0-M5 | Includes implementations of Java Architecture for XML Binding (JAXB)
|===
// others: END

0 comments on commit c5c2d91

Please sign in to comment.