This is an automated email from the ASF dual-hosted git repository.
davsclaus 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 bcf542e Regen
bcf542e is described below
commit bcf542ea96dcaaf480b88c7b27ca52131a059439
Author: Claus Ibsen <[email protected]>
AuthorDate: Thu Jan 23 06:27:40 2020 +0100
Regen
---
docs/components/modules/ROOT/pages/salesforce-component.adoc | 3 ++-
docs/components/modules/ROOT/pages/test-spring.adoc | 4 ----
2 files changed, 2 insertions(+), 5 deletions(-)
diff --git a/docs/components/modules/ROOT/pages/salesforce-component.adoc
b/docs/components/modules/ROOT/pages/salesforce-component.adoc
index ef91234..b95aed4 100644
--- a/docs/components/modules/ROOT/pages/salesforce-component.adoc
+++ b/docs/components/modules/ROOT/pages/salesforce-component.adoc
@@ -652,7 +652,7 @@ for details on how to generate the DTO.
// component options: START
-The Salesforce component supports 33 options, which are listed below.
+The Salesforce component supports 34 options, which are listed below.
@@ -677,6 +677,7 @@ The Salesforce component supports 33 options, which are
listed below.
| *useGlobalSslContextParameters* (security) | Enable usage of global SSL
context parameters | false | boolean
| *httpClientIdleTimeout* (common) | Timeout used by the HttpClient when
waiting for response from the Salesforce server. | 10000 | long
| *httpClientConnectionTimeout* (common) | Connection timeout used by the
HttpClient when connecting to the Salesforce server. | 60000 | long
+| *httpMaxContentLength* (common) | Max content length of an HTTP response. |
| Integer
| *httpProxyHost* (proxy) | Hostname of the HTTP proxy server to use. | |
String
| *httpProxyPort* (proxy) | Port number of the HTTP proxy server to use. | |
Integer
| *httpProxyUsername* (security) | Username to use to authenticate against the
HTTP proxy server. | | String
diff --git a/docs/components/modules/ROOT/pages/test-spring.adoc
b/docs/components/modules/ROOT/pages/test-spring.adoc
index 04fb933..59f446a 100644
--- a/docs/components/modules/ROOT/pages/test-spring.adoc
+++ b/docs/components/modules/ROOT/pages/test-spring.adoc
@@ -262,10 +262,6 @@ JMX is disabled a|JMX is disabled
Indicates if certain route builder classes should be excluded from discovery.
Initializes a `org.apache.camel.spi.PackageScanClassResolver` to exclude a set
of given classes from being resolved. Typically this is used at test time to
exclude certain routes, which might otherwise be just noisy, from being
discovered and initialized. a|
Not enabled and no routes are excluded a|No routes are excluded
-Indicates if the CamelContexts that are bootstrapped during the test through
the use of Spring Test loaded application contexts should use lazy loading of
type converters. a|
-Type converters are not lazy loaded a|
-Type converters are not lazy loaded
-
|org.apache.camel.test.spring.MockEndpoints a|Class a|
Triggers the auto-mocking of endpoints whose URIs match the provided filter.
The default filter is `"*"` which matches all endpoints. See
`org.apache.camel.impl.InterceptSendToMockEndpointStrategy` for more details on
the registration of the mock endpoints. a|
Not enabled a|All endpoints are sniffed and recorded in a mock endpoint.