This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch camel-2.x in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/camel-2.x by this push: new 63e52e4 Regen 63e52e4 is described below commit 63e52e4e43536a8ca0048419597e1ca3bf1d4001 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Sat Oct 19 10:19:13 2019 +0200 Regen --- components/camel-mqtt/pom.xml | 2 +- components/camel-mqtt/src/main/docs/mqtt-component.adoc | 5 +++-- components/camel-sql/src/main/docs/sql-component.adoc | 11 ++++++----- components/camel-sql/src/main/docs/sql-stored-component.adoc | 11 ++++++----- components/readme.adoc | 4 ++-- docs/components/modules/ROOT/nav.adoc | 2 +- docs/components/modules/ROOT/pages/mqtt-component.adoc | 5 +++-- docs/components/modules/ROOT/pages/sql-component.adoc | 6 +++++- docs/components/modules/ROOT/pages/sql-stored-component.adoc | 6 +++++- 9 files changed, 32 insertions(+), 20 deletions(-) diff --git a/components/camel-mqtt/pom.xml b/components/camel-mqtt/pom.xml index f638873..f114fe3 100644 --- a/components/camel-mqtt/pom.xml +++ b/components/camel-mqtt/pom.xml @@ -28,7 +28,7 @@ <artifactId>camel-mqtt</artifactId> <packaging>jar</packaging> - <name>Camel :: MQTT</name> + <name>Camel :: MQTT (deprecated)</name> <description>Camel MQTT client</description> <properties> diff --git a/components/camel-mqtt/src/main/docs/mqtt-component.adoc b/components/camel-mqtt/src/main/docs/mqtt-component.adoc index a0f284e..b1f5371 100644 --- a/components/camel-mqtt/src/main/docs/mqtt-component.adoc +++ b/components/camel-mqtt/src/main/docs/mqtt-component.adoc @@ -1,7 +1,8 @@ -[[mqtt-component]] -= MQTT Component += MQTT Component (deprecated) *Available as of Camel version 2.10* +*Available as of Camel version 2.10* + The *mqtt:* component is used for communicating with diff --git a/components/camel-sql/src/main/docs/sql-component.adoc b/components/camel-sql/src/main/docs/sql-component.adoc index c39fa82..07b8235 100644 --- a/components/camel-sql/src/main/docs/sql-component.adoc +++ b/components/camel-sql/src/main/docs/sql-component.adoc @@ -1,7 +1,8 @@ -[[sql-component]] -== SQL Component += SQL Component *Available as of Camel version 1.4* +*Available as of Camel version 1.4* + *Available as of Camel version 1.4* @@ -139,7 +140,7 @@ sql:query with the following path and query parameters: -==== Path Parameters (1 parameters): +=== Path Parameters (1 parameters): [width="100%",cols="2,5,^1,2",options="header"] @@ -149,7 +150,7 @@ with the following path and query parameters: |=== -==== Query Parameters (45 parameters): +=== Query Parameters (45 parameters): [width="100%",cols="2,5,^1,2",options="header"] @@ -878,4 +879,4 @@ To use this feature, add the following dependencies to your spring boot pom.xml </dependency> ---- -You should also include the specific database driver, if needed. \ No newline at end of file +You should also include the specific database driver, if needed. diff --git a/components/camel-sql/src/main/docs/sql-stored-component.adoc b/components/camel-sql/src/main/docs/sql-stored-component.adoc index 9d3888c..1f512d9 100644 --- a/components/camel-sql/src/main/docs/sql-stored-component.adoc +++ b/components/camel-sql/src/main/docs/sql-stored-component.adoc @@ -1,7 +1,8 @@ -[[sql-stored-component]] -== SQL Stored Procedure Component += SQL Stored Procedure Component *Available as of Camel version 2.17* +*Available as of Camel version 2.17* + *Available as of Camel version 2.17* @@ -93,7 +94,7 @@ sql-stored:template with the following path and query parameters: -==== Path Parameters (1 parameters): +=== Path Parameters (1 parameters): [width="100%",cols="2,5,^1,2",options="header"] @@ -103,7 +104,7 @@ with the following path and query parameters: |=== -==== Query Parameters (7 parameters): +=== Query Parameters (7 parameters): [width="100%",cols="2,5,^1,2",options="header"] @@ -280,4 +281,4 @@ To use this feature, add the following dependencies to your spring boot pom.xml </dependency> ---- -You should also include the specific database driver, if needed. \ No newline at end of file +You should also include the specific database driver, if needed. diff --git a/components/readme.adoc b/components/readme.adoc index 135e833..c206ae6 100644 --- a/components/readme.adoc +++ b/components/readme.adoc @@ -2,7 +2,7 @@ Components ^^^^^^^^^^ // components: START -Number of Components: 311 in 211 JAR artifacts (26 deprecated) +Number of Components: 311 in 211 JAR artifacts (27 deprecated) [width="100%",cols="4,1,5",options="header"] |=== @@ -606,7 +606,7 @@ Number of Components: 311 in 211 JAR artifacts (26 deprecated) `mongodb-gridfs:connectionBean` | 2.18 | Component for working with MongoDB GridFS. | link:camel-mqtt/src/main/docs/mqtt-component.adoc[MQTT] (camel-mqtt) + -`mqtt:name` | 2.10 | Component for communicating with MQTT M2M message brokers using FuseSource MQTT Client. +`mqtt:name` | 2.10 | *deprecated* Component for communicating with MQTT M2M message brokers using FuseSource MQTT Client. | link:camel-msv/src/main/docs/msv-component.adoc[MSV] (camel-msv) + `msv:resourceUri` | 1.1 | Validates the payload of a message using the MSV Library. diff --git a/docs/components/modules/ROOT/nav.adoc b/docs/components/modules/ROOT/nav.adoc index e62f387..2358d3b 100644 --- a/docs/components/modules/ROOT/nav.adoc +++ b/docs/components/modules/ROOT/nav.adoc @@ -242,7 +242,7 @@ * xref:mongodb-gridfs-component.adoc[MongoDB GridFS Component] * xref:mongodb-component.adoc[MongoDB Component (deprecated)] * xref:mongodb3-component.adoc[MongoDB Component] -* xref:mqtt-component.adoc[MQTT Component] +* xref:mqtt-component.adoc[MQTT Component (deprecated)] * xref:msv-component.adoc[MSV Component] * xref:mustache-component.adoc[Mustache Component] * xref:mvel-component.adoc[MVEL Component] diff --git a/docs/components/modules/ROOT/pages/mqtt-component.adoc b/docs/components/modules/ROOT/pages/mqtt-component.adoc index 8087e22..cda3eba 100644 --- a/docs/components/modules/ROOT/pages/mqtt-component.adoc +++ b/docs/components/modules/ROOT/pages/mqtt-component.adoc @@ -1,8 +1,9 @@ -[[mqtt-component]] -= MQTT Component += MQTT Component (deprecated) :page-source: components/camel-mqtt/src/main/docs/mqtt-component.adoc *Available as of Camel version 2.10* +*Available as of Camel version 2.10* + The *mqtt:* component is used for communicating with diff --git a/docs/components/modules/ROOT/pages/sql-component.adoc b/docs/components/modules/ROOT/pages/sql-component.adoc index 6ac77c7..4525709 100644 --- a/docs/components/modules/ROOT/pages/sql-component.adoc +++ b/docs/components/modules/ROOT/pages/sql-component.adoc @@ -1,8 +1,12 @@ -[[sql-component]] = SQL Component :page-source: components/camel-sql/src/main/docs/sql-component.adoc *Available as of Camel version 1.4* +*Available as of Camel version 1.4* + + +*Available as of Camel version 1.4* + The *sql:* component allows you to work with databases using JDBC diff --git a/docs/components/modules/ROOT/pages/sql-stored-component.adoc b/docs/components/modules/ROOT/pages/sql-stored-component.adoc index b4f6580..02cf923 100644 --- a/docs/components/modules/ROOT/pages/sql-stored-component.adoc +++ b/docs/components/modules/ROOT/pages/sql-stored-component.adoc @@ -1,8 +1,12 @@ -[[sql-stored-component]] = SQL Stored Procedure Component :page-source: components/camel-sql/src/main/docs/sql-stored-component.adoc *Available as of Camel version 2.17* +*Available as of Camel version 2.17* + + +*Available as of Camel version 2.17* + The *sql-stored:* component allows you to work with databases using JDBC