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 ba3ab0f Downgrade Karaf to version 4.2.5 ba3ab0f is described below commit ba3ab0fde609b8678759df33885c1d371d2fa1fe Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Wed Jun 12 08:49:34 2019 +0200 Downgrade Karaf to version 4.2.5 --- components/camel-cm-sms/src/main/docs/cm-sms-component.adoc | 6 +++--- parent/pom.xml | 2 +- 2 files changed, 4 insertions(+), 4 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 d40ba67..4470bc5 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 @@ -71,10 +71,10 @@ 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) +| *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 | *lazyStartProducer* (producer) | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then creating and [...] -| *productToken* (producer) | *Required* The unique token to use | | String) +| *productToken* (producer) | *Required* The unique token to use | | String | *testConnectionOnStartup* (producer) | Whether to test the connection to the SMS Gateway on startup | false | boolean | *basicPropertyBinding* (advanced) | Whether the endpoint should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | 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/parent/pom.xml b/parent/pom.xml index 2834d44..ba860a6 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -436,7 +436,7 @@ <jzlib-bundle-version>1.1.3_2</jzlib-bundle-version> <kafka-version>2.2.0</kafka-version> <kafka-bundle-version>2.2.0_1</kafka-bundle-version> - <karaf4-version>4.2.6</karaf4-version> + <karaf4-version>4.2.5</karaf4-version> <kie-version>7.22.0.Final</kie-version> <kubernetes-client-version>4.1.1</kubernetes-client-version> <kubernetes-model-version>4.1.1</kubernetes-model-version>