This is an automated email from the ASF dual-hosted git repository.
zregvart 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 5a3eaf1 Regen
5a3eaf1 is described below
commit 5a3eaf10a7302922147f03ee33721240674763a2
Author: Zoran Regvart <[email protected]>
AuthorDate: Fri Nov 30 14:56:49 2018 +0000
Regen
---
.../camel-as2/camel-as2-component/src/main/docs/as2-component.adoc | 3 ++-
.../src/main/docs/google-sheets-stream-component.adoc | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git
a/components/camel-as2/camel-as2-component/src/main/docs/as2-component.adoc
b/components/camel-as2/camel-as2-component/src/main/docs/as2-component.adoc
index 11bfb22..0c1180c 100644
--- a/components/camel-as2/camel-as2-component/src/main/docs/as2-component.adoc
+++ b/components/camel-as2/camel-as2-component/src/main/docs/as2-component.adoc
@@ -113,7 +113,7 @@ with the following path and query parameters:
=== Spring Boot Auto-Configuration
-The component supports 28 options, which are listed below.
+The component supports 29 options, which are listed below.
@@ -126,6 +126,7 @@ The component supports 28 options, which are listed below.
| *camel.component.as2.configuration.as2-to* | The value of the AS2To header
of AS2 message. | | String
| *camel.component.as2.configuration.as2-version* | The version of the AS2
protocol. | 1.1 | String
| *camel.component.as2.configuration.client-fqdn* | The Client Fully Qualified
Domain Name (FQDN). Used in message ids sent by endpoint. | camel.apache.org |
String
+| *camel.component.as2.configuration.compression-algorithm* | The algorithm
used to compress EDI message. | | AS2Compression Algorithm
| *camel.component.as2.configuration.disposition-notification-to* | The value
of the Disposition-Notification-To header. Assigning a value to this parameter
requests a message disposition notification (MDN) for the AS2 message. | |
String
| *camel.component.as2.configuration.edi-message-transfer-encoding* | The
transfer encoding of EDI message. | | String
| *camel.component.as2.configuration.edi-message-type* | The content type of
EDI message. One of application/edifact, application/edi-x12,
application/edi-consent | | ContentType
diff --git
a/components/camel-google-sheets/src/main/docs/google-sheets-stream-component.adoc
b/components/camel-google-sheets/src/main/docs/google-sheets-stream-component.adoc
index bc58b0b..ac98fdc 100644
---
a/components/camel-google-sheets/src/main/docs/google-sheets-stream-component.adoc
+++
b/components/camel-google-sheets/src/main/docs/google-sheets-stream-component.adoc
@@ -122,7 +122,7 @@ with the following path and query parameters:
=== Spring Boot Auto-Configuration
-The component supports 16 options, which are listed below.
+The component supports 17 options, which are listed below.
@@ -141,6 +141,7 @@ The component supports 16 options, which are listed below.
| *camel.component.google-sheets-stream.configuration.range* | Specifies the
range of rows and columns in a sheet to get data from. | | String
| *camel.component.google-sheets-stream.configuration.refresh-token* | OAuth 2
refresh token. Using this, the Google Calendar component can obtain a new
accessToken whenever the current one expires - a necessity if the application
is long-lived. | | String
| *camel.component.google-sheets-stream.configuration.scopes* | Specifies the
level of permissions you want a sheets application to have to a user account.
See https://developers.google.com/identity/protocols/googlescopes for more
info. | | List
+| *camel.component.google-sheets-stream.configuration.split-results* | True if
value range result should be split into rows or columns to process each of them
individually. When true each row or column is represented with a separate
exchange in batch processing. Otherwise value range object is used as exchange
junk size. | false | Boolean
| *camel.component.google-sheets-stream.configuration.spreadsheet-id* |
Specifies the spreadsheet identifier that is used to identify the target to
obtain. | | String
| *camel.component.google-sheets-stream.configuration.value-render-option* |
Determines how values should be rendered in the output. | FORMATTED_VALUE |
String
| *camel.component.google-sheets-stream.enabled* | Whether to enable auto
configuration of the google-sheets-stream component. This is enabled by
default. | | Boolean