This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push:
new 15afa8f Regen
15afa8f is described below
commit 15afa8f7c0d02145fa082fd20a71848fd77db259
Author: Andrea Cosentino <[email protected]>
AuthorDate: Tue Jan 21 15:43:39 2020 +0100
Regen
---
docs/components/modules/ROOT/pages/iec60870-client-component.adoc | 3 ++-
docs/components/modules/ROOT/pages/iec60870-server-component.adoc | 3 ++-
docs/components/modules/ROOT/pages/sql-component.adoc | 2 +-
3 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/docs/components/modules/ROOT/pages/iec60870-client-component.adoc
b/docs/components/modules/ROOT/pages/iec60870-client-component.adoc
index 6f66fc2..c31ddff 100644
--- a/docs/components/modules/ROOT/pages/iec60870-client-component.adoc
+++ b/docs/components/modules/ROOT/pages/iec60870-client-component.adoc
@@ -78,7 +78,7 @@ with the following path and query parameters:
|===
-=== Query Parameters (21 parameters):
+=== Query Parameters (22 parameters):
[width="100%",cols="2,5,^1,2",options="header"]
@@ -101,6 +101,7 @@ with the following path and query parameters:
| *timeout2* (connection) | Timeout T2 in milliseconds. | 10000 | int
| *timeout3* (connection) | Timeout T3 in milliseconds. | 20000 | int
| *causeSourceAddress* (data) | Whether to include the source address | | byte
+| *connectionTimeout* (data) | Timeout in millis to wait for client to
establish a connected connection. | 10000 | int
| *ignoreBackgroundScan* (data) | Whether background scan transmissions should
be ignored. | true | boolean
| *ignoreDaylightSavingTime* (data) | Whether to ignore or respect DST | false
| boolean
| *timeZone* (data) | The timezone to use. May be any Java time zone string |
UTC | TimeZone
diff --git a/docs/components/modules/ROOT/pages/iec60870-server-component.adoc
b/docs/components/modules/ROOT/pages/iec60870-server-component.adoc
index 76c0380..43af293 100644
--- a/docs/components/modules/ROOT/pages/iec60870-server-component.adoc
+++ b/docs/components/modules/ROOT/pages/iec60870-server-component.adoc
@@ -81,7 +81,7 @@ with the following path and query parameters:
|===
-=== Query Parameters (22 parameters):
+=== Query Parameters (23 parameters):
[width="100%",cols="2,5,^1,2",options="header"]
@@ -105,6 +105,7 @@ with the following path and query parameters:
| *timeout2* (connection) | Timeout T2 in milliseconds. | 10000 | int
| *timeout3* (connection) | Timeout T3 in milliseconds. | 20000 | int
| *causeSourceAddress* (data) | Whether to include the source address | | byte
+| *connectionTimeout* (data) | Timeout in millis to wait for client to
establish a connected connection. | 10000 | int
| *ignoreBackgroundScan* (data) | Whether background scan transmissions should
be ignored. | true | boolean
| *ignoreDaylightSavingTime* (data) | Whether to ignore or respect DST | false
| boolean
| *timeZone* (data) | The timezone to use. May be any Java time zone string |
UTC | TimeZone
diff --git a/docs/components/modules/ROOT/pages/sql-component.adoc
b/docs/components/modules/ROOT/pages/sql-component.adoc
index 53126ab..25ec5b1 100644
--- a/docs/components/modules/ROOT/pages/sql-component.adoc
+++ b/docs/components/modules/ROOT/pages/sql-component.adoc
@@ -870,7 +870,7 @@ To use this feature, add the following dependencies to your
spring boot pom.xml
[source,xml]
----
<dependency>
- <groupId>org.apache.camel</groupId>
+ <groupId>org.apache.camel.springboot</groupId>
<artifactId>camel-sql-starter</artifactId>
<version>${camel.version}</version> <!-- use the same version as your
Camel core version -->
</dependency>