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-spring-boot.git

commit dec38aeb167c855d3ed2ce402ea5d2a5dd23398f
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Thu Apr 30 09:13:31 2020 +0200

    Regen
---
 .../camel/springboot/catalog/components/aws2-sqs.json    |  4 ++--
 .../catalog/components/elasticsearch-rest.json           |  2 +-
 .../camel/springboot/catalog/components/salesforce.json  | 16 ++++++++--------
 components-starter/README.adoc                           |  2 +-
 .../src/main/docs/aws2-sqs-starter.adoc                  |  2 +-
 .../aws2/sqs/springboot/Sqs2ComponentConfiguration.java  |  2 +-
 .../src/main/docs/salesforce-starter.adoc                |  6 +++---
 .../springboot/SalesforceComponentConfiguration.java     | 12 ++++++------
 docs/modules/ROOT/pages/aws2-sqs-starter.adoc            |  2 +-
 docs/modules/ROOT/pages/list.adoc                        |  2 +-
 docs/modules/ROOT/pages/salesforce-starter.adoc          |  6 +++---
 tooling/camel-spring-boot-dependencies/pom.xml           |  5 +++++
 12 files changed, 33 insertions(+), 28 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-sqs.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-sqs.json
index 05f1276..c5c3a10 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-sqs.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-sqs.json
@@ -28,7 +28,7 @@
     "protocol": { "kind": "property", "displayName": "Protocol", "group": 
"common", "label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "secret": false, "defaultValue": 
"https", "configurationClass": 
"org.apache.camel.component.aws2.sqs.Sqs2Configuration", "configurationField": 
"configuration", "description": "The underlying protocol used to communicate 
with SQS" },
     "proxyProtocol": { "kind": "property", "displayName": "Proxy Protocol", 
"group": "common", "label": "", "required": false, "type": "object", 
"javaType": "software.amazon.awssdk.core.Protocol", "enum": [ "HTTP", "HTTPS" 
], "deprecated": false, "secret": false, "defaultValue": "HTTPS", 
"configurationClass": "org.apache.camel.component.aws2.sqs.Sqs2Configuration", 
"configurationField": "configuration", "description": "To define a proxy 
protocol when instantiating the SQS client" },
     "queueOwnerAWSAccountId": { "kind": "property", "displayName": "Queue 
Owner AWSAccount Id", "group": "common", "label": "", "required": false, 
"type": "string", "javaType": "java.lang.String", "deprecated": false, 
"secret": true, "configurationClass": 
"org.apache.camel.component.aws2.sqs.Sqs2Configuration", "configurationField": 
"configuration", "description": "Specify the queue owner aws account id when 
you need to connect the queue with different account owner." },
-    "region": { "kind": "property", "displayName": "Region", "group": 
"common", "label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "secret": false, "configurationClass": 
"org.apache.camel.component.aws2.sqs.Sqs2Configuration", "configurationField": 
"configuration", "description": "The region in which ECS client needs to work. 
When using this parameter, the configuration will expect the lowercase name of 
the region (for example ap-east-1 [...]
+    "region": { "kind": "property", "displayName": "Region", "group": 
"common", "label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "secret": false, "configurationClass": 
"org.apache.camel.component.aws2.sqs.Sqs2Configuration", "configurationField": 
"configuration", "description": "The region in which SQS client needs to work. 
When using this parameter, the configuration will expect the lowercase name of 
the region (for example ap-east-1 [...]
     "attributeNames": { "kind": "property", "displayName": "Attribute Names", 
"group": "consumer", "label": "consumer", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "secret": false, 
"configurationClass": "org.apache.camel.component.aws2.sqs.Sqs2Configuration", 
"configurationField": "configuration", "description": "A list of attribute 
names to receive when consuming. Multiple names can be separated by comma." },
     "bridgeErrorHandler": { "kind": "property", "displayName": "Bridge Error 
Handler", "group": "consumer", "label": "consumer", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "secret": false, 
"defaultValue": false, "description": "Allows for bridging the consumer to the 
Camel routing Error Handler, which mean any exceptions occurred while the 
consumer is trying to pickup incoming messages, or the likes, will now be 
processed as a message and handled by [...]
     "concurrentConsumers": { "kind": "property", "displayName": "Concurrent 
Consumers", "group": "consumer", "label": "consumer", "required": false, 
"type": "integer", "javaType": "int", "deprecated": false, "secret": false, 
"defaultValue": "1", "configurationClass": 
"org.apache.camel.component.aws2.sqs.Sqs2Configuration", "configurationField": 
"configuration", "description": "Allows you to use multiple threads to poll the 
sqs queue to increase throughput" },
@@ -69,7 +69,7 @@
     "protocol": { "kind": "parameter", "displayName": "Protocol", "group": 
"common", "label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "secret": false, "defaultValue": 
"https", "configurationClass": 
"org.apache.camel.component.aws2.sqs.Sqs2Configuration", "configurationField": 
"configuration", "description": "The underlying protocol used to communicate 
with SQS" },
     "proxyProtocol": { "kind": "parameter", "displayName": "Proxy Protocol", 
"group": "common", "label": "", "required": false, "type": "object", 
"javaType": "software.amazon.awssdk.core.Protocol", "enum": [ "HTTP", "HTTPS" 
], "deprecated": false, "secret": false, "defaultValue": "HTTPS", 
"configurationClass": "org.apache.camel.component.aws2.sqs.Sqs2Configuration", 
"configurationField": "configuration", "description": "To define a proxy 
protocol when instantiating the SQS client" },
     "queueOwnerAWSAccountId": { "kind": "parameter", "displayName": "Queue 
Owner AWSAccount Id", "group": "common", "label": "", "required": false, 
"type": "string", "javaType": "java.lang.String", "deprecated": false, 
"secret": true, "configurationClass": 
"org.apache.camel.component.aws2.sqs.Sqs2Configuration", "configurationField": 
"configuration", "description": "Specify the queue owner aws account id when 
you need to connect the queue with different account owner." },
-    "region": { "kind": "parameter", "displayName": "Region", "group": 
"common", "label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "secret": false, "configurationClass": 
"org.apache.camel.component.aws2.sqs.Sqs2Configuration", "configurationField": 
"configuration", "description": "The region in which ECS client needs to work. 
When using this parameter, the configuration will expect the lowercase name of 
the region (for example ap-east- [...]
+    "region": { "kind": "parameter", "displayName": "Region", "group": 
"common", "label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "secret": false, "configurationClass": 
"org.apache.camel.component.aws2.sqs.Sqs2Configuration", "configurationField": 
"configuration", "description": "The region in which SQS client needs to work. 
When using this parameter, the configuration will expect the lowercase name of 
the region (for example ap-east- [...]
     "attributeNames": { "kind": "parameter", "displayName": "Attribute Names", 
"group": "consumer", "label": "consumer", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "secret": false, 
"configurationClass": "org.apache.camel.component.aws2.sqs.Sqs2Configuration", 
"configurationField": "configuration", "description": "A list of attribute 
names to receive when consuming. Multiple names can be separated by comma." },
     "bridgeErrorHandler": { "kind": "parameter", "displayName": "Bridge Error 
Handler", "group": "consumer", "label": "consumer", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "secret": false, 
"defaultValue": false, "description": "Allows for bridging the consumer to the 
Camel routing Error Handler, which mean any exceptions occurred while the 
consumer is trying to pickup incoming messages, or the likes, will now be 
processed as a message and handled b [...]
     "concurrentConsumers": { "kind": "parameter", "displayName": "Concurrent 
Consumers", "group": "consumer", "label": "consumer", "required": false, 
"type": "integer", "javaType": "int", "deprecated": false, "secret": false, 
"defaultValue": "1", "configurationClass": 
"org.apache.camel.component.aws2.sqs.Sqs2Configuration", "configurationField": 
"configuration", "description": "Allows you to use multiple threads to poll the 
sqs queue to increase throughput" },
diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/elasticsearch-rest.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/elasticsearch-rest.json
index cfa3e91..c24ae43 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/elasticsearch-rest.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/elasticsearch-rest.json
@@ -2,7 +2,7 @@
   "component": {
     "kind": "component",
     "name": "elasticsearch-rest",
-    "title": "Elastichsearch Rest",
+    "title": "Elasticsearch Rest",
     "description": "Send requests to with an ElasticSearch via REST API.",
     "deprecated": false,
     "firstVersion": "2.21.0",
diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/salesforce.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/salesforce.json
index cf1648a..d0baf57 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/salesforce.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/salesforce.json
@@ -25,8 +25,8 @@
     "apexMethod": { "kind": "property", "displayName": "Apex Method", "group": 
"common", "label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "secret": false, "configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "config", "description": "APEX method name" },
     "apexQueryParams": { "kind": "property", "displayName": "Apex Query 
Params", "group": "common", "label": "", "required": false, "type": "object", 
"javaType": "java.util.Map<java.lang.String, java.lang.Object>", "deprecated": 
false, "secret": false, "configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "config", "description": "Query params for APEX method" },
     "apexUrl": { "kind": "property", "displayName": "Apex Url", "group": 
"common", "label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "secret": false, "configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "config", "description": "APEX method URL" },
-    "apiVersion": { "kind": "property", "displayName": "Api Version", "group": 
"common", "label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "secret": false, "configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "config", "description": "Salesforce API version, 
defaults to SalesforceEndpointConfig.DEFAULT_VERSION" },
-    "backoffIncrement": { "kind": "property", "displayName": "Backoff 
Increment", "group": "common", "label": "", "required": false, "type": 
"integer", "javaType": "long", "deprecated": false, "secret": false, 
"configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "config", "description": "Backoff interval increment for 
Streaming connection restart attempts for failures beyond CometD 
auto-reconnect." },
+    "apiVersion": { "kind": "property", "displayName": "Api Version", "group": 
"common", "label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "secret": false, "defaultValue": 
"34.0", "configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "config", "description": "Salesforce API version." },
+    "backoffIncrement": { "kind": "property", "displayName": "Backoff 
Increment", "group": "common", "label": "", "required": false, "type": 
"integer", "javaType": "long", "deprecated": false, "secret": false, 
"defaultValue": "1000", "configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "config", "description": "Backoff interval increment for 
Streaming connection restart attempts for failures beyond CometD 
auto-reconnect." },
     "batchId": { "kind": "property", "displayName": "Batch Id", "group": 
"common", "label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "secret": false, "configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "config", "description": "Bulk API Batch ID" },
     "contentType": { "kind": "property", "displayName": "Content Type", 
"group": "common", "label": "", "required": false, "type": "object", 
"javaType": "org.apache.camel.component.salesforce.api.dto.bulk.ContentType", 
"enum": [ "XML", "CSV", "JSON", "ZIP_XML", "ZIP_CSV", "ZIP_JSON" ], 
"deprecated": false, "secret": false, "configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "config", "description": "Bulk API content type, one of X 
[...]
     "defaultReplayId": { "kind": "property", "displayName": "Default Replay 
Id", "group": "common", "label": "", "required": false, "type": "integer", 
"javaType": "java.lang.Long", "deprecated": false, "secret": false, 
"configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "config", "description": "Default replayId setting if no 
value is found in initialReplayIdMap" },
@@ -40,8 +40,8 @@
     "instanceId": { "kind": "property", "displayName": "Instance Id", "group": 
"common", "label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "secret": false, "configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "config", "description": "Salesforce1 Analytics report 
execution instance ID" },
     "jobId": { "kind": "property", "displayName": "Job Id", "group": "common", 
"label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "secret": false, "configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "config", "description": "Bulk API Job ID" },
     "limit": { "kind": "property", "displayName": "Limit", "group": "common", 
"label": "", "required": false, "type": "integer", "javaType": 
"java.lang.Integer", "deprecated": false, "secret": false, 
"configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "config", "description": "Limit on number of returned 
records. Applicable to some of the API, check the Salesforce documentation." },
-    "maxBackoff": { "kind": "property", "displayName": "Max Backoff", "group": 
"common", "label": "", "required": false, "type": "integer", "javaType": 
"long", "deprecated": false, "secret": false, "configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "config", "description": "Maximum backoff interval for 
Streaming connection restart attempts for failures beyond CometD 
auto-reconnect." },
-    "notFoundBehaviour": { "kind": "property", "displayName": "Not Found 
Behaviour", "group": "common", "label": "", "required": false, "type": 
"object", "javaType": 
"org.apache.camel.component.salesforce.NotFoundBehaviour", "enum": [ 
"EXCEPTION", "NULL" ], "deprecated": false, "secret": false, 
"configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "config", "description": "Sets the behaviour of 404 not 
found status received from Sal [...]
+    "maxBackoff": { "kind": "property", "displayName": "Max Backoff", "group": 
"common", "label": "", "required": false, "type": "integer", "javaType": 
"long", "deprecated": false, "secret": false, "defaultValue": "30000", 
"configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "config", "description": "Maximum backoff interval for 
Streaming connection restart attempts for failures beyond CometD 
auto-reconnect." },
+    "notFoundBehaviour": { "kind": "property", "displayName": "Not Found 
Behaviour", "group": "common", "label": "", "required": false, "type": 
"object", "javaType": 
"org.apache.camel.component.salesforce.NotFoundBehaviour", "enum": [ 
"EXCEPTION", "NULL" ], "deprecated": false, "secret": false, "defaultValue": 
"EXCEPTION", "configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "config", "description": "Sets the behaviour of 404 not f 
[...]
     "notifyForFields": { "kind": "property", "displayName": "Notify For 
Fields", "group": "common", "label": "", "required": false, "type": "object", 
"javaType": 
"org.apache.camel.component.salesforce.internal.dto.NotifyForFieldsEnum", 
"enum": [ "ALL", "REFERENCED", "SELECT", "WHERE" ], "deprecated": false, 
"secret": false, "configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "config", "description": "Notify for fields, options are 
[...]
     "notifyForOperationCreate": { "kind": "property", "displayName": "Notify 
For Operation Create", "group": "common", "label": "", "required": false, 
"type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false, 
"secret": false, "configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "config", "description": "Notify for create operation, 
defaults to false (API version = 29.0)" },
     "notifyForOperationDelete": { "kind": "property", "displayName": "Notify 
For Operation Delete", "group": "common", "label": "", "required": false, 
"type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false, 
"secret": false, "configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "config", "description": "Notify for delete operation, 
defaults to false (API version = 29.0)" },
@@ -101,8 +101,8 @@
     "apexMethod": { "kind": "parameter", "displayName": "Apex Method", 
"group": "common", "label": "", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "secret": false, 
"configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "configuration", "description": "APEX method name" },
     "apexQueryParams": { "kind": "parameter", "displayName": "Apex Query 
Params", "group": "common", "label": "", "required": false, "type": "object", 
"javaType": "java.util.Map<java.lang.String, java.lang.Object>", "deprecated": 
false, "secret": false, "configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "configuration", "description": "Query params for APEX 
method" },
     "apexUrl": { "kind": "parameter", "displayName": "Apex Url", "group": 
"common", "label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "secret": false, "configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "configuration", "description": "APEX method URL" },
-    "apiVersion": { "kind": "parameter", "displayName": "Api Version", 
"group": "common", "label": "", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "secret": false, 
"configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "configuration", "description": "Salesforce API version, 
defaults to SalesforceEndpointConfig.DEFAULT_VERSION" },
-    "backoffIncrement": { "kind": "parameter", "displayName": "Backoff 
Increment", "group": "common", "label": "", "required": false, "type": 
"integer", "javaType": "long", "deprecated": false, "secret": false, 
"configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "configuration", "description": "Backoff interval 
increment for Streaming connection restart attempts for failures beyond CometD 
auto-reconnect." },
+    "apiVersion": { "kind": "parameter", "displayName": "Api Version", 
"group": "common", "label": "", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "secret": false, 
"defaultValue": "34.0", "configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "configuration", "description": "Salesforce API version." 
},
+    "backoffIncrement": { "kind": "parameter", "displayName": "Backoff 
Increment", "group": "common", "label": "", "required": false, "type": 
"integer", "javaType": "long", "deprecated": false, "secret": false, 
"defaultValue": "1000", "configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "configuration", "description": "Backoff interval 
increment for Streaming connection restart attempts for failures beyond CometD 
auto-reconnect." },
     "batchId": { "kind": "parameter", "displayName": "Batch Id", "group": 
"common", "label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "secret": false, "configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "configuration", "description": "Bulk API Batch ID" },
     "contentType": { "kind": "parameter", "displayName": "Content Type", 
"group": "common", "label": "", "required": false, "type": "object", 
"javaType": "org.apache.camel.component.salesforce.api.dto.bulk.ContentType", 
"enum": [ "XML", "CSV", "JSON", "ZIP_XML", "ZIP_CSV", "ZIP_JSON" ], 
"deprecated": false, "secret": false, "configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "configuration", "description": "Bulk API content type,  
[...]
     "defaultReplayId": { "kind": "parameter", "displayName": "Default Replay 
Id", "group": "common", "label": "", "required": false, "type": "integer", 
"javaType": "java.lang.Long", "deprecated": false, "secret": false, 
"configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "configuration", "description": "Default replayId setting 
if no value is found in initialReplayIdMap" },
@@ -113,8 +113,8 @@
     "instanceId": { "kind": "parameter", "displayName": "Instance Id", 
"group": "common", "label": "", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "secret": false, 
"configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "configuration", "description": "Salesforce1 Analytics 
report execution instance ID" },
     "jobId": { "kind": "parameter", "displayName": "Job Id", "group": 
"common", "label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "secret": false, "configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "configuration", "description": "Bulk API Job ID" },
     "limit": { "kind": "parameter", "displayName": "Limit", "group": "common", 
"label": "", "required": false, "type": "integer", "javaType": 
"java.lang.Integer", "deprecated": false, "secret": false, 
"configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "configuration", "description": "Limit on number of 
returned records. Applicable to some of the API, check the Salesforce 
documentation." },
-    "maxBackoff": { "kind": "parameter", "displayName": "Max Backoff", 
"group": "common", "label": "", "required": false, "type": "integer", 
"javaType": "long", "deprecated": false, "secret": false, "configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "configuration", "description": "Maximum backoff interval 
for Streaming connection restart attempts for failures beyond CometD 
auto-reconnect." },
-    "notFoundBehaviour": { "kind": "parameter", "displayName": "Not Found 
Behaviour", "group": "common", "label": "", "required": false, "type": 
"object", "javaType": 
"org.apache.camel.component.salesforce.NotFoundBehaviour", "enum": [ 
"EXCEPTION", "NULL" ], "deprecated": false, "secret": false, 
"configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "configuration", "description": "Sets the behaviour of 
404 not found status received  [...]
+    "maxBackoff": { "kind": "parameter", "displayName": "Max Backoff", 
"group": "common", "label": "", "required": false, "type": "integer", 
"javaType": "long", "deprecated": false, "secret": false, "defaultValue": 
"30000", "configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "configuration", "description": "Maximum backoff interval 
for Streaming connection restart attempts for failures beyond CometD 
auto-reconnect." },
+    "notFoundBehaviour": { "kind": "parameter", "displayName": "Not Found 
Behaviour", "group": "common", "label": "", "required": false, "type": 
"object", "javaType": 
"org.apache.camel.component.salesforce.NotFoundBehaviour", "enum": [ 
"EXCEPTION", "NULL" ], "deprecated": false, "secret": false, "defaultValue": 
"EXCEPTION", "configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "configuration", "description": "Sets the behaviour of 4 
[...]
     "notifyForFields": { "kind": "parameter", "displayName": "Notify For 
Fields", "group": "common", "label": "", "required": false, "type": "object", 
"javaType": 
"org.apache.camel.component.salesforce.internal.dto.NotifyForFieldsEnum", 
"enum": [ "ALL", "REFERENCED", "SELECT", "WHERE" ], "deprecated": false, 
"secret": false, "configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "configuration", "description": "Notify for fields, opt 
[...]
     "notifyForOperationCreate": { "kind": "parameter", "displayName": "Notify 
For Operation Create", "group": "common", "label": "", "required": false, 
"type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false, 
"secret": false, "configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "configuration", "description": "Notify for create 
operation, defaults to false (API version = 29.0)" },
     "notifyForOperationDelete": { "kind": "parameter", "displayName": "Notify 
For Operation Delete", "group": "common", "label": "", "required": false, 
"type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false, 
"secret": false, "configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "configuration", "description": "Notify for delete 
operation, defaults to false (API version = 29.0)" },
diff --git a/components-starter/README.adoc b/components-starter/README.adoc
index 0c1d8ee..40e8707 100644
--- a/components-starter/README.adoc
+++ b/components-starter/README.adoc
@@ -323,7 +323,7 @@ Number of Camel components: 329 in 262 JAR artifacts (1 
deprecated)
 | 
link:https://camel.apache.org/components/latest/ehcache-component.html[Ehcache] 
(camel-ehcache-starter) +
 `ehcache:cacheName` | 2.18 | Perform caching operations using Ehcache.
 
-| 
link:https://camel.apache.org/components/latest/elasticsearch-rest-component.html[Elastichsearch
 Rest] (camel-elasticsearch-rest-starter) +
+| 
link:https://camel.apache.org/components/latest/elasticsearch-rest-component.html[Elasticsearch
 Rest] (camel-elasticsearch-rest-starter) +
 `elasticsearch-rest:clusterName` | 2.21 | Send requests to with an 
ElasticSearch via REST API.
 
 | link:https://camel.apache.org/components/latest/elsql-component.html[ElSQL] 
(camel-elsql-starter) +
diff --git 
a/components-starter/camel-aws2-sqs-starter/src/main/docs/aws2-sqs-starter.adoc 
b/components-starter/camel-aws2-sqs-starter/src/main/docs/aws2-sqs-starter.adoc
index fbb927b..1403bf2 100644
--- 
a/components-starter/camel-aws2-sqs-starter/src/main/docs/aws2-sqs-starter.adoc
+++ 
b/components-starter/camel-aws2-sqs-starter/src/main/docs/aws2-sqs-starter.adoc
@@ -58,7 +58,7 @@ The component supports 39 options, which are listed below.
 | *camel.component.aws2-sqs.queue-url* | To define the queueUrl explicitly. 
All other parameters, which would influence the queueUrl, are ignored. This 
parameter is intended to be used, to connect to a mock implementation of SQS, 
for testing purposes. |  | String
 | *camel.component.aws2-sqs.receive-message-wait-time-seconds* | If you do not 
specify WaitTimeSeconds in the request, the queue attribute 
ReceiveMessageWaitTimeSeconds is used to determine how long to wait. |  | 
Integer
 | *camel.component.aws2-sqs.redrive-policy* | Specify the policy that send 
message to DeadLetter queue. See detail at Amazon docs. |  | String
-| *camel.component.aws2-sqs.region* | The region in which ECS client needs to 
work. When using this parameter, the configuration will expect the lowercase 
name of the region (for example ap-east-1) You'll need to use the name 
Region.EU_WEST_1.id() |  | String
+| *camel.component.aws2-sqs.region* | The region in which SQS client needs to 
work. When using this parameter, the configuration will expect the lowercase 
name of the region (for example ap-east-1) You'll need to use the name 
Region.EU_WEST_1.id() |  | String
 | *camel.component.aws2-sqs.secret-key* | Amazon AWS Secret Key |  | String
 | *camel.component.aws2-sqs.server-side-encryption-enabled* | Define if Server 
Side Encryption is enabled or not on the queue | false | Boolean
 | *camel.component.aws2-sqs.visibility-timeout* | The duration (in seconds) 
that the received messages are hidden from subsequent retrieve requests after 
being retrieved by a ReceiveMessage request to set in the 
com.amazonaws.services.sqs.model.SetQueueAttributesRequest. This only make 
sense if its different from defaultVisibilityTimeout. It changes the queue 
visibility timeout attribute permanently. |  | Integer
diff --git 
a/components-starter/camel-aws2-sqs-starter/src/main/java/org/apache/camel/component/aws2/sqs/springboot/Sqs2ComponentConfiguration.java
 
b/components-starter/camel-aws2-sqs-starter/src/main/java/org/apache/camel/component/aws2/sqs/springboot/Sqs2ComponentConfiguration.java
index 0f4730f..068f19e 100644
--- 
a/components-starter/camel-aws2-sqs-starter/src/main/java/org/apache/camel/component/aws2/sqs/springboot/Sqs2ComponentConfiguration.java
+++ 
b/components-starter/camel-aws2-sqs-starter/src/main/java/org/apache/camel/component/aws2/sqs/springboot/Sqs2ComponentConfiguration.java
@@ -72,7 +72,7 @@ public class Sqs2ComponentConfiguration
      */
     private String queueOwnerAWSAccountId;
     /**
-     * The region in which ECS client needs to work. When using this parameter,
+     * The region in which SQS client needs to work. When using this parameter,
      * the configuration will expect the lowercase name of the region (for
      * example ap-east-1) You'll need to use the name Region.EU_WEST_1.id()
      */
diff --git 
a/components-starter/camel-salesforce-starter/src/main/docs/salesforce-starter.adoc
 
b/components-starter/camel-salesforce-starter/src/main/docs/salesforce-starter.adoc
index 61f3ce2..578c02a 100644
--- 
a/components-starter/camel-salesforce-starter/src/main/docs/salesforce-starter.adoc
+++ 
b/components-starter/camel-salesforce-starter/src/main/docs/salesforce-starter.adoc
@@ -27,9 +27,9 @@ The component supports 73 options, which are listed below.
 | *camel.component.salesforce.apex-method* | APEX method name |  | String
 | *camel.component.salesforce.apex-query-params* | Query params for APEX 
method |  | Map
 | *camel.component.salesforce.apex-url* | APEX method URL |  | String
-| *camel.component.salesforce.api-version* | Salesforce API version, defaults 
to SalesforceEndpointConfig.DEFAULT_VERSION |  | String
+| *camel.component.salesforce.api-version* | Salesforce API version. | 34.0 | 
String
 | *camel.component.salesforce.authentication-type* | Explicit authentication 
method to be used, one of USERNAME_PASSWORD, REFRESH_TOKEN or JWT. Salesforce 
component can auto-determine the authentication method to use from the 
properties set, set this property to eliminate any ambiguity. |  | 
AuthenticationType
-| *camel.component.salesforce.backoff-increment* | Backoff interval increment 
for Streaming connection restart attempts for failures beyond CometD 
auto-reconnect. |  | Long
+| *camel.component.salesforce.backoff-increment* | Backoff interval increment 
for Streaming connection restart attempts for failures beyond CometD 
auto-reconnect. | 1000 | Long
 | *camel.component.salesforce.basic-property-binding* | Whether the component 
should use basic property binding (Camel 2.x) or the newer property binding 
with additional capabilities | false | Boolean
 | *camel.component.salesforce.batch-id* | Bulk API Batch ID |  | String
 | *camel.component.salesforce.bridge-error-handler* | Allows for bridging the 
consumer to the Camel routing Error Handler, which mean any exceptions occurred 
while the consumer is trying to pickup incoming messages, or the likes, will 
now be processed as a message and handled by the routing Error Handler. By 
default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal 
with exceptions, that will be logged at WARN or ERROR level and ignored. | 
false | Boolean
@@ -68,7 +68,7 @@ The component supports 73 options, which are listed below.
 | *camel.component.salesforce.login-config* | All authentication configuration 
in one nested bean, all properties set there can be set directly on the 
component as well. The option is a 
org.apache.camel.component.salesforce.SalesforceLoginConfig type. |  | String
 | *camel.component.salesforce.login-url* | URL of the Salesforce instance used 
for authentication, by default set to \https://login.salesforce.com | 
https://login.salesforce.com | String
 | *camel.component.salesforce.long-polling-transport-properties* | Used to set 
any properties that can be configured on the LongPollingTransport used by the 
BayeuxClient (CometD) used by the streaming api |  | Map
-| *camel.component.salesforce.max-backoff* | Maximum backoff interval for 
Streaming connection restart attempts for failures beyond CometD 
auto-reconnect. |  | Long
+| *camel.component.salesforce.max-backoff* | Maximum backoff interval for 
Streaming connection restart attempts for failures beyond CometD 
auto-reconnect. | 30000 | Long
 | *camel.component.salesforce.not-found-behaviour* | Sets the behaviour of 404 
not found status received from Salesforce API. Should the body be set to NULL 
NotFoundBehaviour#NULL or should a exception be signaled on the exchange 
NotFoundBehaviour#EXCEPTION - the default. |  | NotFoundBehaviour
 | *camel.component.salesforce.notify-for-fields* | Notify for fields, options 
are ALL, REFERENCED, SELECT, WHERE |  | NotifyForFieldsEnum
 | *camel.component.salesforce.notify-for-operation-create* | Notify for create 
operation, defaults to false (API version = 29.0) |  | Boolean
diff --git 
a/components-starter/camel-salesforce-starter/src/main/java/org/apache/camel/component/salesforce/springboot/SalesforceComponentConfiguration.java
 
b/components-starter/camel-salesforce-starter/src/main/java/org/apache/camel/component/salesforce/springboot/SalesforceComponentConfiguration.java
index 7bdab16..5ea0024 100644
--- 
a/components-starter/camel-salesforce-starter/src/main/java/org/apache/camel/component/salesforce/springboot/SalesforceComponentConfiguration.java
+++ 
b/components-starter/camel-salesforce-starter/src/main/java/org/apache/camel/component/salesforce/springboot/SalesforceComponentConfiguration.java
@@ -21,6 +21,7 @@ import java.util.Set;
 import javax.annotation.Generated;
 import org.apache.camel.component.salesforce.AuthenticationType;
 import org.apache.camel.component.salesforce.NotFoundBehaviour;
+import org.apache.camel.component.salesforce.SalesforceComponent;
 import org.apache.camel.component.salesforce.api.dto.bulk.ContentType;
 import org.apache.camel.component.salesforce.internal.PayloadFormat;
 import org.apache.camel.component.salesforce.internal.dto.NotifyForFieldsEnum;
@@ -57,15 +58,14 @@ public class SalesforceComponentConfiguration
      */
     private String apexUrl;
     /**
-     * Salesforce API version, defaults to
-     * SalesforceEndpointConfig.DEFAULT_VERSION
+     * Salesforce API version.
      */
-    private String apiVersion;
+    private String apiVersion = "34.0";
     /**
      * Backoff interval increment for Streaming connection restart attempts for
      * failures beyond CometD auto-reconnect.
      */
-    private Long backoffIncrement;
+    private Long backoffIncrement = 1000L;
     /**
      * Bulk API Batch ID
      */
@@ -127,14 +127,14 @@ public class SalesforceComponentConfiguration
      * Maximum backoff interval for Streaming connection restart attempts for
      * failures beyond CometD auto-reconnect.
      */
-    private Long maxBackoff;
+    private Long maxBackoff = 30000L;
     /**
      * Sets the behaviour of 404 not found status received from Salesforce API.
      * Should the body be set to NULL NotFoundBehaviour#NULL or should a
      * exception be signaled on the exchange NotFoundBehaviour#EXCEPTION - the
      * default.
      */
-    private NotFoundBehaviour notFoundBehaviour;
+    private NotFoundBehaviour notFoundBehaviour = NotFoundBehaviour.EXCEPTION;
     /**
      * Notify for fields, options are ALL, REFERENCED, SELECT, WHERE
      */
diff --git a/docs/modules/ROOT/pages/aws2-sqs-starter.adoc 
b/docs/modules/ROOT/pages/aws2-sqs-starter.adoc
index fbb927b..1403bf2 100644
--- a/docs/modules/ROOT/pages/aws2-sqs-starter.adoc
+++ b/docs/modules/ROOT/pages/aws2-sqs-starter.adoc
@@ -58,7 +58,7 @@ The component supports 39 options, which are listed below.
 | *camel.component.aws2-sqs.queue-url* | To define the queueUrl explicitly. 
All other parameters, which would influence the queueUrl, are ignored. This 
parameter is intended to be used, to connect to a mock implementation of SQS, 
for testing purposes. |  | String
 | *camel.component.aws2-sqs.receive-message-wait-time-seconds* | If you do not 
specify WaitTimeSeconds in the request, the queue attribute 
ReceiveMessageWaitTimeSeconds is used to determine how long to wait. |  | 
Integer
 | *camel.component.aws2-sqs.redrive-policy* | Specify the policy that send 
message to DeadLetter queue. See detail at Amazon docs. |  | String
-| *camel.component.aws2-sqs.region* | The region in which ECS client needs to 
work. When using this parameter, the configuration will expect the lowercase 
name of the region (for example ap-east-1) You'll need to use the name 
Region.EU_WEST_1.id() |  | String
+| *camel.component.aws2-sqs.region* | The region in which SQS client needs to 
work. When using this parameter, the configuration will expect the lowercase 
name of the region (for example ap-east-1) You'll need to use the name 
Region.EU_WEST_1.id() |  | String
 | *camel.component.aws2-sqs.secret-key* | Amazon AWS Secret Key |  | String
 | *camel.component.aws2-sqs.server-side-encryption-enabled* | Define if Server 
Side Encryption is enabled or not on the queue | false | Boolean
 | *camel.component.aws2-sqs.visibility-timeout* | The duration (in seconds) 
that the received messages are hidden from subsequent retrieve requests after 
being retrieved by a ReceiveMessage request to set in the 
com.amazonaws.services.sqs.model.SetQueueAttributesRequest. This only make 
sense if its different from defaultVisibilityTimeout. It changes the queue 
visibility timeout attribute permanently. |  | Integer
diff --git a/docs/modules/ROOT/pages/list.adoc 
b/docs/modules/ROOT/pages/list.adoc
index 0c1d8ee..40e8707 100644
--- a/docs/modules/ROOT/pages/list.adoc
+++ b/docs/modules/ROOT/pages/list.adoc
@@ -323,7 +323,7 @@ Number of Camel components: 329 in 262 JAR artifacts (1 
deprecated)
 | 
link:https://camel.apache.org/components/latest/ehcache-component.html[Ehcache] 
(camel-ehcache-starter) +
 `ehcache:cacheName` | 2.18 | Perform caching operations using Ehcache.
 
-| 
link:https://camel.apache.org/components/latest/elasticsearch-rest-component.html[Elastichsearch
 Rest] (camel-elasticsearch-rest-starter) +
+| 
link:https://camel.apache.org/components/latest/elasticsearch-rest-component.html[Elasticsearch
 Rest] (camel-elasticsearch-rest-starter) +
 `elasticsearch-rest:clusterName` | 2.21 | Send requests to with an 
ElasticSearch via REST API.
 
 | link:https://camel.apache.org/components/latest/elsql-component.html[ElSQL] 
(camel-elsql-starter) +
diff --git a/docs/modules/ROOT/pages/salesforce-starter.adoc 
b/docs/modules/ROOT/pages/salesforce-starter.adoc
index 61f3ce2..578c02a 100644
--- a/docs/modules/ROOT/pages/salesforce-starter.adoc
+++ b/docs/modules/ROOT/pages/salesforce-starter.adoc
@@ -27,9 +27,9 @@ The component supports 73 options, which are listed below.
 | *camel.component.salesforce.apex-method* | APEX method name |  | String
 | *camel.component.salesforce.apex-query-params* | Query params for APEX 
method |  | Map
 | *camel.component.salesforce.apex-url* | APEX method URL |  | String
-| *camel.component.salesforce.api-version* | Salesforce API version, defaults 
to SalesforceEndpointConfig.DEFAULT_VERSION |  | String
+| *camel.component.salesforce.api-version* | Salesforce API version. | 34.0 | 
String
 | *camel.component.salesforce.authentication-type* | Explicit authentication 
method to be used, one of USERNAME_PASSWORD, REFRESH_TOKEN or JWT. Salesforce 
component can auto-determine the authentication method to use from the 
properties set, set this property to eliminate any ambiguity. |  | 
AuthenticationType
-| *camel.component.salesforce.backoff-increment* | Backoff interval increment 
for Streaming connection restart attempts for failures beyond CometD 
auto-reconnect. |  | Long
+| *camel.component.salesforce.backoff-increment* | Backoff interval increment 
for Streaming connection restart attempts for failures beyond CometD 
auto-reconnect. | 1000 | Long
 | *camel.component.salesforce.basic-property-binding* | Whether the component 
should use basic property binding (Camel 2.x) or the newer property binding 
with additional capabilities | false | Boolean
 | *camel.component.salesforce.batch-id* | Bulk API Batch ID |  | String
 | *camel.component.salesforce.bridge-error-handler* | Allows for bridging the 
consumer to the Camel routing Error Handler, which mean any exceptions occurred 
while the consumer is trying to pickup incoming messages, or the likes, will 
now be processed as a message and handled by the routing Error Handler. By 
default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal 
with exceptions, that will be logged at WARN or ERROR level and ignored. | 
false | Boolean
@@ -68,7 +68,7 @@ The component supports 73 options, which are listed below.
 | *camel.component.salesforce.login-config* | All authentication configuration 
in one nested bean, all properties set there can be set directly on the 
component as well. The option is a 
org.apache.camel.component.salesforce.SalesforceLoginConfig type. |  | String
 | *camel.component.salesforce.login-url* | URL of the Salesforce instance used 
for authentication, by default set to \https://login.salesforce.com | 
https://login.salesforce.com | String
 | *camel.component.salesforce.long-polling-transport-properties* | Used to set 
any properties that can be configured on the LongPollingTransport used by the 
BayeuxClient (CometD) used by the streaming api |  | Map
-| *camel.component.salesforce.max-backoff* | Maximum backoff interval for 
Streaming connection restart attempts for failures beyond CometD 
auto-reconnect. |  | Long
+| *camel.component.salesforce.max-backoff* | Maximum backoff interval for 
Streaming connection restart attempts for failures beyond CometD 
auto-reconnect. | 30000 | Long
 | *camel.component.salesforce.not-found-behaviour* | Sets the behaviour of 404 
not found status received from Salesforce API. Should the body be set to NULL 
NotFoundBehaviour#NULL or should a exception be signaled on the exchange 
NotFoundBehaviour#EXCEPTION - the default. |  | NotFoundBehaviour
 | *camel.component.salesforce.notify-for-fields* | Notify for fields, options 
are ALL, REFERENCED, SELECT, WHERE |  | NotifyForFieldsEnum
 | *camel.component.salesforce.notify-for-operation-create* | Notify for create 
operation, defaults to false (API version = 29.0) |  | Boolean
diff --git a/tooling/camel-spring-boot-dependencies/pom.xml 
b/tooling/camel-spring-boot-dependencies/pom.xml
index ba0cf27..31e3367 100644
--- a/tooling/camel-spring-boot-dependencies/pom.xml
+++ b/tooling/camel-spring-boot-dependencies/pom.xml
@@ -3646,6 +3646,11 @@
       </dependency>
       <dependency>
         <groupId>org.apache.camel</groupId>
+        <artifactId>camel-undertow-spring-security</artifactId>
+        <version>3.3.0-SNAPSHOT</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.camel</groupId>
         <artifactId>camel-univocity-parsers</artifactId>
         <version>3.3.0-SNAPSHOT</version>
       </dependency>

Reply via email to