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 78b1a58 Regen
78b1a58 is described below
commit 78b1a58f5cb41eaf0505ed084f7781a15046e686
Author: Andrea Cosentino <[email protected]>
AuthorDate: Tue Apr 16 09:05:01 2019 +0200
Regen
---
components/camel-cm-sms/src/main/docs/cm-sms-component.adoc | 6 +++---
components/readme.adoc | 9 +++++----
docs/components/modules/ROOT/pages/cm-sms-component.adoc | 6 +++---
3 files changed, 11 insertions(+), 10 deletions(-)
diff --git a/components/camel-cm-sms/src/main/docs/cm-sms-component.adoc
b/components/camel-cm-sms/src/main/docs/cm-sms-component.adoc
index de3518c..fa018a4 100644
--- a/components/camel-cm-sms/src/main/docs/cm-sms-component.adoc
+++ b/components/camel-cm-sms/src/main/docs/cm-sms-component.adoc
@@ -62,9 +62,9 @@ with the following path and query parameters:
[width="100%",cols="2,5,^1,2",options="header"]
|===
| Name | Description | Default | Type
-| *defaultFrom* (producer) | This is the sender name. The maximum length is 11
characters. | | String
-| *defaultMaxNumberOfParts* (producer) | If it is a multipart message forces
the max number. Message can be truncated. Technically the gateway will first
check if a message is larger than 160 characters, if so, the message will be
cut into multiple 153 characters parts limited by these parameters. | 8 |
Max(8L)Int
-| *productToken* (producer) | *Required* The unique token to use | | String
+| *defaultFrom* (producer) | This is the sender name. The maximum length is 11
characters. | | String)
+| *defaultMaxNumberOfParts* (producer) | If it is a multipart message forces
the max number. Message can be truncated. Technically the gateway will first
check if a message is larger than 160 characters, if so, the message will be
cut into multiple 153 characters parts limited by these parameters. | 8 |
Max(8L)::Int)
+| *productToken* (producer) | *Required* The unique token to use | | String)
| *testConnectionOnStartup* (producer) | Whether to test the connection to the
SMS Gateway on startup | false | boolean
| *synchronous* (advanced) | Sets whether synchronous processing should be
strictly used, or Camel is allowed to use asynchronous processing (if
supported). | false | boolean
|===
diff --git a/components/readme.adoc b/components/readme.adoc
index 82a2667..9349d40 100644
--- a/components/readme.adoc
+++ b/components/readme.adoc
@@ -1,7 +1,7 @@
==== Components
// components: START
-Number of Components: 294 in 230 JAR artifacts (0 deprecated)
+Number of Components: 295 in 231 JAR artifacts (0 deprecated)
[width="100%",cols="4,1,5",options="header"]
|===
@@ -331,6 +331,9 @@ Number of Components: 294 in 230 JAR artifacts (0
deprecated)
| link:camel-gora/src/main/docs/gora-component.adoc[Gora] (camel-gora) +
`gora:name` | 2.14 | The gora component allows you to work with NoSQL
databases using the Apache Gora framework.
+| link:camel-grape/src/main/docs/grape-component.adoc[Grape] (camel-grape) +
+`grape:defaultCoordinates` | 2.16 | The grape component allows you to fetch,
load and manage additional jars when CamelContext is running.
+
| link:camel-grpc/src/main/docs/grpc-component.adoc[gRPC] (camel-grpc) +
`grpc:host:port/service` | 2.19 | The gRPC component allows to call and expose
remote procedures via HTTP/2 with protobuf dataformat
@@ -1048,7 +1051,7 @@ Number of Languages: 18 in 9 JAR artifacts (1 deprecated)
==== Miscellaneous Components
// others: START
-Number of Miscellaneous Components: 31 in 31 JAR artifacts (0 deprecated)
+Number of Miscellaneous Components: 30 in 30 JAR artifacts (0 deprecated)
[width="100%",cols="4,1,5",options="header"]
|===
@@ -1060,8 +1063,6 @@ Number of Miscellaneous Components: 31 in 31 JAR
artifacts (0 deprecated)
| link:camel-cxf-transport/src/main/docs/cxf-transport.adoc[CXF Transport]
(camel-cxf-transport) | 2.8 | Camel Transport for Apache CXF
-| link:camel-grape/src/main/docs/grape.adoc[Grape] (camel-grape) | | The
grape component allows you to fetch, load and manage additional jars when
CamelContext is running
-
| link:camel-hystrix/src/main/docs/hystrix.adoc[Hystrix] (camel-hystrix) |
2.18 | Circuit Breaker EIP using Netflix Hystrix
| link:camel-jasypt/src/main/docs/jasypt.adoc[Jasypt] (camel-jasypt) | 2.5 |
Security using Jasypt
diff --git a/docs/components/modules/ROOT/pages/cm-sms-component.adoc
b/docs/components/modules/ROOT/pages/cm-sms-component.adoc
index de3518c..fa018a4 100644
--- a/docs/components/modules/ROOT/pages/cm-sms-component.adoc
+++ b/docs/components/modules/ROOT/pages/cm-sms-component.adoc
@@ -62,9 +62,9 @@ with the following path and query parameters:
[width="100%",cols="2,5,^1,2",options="header"]
|===
| Name | Description | Default | Type
-| *defaultFrom* (producer) | This is the sender name. The maximum length is 11
characters. | | String
-| *defaultMaxNumberOfParts* (producer) | If it is a multipart message forces
the max number. Message can be truncated. Technically the gateway will first
check if a message is larger than 160 characters, if so, the message will be
cut into multiple 153 characters parts limited by these parameters. | 8 |
Max(8L)Int
-| *productToken* (producer) | *Required* The unique token to use | | String
+| *defaultFrom* (producer) | This is the sender name. The maximum length is 11
characters. | | String)
+| *defaultMaxNumberOfParts* (producer) | If it is a multipart message forces
the max number. Message can be truncated. Technically the gateway will first
check if a message is larger than 160 characters, if so, the message will be
cut into multiple 153 characters parts limited by these parameters. | 8 |
Max(8L)::Int)
+| *productToken* (producer) | *Required* The unique token to use | | String)
| *testConnectionOnStartup* (producer) | Whether to test the connection to the
SMS Gateway on startup | false | boolean
| *synchronous* (advanced) | Sets whether synchronous processing should be
strictly used, or Camel is allowed to use asynchronous processing (if
supported). | false | boolean
|===