[camel-spring-boot] branch master updated: [create-pull-request] automated change

2021-04-18 Thread acosentino
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-spring-boot.git


The following commit(s) were added to refs/heads/master by this push:
 new a6690f3  [create-pull-request] automated change
a6690f3 is described below

commit a6690f3491616bcfa70722621628b8262038851e
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Apr 19 00:46:42 2021 +

[create-pull-request] automated change
---
 .../org/apache/camel/springboot/catalog/components/braintree.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/braintree.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/braintree.json
index fc495bb..c57ee52 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/braintree.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/braintree.json
@@ -57,7 +57,7 @@
 "report": { "consumerOnly": false, "producerOnly": true, "description": 
"Provides methods to interact with reports", "methods": { 
"transactionLevelFees": { "description": "Retrieves a Transaction-Level Fee 
Report", "signatures": [ 
"com.braintreegateway.Result 
transactionLevelFees(com.braintreegateway.TransactionLevelFeeReportRequest 
request)" ] } } },
 "settlementBatchSummary": { "consumerOnly": false, "producerOnly": true, 
"description": "Provides methods to interact wit settlement summaries", 
"methods": { "generate": { "description": "", "signatures": [ 
"com.braintreegateway.Result 
generate(java.util.Calendar settlementDate)", 
"com.braintreegateway.Result 
generate(java.util.Calendar settlementDate, String groupByCustomField)" ] } } },
 "subscription": { "consumerOnly": false, "producerOnly": true, 
"description": "Provides methods to interact with Subscriptions", "methods": { 
"cancel": { "description": "Cancels the Subscription with the given id", 
"signatures": [ "com.braintreegateway.Result 
cancel(String id)" ] }, "create": { "description": "Creates a Subscription", 
"signatures": [ "com.braintreegateway.Result 
create(com.braintreegateway.Subscrip [...]
-"transaction": { "consumerOnly": false, "producerOnly": true, 
"description": "Provides methods to interact with Transactions", "methods": { 
"cancelRelease": { "description": "Cancels a pending release of a transaction 
with the given id from escrow", "signatures": [ 
"com.braintreegateway.Result 
cancelRelease(String id)" ] }, "cloneTransaction": { "description": "", 
"signatures": [ "com.braintreegateway.Result 
cloneTra [...]
+"transaction": { "consumerOnly": false, "producerOnly": true, 
"description": "Provides methods to interact with Transactions", "methods": { 
"adjustAuthorization": { "description": "Submits the transaction with the given 
id to be adjusted for the given amount which must be less than or equal to the 
authorization amount", "signatures": [ 
"com.braintreegateway.Result 
adjustAuthorization(String id, com.braintreegateway.TransactionRequest 
request)", "com. [...]
 "webhookNotification": { "consumerOnly": false, "producerOnly": true, 
"description": "To retrieve notifications via webhooks", "methods": { "parse": 
{ "description": "", "signatures": [ "com.braintreegateway.WebhookNotification 
parse(String signature, String payload)" ] }, "verify": { "description": "", 
"signatures": [ "String verify(String challenge)" ] } } }
   },
   "apiProperties": {
@@ -73,7 +73,7 @@
 "report": { "methods": { "transactionLevelFees": { "properties": { 
"request": { "kind": "parameter", "displayName": "Request", "group": 
"producer", "label": "", "required": false, "type": "object", "javaType": 
"com.braintreegateway.TransactionLevelFeeReportRequest", "deprecated": false, 
"autowired": false, "secret": false, "description": "The request", "optional": 
false } } } } },
 "settlementBatchSummary": { "methods": { "generate": { "properties": { 
"groupByCustomField": { "kind": "parameter", "displayName": "Group By Custom 
Field", "group": "producer", "label": "", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "description": "", "optional": false }, "settlementDate": { 
"kind": "parameter", "displayName": "Settlement Date", "group": "producer", 
"label": "", "required": false, "ty [...]
 "subscription": { "methods": { "cancel": { "properties": { "id": { "kind": 
"parameter", "displayName": "Id", "group": "producer", "label": "", "required": 
false, "type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "description": "Of 

[camel-spring-boot] branch master updated: [create-pull-request] automated change

2021-04-18 Thread acosentino
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-spring-boot.git


The following commit(s) were added to refs/heads/master by this push:
 new b93f551  [create-pull-request] automated change
b93f551 is described below

commit b93f5516d2de70592539072bca7578b06a773d8d
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sun Apr 18 00:49:11 2021 +

[create-pull-request] automated change
---
 .../springboot/catalog/components/azure-eventhubs.json |  6 ++
 .../springboot/catalog/components/azure-storage-queue.json |  4 ++--
 .../apache/camel/springboot/catalog/components/github.json |  1 +
 .../src/main/docs/azure-eventhubs-starter.adoc |  3 +--
 .../springboot/EventHubsComponentConfiguration.java| 14 --
 .../src/main/docs/azure-storage-queue-starter.adoc |  2 +-
 .../queue/springboot/QueueComponentConfiguration.java  |  2 +-
 docs/modules/ROOT/pages/azure-eventhubs-starter.adoc   |  3 +--
 docs/modules/ROOT/pages/azure-storage-queue-starter.adoc   |  2 +-
 9 files changed, 10 insertions(+), 27 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/azure-eventhubs.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/azure-eventhubs.json
index bfc1c90..9255926 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/azure-eventhubs.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/azure-eventhubs.json
@@ -24,7 +24,6 @@
   "componentProperties": {
 "amqpRetryOptions": { "kind": "property", "displayName": "Amqp Retry 
Options", "group": "common", "label": "common", "required": false, "type": 
"object", "javaType": "com.azure.core.amqp.AmqpRetryOptions", "deprecated": 
false, "autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.azure.eventhubs.EventHubsConfiguration", 
"configurationField": "configuration", "description": "Sets the retry policy 
for EventHubAsyncClient. If not specified, the default r [...]
 "amqpTransportType": { "kind": "property", "displayName": "Amqp Transport 
Type", "group": "common", "label": "common", "required": false, "type": 
"object", "javaType": "com.azure.core.amqp.AmqpTransportType", "enum": [ 
"Amqp", "AmqpWebSockets" ], "deprecated": false, "autowired": false, "secret": 
false, "defaultValue": "AMQP", "configurationClass": 
"org.apache.camel.component.azure.eventhubs.EventHubsConfiguration", 
"configurationField": "configuration", "description": "Sets the tran [...]
-"autoDiscoverClient": { "kind": "property", "displayName": "Auto Discover 
Client", "group": "common", "label": "common", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": true, "configurationClass": 
"org.apache.camel.component.azure.eventhubs.EventHubsConfiguration", 
"configurationField": "configuration", "description": "Setting the 
autoDiscoverClient mechanism, if true, the component will look for a [...]
 "configuration": { "kind": "property", "displayName": "Configuration", 
"group": "common", "label": "", "required": false, "type": "object", 
"javaType": 
"org.apache.camel.component.azure.eventhubs.EventHubsConfiguration", 
"deprecated": false, "autowired": false, "secret": false, "description": "The 
component configurations" },
 "blobAccessKey": { "kind": "property", "displayName": "Blob Access Key", 
"group": "consumer", "label": "consumer", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": true, "configurationClass": 
"org.apache.camel.component.azure.eventhubs.EventHubsConfiguration", 
"configurationField": "configuration", "description": "In case you chose the 
default BlobCheckpointStore, this sets access key for the associated azure acco 
[...]
 "blobAccountName": { "kind": "property", "displayName": "Blob Account 
Name", "group": "consumer", "label": "consumer", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "autowired": 
false, "secret": false, "configurationClass": 
"org.apache.camel.component.azure.eventhubs.EventHubsConfiguration", 
"configurationField": "configuration", "description": "In case you chose the 
default BlobCheckpointStore, this sets Azure account name to be used for a [...]
@@ -38,7 +37,7 @@
 "lazyStartProducer": { "kind": "property", "displayName": "Lazy Start 
Producer", "group": "producer", "label": "producer", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 

[camel-spring-boot] branch master updated: [create-pull-request] automated change

2021-04-15 Thread acosentino
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-spring-boot.git


The following commit(s) were added to refs/heads/master by this push:
 new 2f8e65b  [create-pull-request] automated change
2f8e65b is described below

commit 2f8e65b58aecb799d26b1163835bd9b40b0782f7
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Apr 16 00:46:25 2021 +

[create-pull-request] automated change
---
 .../springboot/catalog/components/azure-storage-blob.json  |  6 ++
 .../springboot/catalog/components/azure-storage-queue.json |  6 ++
 .../src/main/docs/azure-storage-blob-starter.adoc  |  3 +--
 .../blob/springboot/BlobComponentConfiguration.java| 14 --
 .../src/main/docs/azure-storage-queue-starter.adoc |  3 +--
 .../queue/springboot/QueueComponentConfiguration.java  | 14 --
 docs/modules/ROOT/pages/azure-storage-blob-starter.adoc|  3 +--
 docs/modules/ROOT/pages/azure-storage-queue-starter.adoc   |  3 +--
 8 files changed, 8 insertions(+), 44 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/azure-storage-blob.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/azure-storage-blob.json
index e388220..cbb4bbd 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/azure-storage-blob.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/azure-storage-blob.json
@@ -22,7 +22,6 @@
 "lenientProperties": false
   },
   "componentProperties": {
-"autoDiscoverClient": { "kind": "property", "displayName": "Auto Discover 
Client", "group": "common", "label": "common", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": true, "configurationClass": 
"org.apache.camel.component.azure.storage.blob.BlobConfiguration", 
"configurationField": "configuration", "description": "Setting the 
autoDiscoverClient mechanism, if true, the component will look for a c [...]
 "blobName": { "kind": "property", "displayName": "Blob Name", "group": 
"common", "label": "common", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"configurationClass": 
"org.apache.camel.component.azure.storage.blob.BlobConfiguration", 
"configurationField": "configuration", "description": "The blob name, to 
consume specific blob from a container. However on producer, is only required 
for the operations on [...]
 "blobOffset": { "kind": "property", "displayName": "Blob Offset", "group": 
"common", "label": "common", "required": false, "type": "integer", "javaType": 
"long", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": 0, "configurationClass": 
"org.apache.camel.component.azure.storage.blob.BlobConfiguration", 
"configurationField": "configuration", "description": "Set the blob offset for 
the upload or download operations, default is 0" },
 "blobType": { "kind": "property", "displayName": "Blob Type", "group": 
"common", "label": "common", "required": false, "type": "object", "javaType": 
"org.apache.camel.component.azure.storage.blob.BlobType", "enum": [ 
"blockblob", "appendblob", "pageblob" ], "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": "blockblob", "configurationClass": 
"org.apache.camel.component.azure.storage.blob.BlobConfiguration", 
"configurationField": "configuration", "description":  [...]
@@ -35,7 +34,7 @@
 "maxRetryRequests": { "kind": "property", "displayName": "Max Retry 
Requests", "group": "common", "label": "common", "required": false, "type": 
"integer", "javaType": "int", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": 0, "configurationClass": 
"org.apache.camel.component.azure.storage.blob.BlobConfiguration", 
"configurationField": "configuration", "description": "Specifies the maximum 
number of additional HTTP Get requests that will be made while reading  [...]
 "prefix": { "kind": "property", "displayName": "Prefix", "group": 
"common", "label": "common", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"configurationClass": 
"org.apache.camel.component.azure.storage.blob.BlobConfiguration", 
"configurationField": "configuration", "description": "Filters the results to 
return only blobs whose names begin with the specified prefix. May be null to 
return all blobs." },
 "regex": { "kind": "property", "displayName": "Regex", "group": "common", 
"label": "common", "required": 

[camel-spring-boot] branch master updated: [create-pull-request] automated change (#316)

2021-04-09 Thread davsclaus
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


The following commit(s) were added to refs/heads/master by this push:
 new 99a71e0  [create-pull-request] automated change (#316)
99a71e0 is described below

commit 99a71e0e168d5dfc1e3162591efb56663d645cff
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Apr 9 13:12:48 2021 +0200

[create-pull-request] automated change (#316)

Co-authored-by: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>


[camel-spring-boot] branch master updated: [create-pull-request] automated change

2021-04-07 Thread acosentino
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-spring-boot.git


The following commit(s) were added to refs/heads/master by this push:
 new 1b19a44  [create-pull-request] automated change
1b19a44 is described below

commit 1b19a44ddc230c1b73bfba26bc7cbb33ce16a5d7
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Apr 8 00:57:41 2021 +

[create-pull-request] automated change
---
 .../catalog/components/aws2-kinesis-firehose.json |  2 ++
 .../camel/springboot/catalog/components/aws2-kinesis.json |  2 ++
 .../src/main/docs/aws2-kinesis-starter.adoc   |  4 +++-
 .../KinesisFirehose2ComponentConfiguration.java   | 15 +++
 .../springboot/Kinesis2ComponentConfiguration.java| 15 +++
 core/camel-spring-boot/src/main/docs/spring-boot.adoc |  8 
 docs/modules/ROOT/pages/aws2-kinesis-starter.adoc |  4 +++-
 docs/modules/ROOT/pages/spring-boot.adoc  |  5 +++--
 tooling/camel-spring-boot-dependencies/pom.xml|  4 ++--
 9 files changed, 49 insertions(+), 10 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-kinesis-firehose.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-kinesis-firehose.json
index b7701e6..ed22b60 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-kinesis-firehose.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-kinesis-firehose.json
@@ -34,6 +34,7 @@
 "region": { "kind": "property", "displayName": "Region", "group": 
"producer", "label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"configurationClass": 
"org.apache.camel.component.aws2.firehose.KinesisFirehose2Configuration", 
"configurationField": "configuration", "description": "The region in which 
Kinesis Firehose client needs to work. When using this parameter, the 
configuration will expect the [...]
 "trustAllCertificates": { "kind": "property", "displayName": "Trust All 
Certificates", "group": "producer", "label": "", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": false, "configurationClass": 
"org.apache.camel.component.aws2.firehose.KinesisFirehose2Configuration", 
"configurationField": "configuration", "description": "If we want to trust all 
certificates in case of overriding the endpoint" },
 "uriEndpointOverride": { "kind": "property", "displayName": "Uri Endpoint 
Override", "group": "common", "label": "common", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "autowired": 
false, "secret": false, "configurationClass": 
"org.apache.camel.component.aws2.firehose.KinesisFirehose2Configuration", 
"configurationField": "configuration", "description": "Set the overriding uri 
endpoint. This option needs to be used in combination with overr [...]
+"useDefaultCredentialsProvider": { "kind": "property", "displayName": "Use 
Default Credentials Provider", "group": "common", "label": "common", 
"required": false, "type": "boolean", "javaType": "boolean", "deprecated": 
false, "autowired": false, "secret": false, "defaultValue": false, 
"configurationClass": 
"org.apache.camel.component.aws2.firehose.KinesisFirehose2Configuration", 
"configurationField": "configuration", "description": "Set whether the Kinesis 
Firehose client should expe [...]
 "autowiredEnabled": { "kind": "property", "displayName": "Autowired 
Enabled", "group": "advanced", "label": "advanced", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": true, "description": "Whether autowiring is 
enabled. This is used for automatic autowiring options (the option must be 
marked as autowired) by looking up in the registry to find if there is a single 
instance of matching type, which t [...]
 "accessKey": { "kind": "property", "displayName": "Access Key", "group": 
"security", "label": "security", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": true, "configurationClass": 
"org.apache.camel.component.aws2.firehose.KinesisFirehose2Configuration", 
"configurationField": "configuration", "description": "Amazon AWS Access Key" },
 "secretKey": { "kind": "property", "displayName": "Secret Key", "group": 
"security", "label": "security", "required": false, "type": "string", 
"javaType": 

[camel-spring-boot] branch master updated: [create-pull-request] automated change

2021-04-06 Thread acosentino
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-spring-boot.git


The following commit(s) were added to refs/heads/master by this push:
 new d77244e  [create-pull-request] automated change
d77244e is described below

commit d77244e6a8092da9ac420d595311dd3919d7abee
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Apr 7 00:56:47 2021 +

[create-pull-request] automated change
---
 .../springboot/catalog/components/aws2-s3.json |  6 --
 .../src/main/docs/aws2-s3-starter.adoc |  5 +++--
 .../springboot/AWS2S3ComponentConfiguration.java   | 23 +-
 docs/modules/ROOT/pages/aws2-s3-starter.adoc   |  5 +++--
 4 files changed, 28 insertions(+), 11 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-s3.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-s3.json
index 421b164..6649822 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-s3.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-s3.json
@@ -62,7 +62,8 @@
 "operation": { "kind": "property", "displayName": "Operation", "group": 
"producer", "label": "producer", "required": false, "type": "object", 
"javaType": "org.apache.camel.component.aws2.s3.AWS2S3Operations", "enum": [ 
"copyObject", "listObjects", "deleteObject", "deleteBucket", "listBuckets", 
"getObject", "getObjectRange" ], "deprecated": false, "autowired": false, 
"secret": false, "configurationClass": 
"org.apache.camel.component.aws2.s3.AWS2S3Configuration", "configurationField": 
 [...]
 "partSize": { "kind": "property", "displayName": "Part Size", "group": 
"producer", "label": "producer", "required": false, "type": "integer", 
"javaType": "long", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": 26214400, "configurationClass": 
"org.apache.camel.component.aws2.s3.AWS2S3Configuration", "configurationField": 
"configuration", "description": "Setup the partSize which is used in multi part 
upload, the default size is 25M." },
 "storageClass": { "kind": "property", "displayName": "Storage Class", 
"group": "producer", "label": "producer", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "configurationClass": 
"org.apache.camel.component.aws2.s3.AWS2S3Configuration", "configurationField": 
"configuration", "description": "The storage class to set in the 
com.amazonaws.services.s3.model.PutObjectRequest request." },
-"streamMode": { "kind": "property", "displayName": "Stream Mode", "group": 
"producer", "label": "producer", "required": false, "type": "boolean", 
"javaType": "boolean", "deprecated": false, "autowired": false, "secret": 
false, "defaultValue": false, "configurationClass": 
"org.apache.camel.component.aws2.s3.AWS2S3Configuration", "configurationField": 
"configuration", "description": "When stream mode is true the upload to bucket 
will be done in streaming" },
+"streamingUploadMode": { "kind": "property", "displayName": "Streaming 
Upload Mode", "group": "producer", "label": "producer", "required": false, 
"type": "boolean", "javaType": "boolean", "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": false, "configurationClass": 
"org.apache.camel.component.aws2.s3.AWS2S3Configuration", "configurationField": 
"configuration", "description": "When stream mode is true the upload to bucket 
will be done in streaming" },
+"streamingUploadTimeout": { "kind": "property", "displayName": "Streaming 
Upload Timeout", "group": "producer", "label": "producer", "required": false, 
"type": "integer", "javaType": "long", "deprecated": false, "autowired": false, 
"secret": false, "configurationClass": 
"org.apache.camel.component.aws2.s3.AWS2S3Configuration", "configurationField": 
"configuration", "description": "While streaming upload mode is true, this 
option set the timeout to complete upload" },
 "awsKMSKeyId": { "kind": "property", "displayName": "Aws KMSKey Id", 
"group": "producer (advanced)", "label": "producer,advanced", "required": 
false, "type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.aws2.s3.AWS2S3Configuration", "configurationField": 
"configuration", "description": "Define the id of KMS key to use in case KMS is 
enabled" },
 "useAwsKMS": { "kind": "property", "displayName": "Use Aws KMS", "group": 
"producer (advanced)", "label": "producer,advanced", "required": false, "type": 
"boolean", 

[camel-spring-boot] branch master updated: [create-pull-request] automated change

2021-04-03 Thread acosentino
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-spring-boot.git


The following commit(s) were added to refs/heads/master by this push:
 new ea10145  [create-pull-request] automated change
ea10145 is described below

commit ea10145d5b76940e705bff8ec6eb699c0d610be0
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Apr 3 00:46:21 2021 +

[create-pull-request] automated change
---
 .../springboot/catalog/components/aws2-s3.json |  8 
 .../src/main/docs/aws2-s3-starter.adoc |  6 ++-
 .../springboot/AWS2S3ComponentConfiguration.java   | 49 ++
 docs/modules/ROOT/pages/aws2-s3-starter.adoc   |  6 ++-
 tooling/camel-spring-boot-dependencies/pom.xml |  2 +-
 5 files changed, 68 insertions(+), 3 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-s3.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-s3.json
index 040f375..421b164 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-s3.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-s3.json
@@ -52,13 +52,17 @@
 "moveAfterRead": { "kind": "property", "displayName": "Move After Read", 
"group": "consumer", "label": "consumer", "required": false, "type": "boolean", 
"javaType": "boolean", "deprecated": false, "autowired": false, "secret": 
false, "defaultValue": false, "configurationClass": 
"org.apache.camel.component.aws2.s3.AWS2S3Configuration", "configurationField": 
"configuration", "description": "Move objects from S3 bucket to a different 
bucket after they have been retrieved. To accomplish  [...]
 "prefix": { "kind": "property", "displayName": "Prefix", "group": 
"consumer", "label": "consumer", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "configurationClass": 
"org.apache.camel.component.aws2.s3.AWS2S3Configuration", "configurationField": 
"configuration", "description": "The prefix which is used in the 
com.amazonaws.services.s3.model.ListObjectsRequest to only consume objects we 
are interested in." },
 "autocloseBody": { "kind": "property", "displayName": "Autoclose Body", 
"group": "consumer (advanced)", "label": "consumer,advanced", "required": 
false, "type": "boolean", "javaType": "boolean", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": true, 
"configurationClass": "org.apache.camel.component.aws2.s3.AWS2S3Configuration", 
"configurationField": "configuration", "description": "If this option is true 
and includeBody is false, then the S3Object.close() met [...]
+"batchMessageNumber": { "kind": "property", "displayName": "Batch Message 
Number", "group": "producer", "label": "producer", "required": false, "type": 
"integer", "javaType": "int", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": 10, "configurationClass": 
"org.apache.camel.component.aws2.s3.AWS2S3Configuration", "configurationField": 
"configuration", "description": "The number of messages composing a batch in 
stream mode" },
+"batchSize": { "kind": "property", "displayName": "Batch Size", "group": 
"producer", "label": "producer", "required": false, "type": "integer", 
"javaType": "int", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": 100, "configurationClass": 
"org.apache.camel.component.aws2.s3.AWS2S3Configuration", "configurationField": 
"configuration", "description": "The batch size (in bytes) in stream mode" },
 "deleteAfterWrite": { "kind": "property", "displayName": "Delete After 
Write", "group": "producer", "label": "producer", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": false, "configurationClass": 
"org.apache.camel.component.aws2.s3.AWS2S3Configuration", "configurationField": 
"configuration", "description": "Delete file object after the S3 file has been 
uploaded" },
 "keyName": { "kind": "property", "displayName": "Key Name", "group": 
"producer", "label": "producer", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "configurationClass": 
"org.apache.camel.component.aws2.s3.AWS2S3Configuration", "configurationField": 
"configuration", "description": "Setting the key name for an element in the 
bucket through endpoint parameter" },
 "lazyStartProducer": { "kind": "property", "displayName": "Lazy Start 
Producer", "group": "producer", "label": "producer", "required": false, 

[camel-spring-boot] branch master updated: [create-pull-request] automated change

2021-03-30 Thread acosentino
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-spring-boot.git


The following commit(s) were added to refs/heads/master by this push:
 new 0d1a1a1  [create-pull-request] automated change
0d1a1a1 is described below

commit 0d1a1a1cbd539e0af6aadd6ba5b7b84b00ac264f
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Mar 31 00:47:37 2021 +

[create-pull-request] automated change
---
 tooling/camel-spring-boot-dependencies/pom.xml | 56 +-
 1 file changed, 28 insertions(+), 28 deletions(-)

diff --git a/tooling/camel-spring-boot-dependencies/pom.xml 
b/tooling/camel-spring-boot-dependencies/pom.xml
index fbd7d68..5464a0a 100644
--- a/tooling/camel-spring-boot-dependencies/pom.xml
+++ b/tooling/camel-spring-boot-dependencies/pom.xml
@@ -4265,142 +4265,142 @@
   
 org.apache.cxf.services.sts
 cxf-services-sts-core
-3.4.2
+3.4.3
   
   
 org.apache.cxf.services.ws-discovery
 cxf-services-ws-discovery-api
-3.4.2
+3.4.3
   
   
 org.apache.cxf
 cxf-core
-3.4.2
+3.4.3
   
   
 org.apache.cxf
 cxf-rt-bindings-soap
-3.4.2
+3.4.3
   
   
 org.apache.cxf
 cxf-rt-bindings-xml
-3.4.2
+3.4.3
   
   
 org.apache.cxf
 cxf-rt-databinding-jaxb
-3.4.2
+3.4.3
   
   
 org.apache.cxf
 cxf-rt-features-clustering
-3.4.2
+3.4.3
   
   
 org.apache.cxf
 cxf-rt-features-logging
-3.4.2
+3.4.3
   
   
 org.apache.cxf
 cxf-rt-frontend-jaxrs
-3.4.2
+3.4.3
   
   
 org.apache.cxf
 cxf-rt-frontend-jaxws
-3.4.2
+3.4.3
   
   
 org.apache.cxf
 cxf-rt-frontend-simple
-3.4.2
+3.4.3
   
   
 org.apache.cxf
 cxf-rt-management
-3.4.2
+3.4.3
   
   
 org.apache.cxf
 cxf-rt-rs-client
-3.4.2
+3.4.3
   
   
 org.apache.cxf
 cxf-rt-rs-extension-providers
-3.4.2
+3.4.3
   
   
 org.apache.cxf
 cxf-rt-rs-security-oauth2
-3.4.2
+3.4.3
   
   
 org.apache.cxf
 cxf-rt-rs-service-description-swagger
-3.4.2
+3.4.3
   
   
 org.apache.cxf
 cxf-rt-transports-http
-3.4.2
+3.4.3
   
   
 org.apache.cxf
 cxf-rt-transports-http-jetty
-3.4.2
+3.4.3
   
   
 org.apache.cxf
 cxf-rt-transports-jms
-3.4.2
+3.4.3
   
   
 org.apache.cxf
 cxf-rt-transports-local
-3.4.2
+3.4.3
   
   
 org.apache.cxf
 cxf-rt-ws-addr
-3.4.2
+3.4.3
   
   
 org.apache.cxf
 cxf-rt-ws-mex
-3.4.2
+3.4.3
   
   
 org.apache.cxf
 cxf-rt-ws-policy
-3.4.2
+3.4.3
   
   
 org.apache.cxf
 cxf-rt-ws-rm
-3.4.2
+3.4.3
   
   
 org.apache.cxf
 cxf-rt-ws-security
-3.4.2
+3.4.3
   
   
 org.apache.cxf
 cxf-rt-ws-security-oauth2
-3.4.2
+3.4.3
   
   
 org.apache.cxf
 cxf-rt-wsdl
-3.4.2
+3.4.3
   
   
 org.apache.cxf
 cxf-testutils
-3.4.2
+3.4.3
   
   
 org.apache.ftpserver


[camel-spring-boot] branch master updated: [create-pull-request] automated change

2021-03-27 Thread acosentino
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-spring-boot.git


The following commit(s) were added to refs/heads/master by this push:
 new b425ef7  [create-pull-request] automated change
b425ef7 is described below

commit b425ef74e328c9fe15838e0e448602137fec6992
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Mar 27 01:05:10 2021 +

[create-pull-request] automated change
---
 .../apache/camel/springboot/catalog/components/google-functions.json   | 2 +-
 components-starter/README.adoc | 2 +-
 .../springboot/GoogleCloudFunctionsComponentConfiguration.java | 3 +--
 docs/modules/ROOT/pages/list.adoc  | 2 +-
 4 files changed, 4 insertions(+), 5 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/google-functions.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/google-functions.json
index cbf6471..35bb8ac 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/google-functions.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/google-functions.json
@@ -3,7 +3,7 @@
 "kind": "component",
 "name": "google-functions",
 "title": "GoogleCloudFunctions",
-"description": "Store and retrieve objects from Google Cloud Functions 
Service using the google-cloud-storage library.",
+"description": "Manage and invoke Google Cloud Functions",
 "deprecated": false,
 "firstVersion": "3.9.0",
 "label": "cloud",
diff --git a/components-starter/README.adoc b/components-starter/README.adoc
index 402c720..183eb34 100644
--- a/components-starter/README.adoc
+++ b/components-starter/README.adoc
@@ -253,7 +253,7 @@ Number of Camel components: 329 in 265 JAR artifacts (1 
deprecated)
 
 | xref:latest@components::google-storage-component.adoc[Google Storage] | 
camel-google-storage-starter | Preview | 3.9 | Store and retrieve objects from 
Google Cloud Storage Service using the google-cloud-storage library.
 
-| 
xref:latest@components::google-functions-component.adoc[GoogleCloudFunctions] | 
camel-google-functions-starter | Preview | 3.9 | Store and retrieve objects 
from Google Cloud Functions Service using the google-cloud-storage library.
+| 
xref:latest@components::google-functions-component.adoc[GoogleCloudFunctions] | 
camel-google-functions-starter | Preview | 3.9 | Manage and invoke Google Cloud 
Functions
 
 | xref:latest@components::gora-component.adoc[Gora] | camel-gora-starter | 
Stable | 2.14 | Access NoSQL databases using the Apache Gora framework.
 
diff --git 
a/components-starter/camel-google-functions-starter/src/main/java/org/apache/camel/component/google/functions/springboot/GoogleCloudFunctionsComponentConfiguration.java
 
b/components-starter/camel-google-functions-starter/src/main/java/org/apache/camel/component/google/functions/springboot/GoogleCloudFunctionsComponentConfiguration.java
index d692287..c2fcf44 100644
--- 
a/components-starter/camel-google-functions-starter/src/main/java/org/apache/camel/component/google/functions/springboot/GoogleCloudFunctionsComponentConfiguration.java
+++ 
b/components-starter/camel-google-functions-starter/src/main/java/org/apache/camel/component/google/functions/springboot/GoogleCloudFunctionsComponentConfiguration.java
@@ -21,8 +21,7 @@ import 
org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon;
 import org.springframework.boot.context.properties.ConfigurationProperties;
 
 /**
- * Store and retrieve objects from Google Cloud Functions Service using the
- * google-cloud-storage library.
+ * Manage and invoke Google Cloud Functions
  * 
  * Generated by camel-package-maven-plugin - do not edit this file!
  */
diff --git a/docs/modules/ROOT/pages/list.adoc 
b/docs/modules/ROOT/pages/list.adoc
index 402c720..183eb34 100644
--- a/docs/modules/ROOT/pages/list.adoc
+++ b/docs/modules/ROOT/pages/list.adoc
@@ -253,7 +253,7 @@ Number of Camel components: 329 in 265 JAR artifacts (1 
deprecated)
 
 | xref:latest@components::google-storage-component.adoc[Google Storage] | 
camel-google-storage-starter | Preview | 3.9 | Store and retrieve objects from 
Google Cloud Storage Service using the google-cloud-storage library.
 
-| 
xref:latest@components::google-functions-component.adoc[GoogleCloudFunctions] | 
camel-google-functions-starter | Preview | 3.9 | Store and retrieve objects 
from Google Cloud Functions Service using the google-cloud-storage library.
+| 
xref:latest@components::google-functions-component.adoc[GoogleCloudFunctions] | 
camel-google-functions-starter | Preview | 3.9 | 

[camel-spring-boot] branch master updated: [create-pull-request] automated change

2021-03-24 Thread acosentino
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-spring-boot.git


The following commit(s) were added to refs/heads/master by this push:
 new 49f5f3f  [create-pull-request] automated change
49f5f3f is described below

commit 49f5f3f0eda0aa7f876b1bc6af64c0578273da19
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Mar 25 00:46:27 2021 +

[create-pull-request] automated change
---
 .../camel/springboot/catalog/components/salesforce.json |  4 +++-
 .../src/main/docs/salesforce-starter.adoc   |  3 ++-
 .../springboot/SalesforceComponentConfiguration.java| 13 +
 docs/modules/ROOT/pages/salesforce-starter.adoc |  3 ++-
 4 files changed, 20 insertions(+), 3 deletions(-)

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 f858003..b945574 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
@@ -74,6 +74,7 @@
 "httpClientProperties": { "kind": "property", "displayName": "Http Client 
Properties", "group": "common (advanced)", "label": "common,advanced", 
"required": false, "type": "object", "javaType": 
"java.util.Map", "deprecated": false, 
"autowired": false, "secret": false, "description": "Used to set any properties 
that can be configured on the underlying HTTP client. Have a look at properties 
of SalesforceHttpClient and the Jetty HttpClient for all ava [...]
 "longPollingTransportProperties": { "kind": "property", "displayName": 
"Long Polling Transport Properties", "group": "common (advanced)", "label": 
"common,advanced", "required": false, "type": "object", "javaType": 
"java.util.Map", "deprecated": false, 
"autowired": false, "secret": false, "description": "Used to set any properties 
that can be configured on the LongPollingTransport used by the BayeuxClient 
(CometD) used by the streaming api" },
 "bridgeErrorHandler": { "kind": "property", "displayName": "Bridge Error 
Handler", "group": "consumer", "label": "consumer", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": 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 me [...]
+"allOrNone": { "kind": "property", "displayName": "All Or None", "group": 
"producer", "label": "producer", "required": false, "type": "boolean", 
"javaType": "boolean", "deprecated": false, "autowired": false, "secret": 
false, "defaultValue": false, "configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "config", "description": "Composite API option to 
indicate to rollback all records if any are not successful." },
 "apexUrl": { "kind": "property", "displayName": "Apex Url", "group": 
"producer", "label": "producer", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "config", "description": "APEX method URL" },
 "compositeMethod": { "kind": "property", "displayName": "Composite 
Method", "group": "producer", "label": "producer", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "autowired": 
false, "secret": false, "configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "config", "description": "Composite (raw) method." },
 "lazyStartProducer": { "kind": "property", "displayName": "Lazy Start 
Producer", "group": "producer", "label": "producer", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": false, "description": "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 star [...]
@@ -104,7 +105,7 @@
 "userName": { "kind": "property", "displayName": "User Name", "group": 
"security", "label": "common,security", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, 

[camel-spring-boot] branch master updated: [create-pull-request] automated change

2021-03-23 Thread acosentino
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-spring-boot.git


The following commit(s) were added to refs/heads/master by this push:
 new 2d1f731  [create-pull-request] automated change
2d1f731 is described below

commit 2d1f7315eafb4032b36b6c3fc8eeae217dc3736c
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Mar 24 01:01:54 2021 +

[create-pull-request] automated change
---
 tooling/camel-spring-boot-dependencies/pom.xml | 5 +
 1 file changed, 5 insertions(+)

diff --git a/tooling/camel-spring-boot-dependencies/pom.xml 
b/tooling/camel-spring-boot-dependencies/pom.xml
index c54db64..8e56a2d 100644
--- a/tooling/camel-spring-boot-dependencies/pom.xml
+++ b/tooling/camel-spring-boot-dependencies/pom.xml
@@ -4154,6 +4154,11 @@
   
   
 org.apache.camel
+camel-xml-io-util
+3.9.0-SNAPSHOT
+  
+  
+org.apache.camel
 camel-xml-jaxb
 3.9.0-SNAPSHOT
   


[camel-spring-boot] branch master updated: [create-pull-request] automated change

2021-03-21 Thread acosentino
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-spring-boot.git


The following commit(s) were added to refs/heads/master by this push:
 new 969fd4b  [create-pull-request] automated change
969fd4b is described below

commit 969fd4bdcbdd9bb12021539aa9dac9c43a76135f
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sun Mar 21 00:44:11 2021 +

[create-pull-request] automated change
---
 components-starter/camel-corda-starter/pom.xml |  8 
 components-starter/camel-iota-starter/pom.xml  | 12 
 2 files changed, 20 deletions(-)

diff --git a/components-starter/camel-corda-starter/pom.xml 
b/components-starter/camel-corda-starter/pom.xml
index 4aa7023..b215b27 100644
--- a/components-starter/camel-corda-starter/pom.xml
+++ b/components-starter/camel-corda-starter/pom.xml
@@ -41,14 +41,6 @@
   
   
 
-  ch.qos.logback
-  logback-classic
-
-
-  ch.qos.logback
-  logback-core
-
-
   org.apache.logging.log4j
   log4j-core
 
diff --git a/components-starter/camel-iota-starter/pom.xml 
b/components-starter/camel-iota-starter/pom.xml
index 3656ac0..1cdd52f 100644
--- a/components-starter/camel-iota-starter/pom.xml
+++ b/components-starter/camel-iota-starter/pom.xml
@@ -38,18 +38,6 @@
   org.apache.camel
   camel-iota
   ${camel-version}
-  
-  
-
-  ch.qos.logback
-  logback-classic
-
-
-  ch.qos.logback
-  logback-core
-
-  
-  
 
 
 


[camel-spring-boot] branch master updated: [create-pull-request] automated change

2021-03-20 Thread acosentino
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-spring-boot.git


The following commit(s) were added to refs/heads/master by this push:
 new 65e266c  [create-pull-request] automated change
65e266c is described below

commit 65e266cd298f907ba488a494a8260fa421a4a57d
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Mar 20 01:06:29 2021 +

[create-pull-request] automated change
---
 components-starter/camel-corda-starter/pom.xml |  8 
 components-starter/camel-iota-starter/pom.xml  | 12 
 tooling/camel-spring-boot-dependencies/pom.xml |  8 
 3 files changed, 4 insertions(+), 24 deletions(-)

diff --git a/components-starter/camel-corda-starter/pom.xml 
b/components-starter/camel-corda-starter/pom.xml
index 4aa7023..b215b27 100644
--- a/components-starter/camel-corda-starter/pom.xml
+++ b/components-starter/camel-corda-starter/pom.xml
@@ -41,14 +41,6 @@
   
   
 
-  ch.qos.logback
-  logback-classic
-
-
-  ch.qos.logback
-  logback-core
-
-
   org.apache.logging.log4j
   log4j-core
 
diff --git a/components-starter/camel-iota-starter/pom.xml 
b/components-starter/camel-iota-starter/pom.xml
index 3656ac0..1cdd52f 100644
--- a/components-starter/camel-iota-starter/pom.xml
+++ b/components-starter/camel-iota-starter/pom.xml
@@ -38,18 +38,6 @@
   org.apache.camel
   camel-iota
   ${camel-version}
-  
-  
-
-  ch.qos.logback
-  logback-classic
-
-
-  ch.qos.logback
-  logback-core
-
-  
-  
 
 
 
diff --git a/tooling/camel-spring-boot-dependencies/pom.xml 
b/tooling/camel-spring-boot-dependencies/pom.xml
index 831c9f0..753d35a 100644
--- a/tooling/camel-spring-boot-dependencies/pom.xml
+++ b/tooling/camel-spring-boot-dependencies/pom.xml
@@ -4455,22 +4455,22 @@
   
 org.apache.pdfbox
 fontbox
-2.0.22
+2.0.23
   
   
 org.apache.pdfbox
 pdfbox
-2.0.22
+2.0.23
   
   
 org.apache.pdfbox
 pdfbox-debugger
-2.0.22
+2.0.23
   
   
 org.apache.pdfbox
 pdfbox-tools
-2.0.22
+2.0.23
   
   
 org.apache.pulsar


[camel-spring-boot] branch master updated: [create-pull-request] automated change

2021-03-18 Thread acosentino
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-spring-boot.git


The following commit(s) were added to refs/heads/master by this push:
 new 0fc7a15  [create-pull-request] automated change
0fc7a15 is described below

commit 0fc7a15d7b06e23633ab4cb40a9bcf69017ec25c
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Mar 18 00:41:23 2021 +

[create-pull-request] automated change
---
 tooling/camel-spring-boot-dependencies/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tooling/camel-spring-boot-dependencies/pom.xml 
b/tooling/camel-spring-boot-dependencies/pom.xml
index 87850a4..d5885bb 100644
--- a/tooling/camel-spring-boot-dependencies/pom.xml
+++ b/tooling/camel-spring-boot-dependencies/pom.xml
@@ -243,7 +243,7 @@
   
 com.github.jasminb
 jsonapi-converter
-0.10
+0.11
   
   
 com.lmax



[camel-spring-boot] branch master updated: [create-pull-request] automated change

2021-03-14 Thread acosentino
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-spring-boot.git


The following commit(s) were added to refs/heads/master by this push:
 new 5ac4664  [create-pull-request] automated change
5ac4664 is described below

commit 5ac46643a40fdbed5641e20efeee3ce2038f21fb
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 15 00:52:49 2021 +

[create-pull-request] automated change
---
 .../org/apache/camel/springboot/catalog/components/aws2-sqs.json | 4 ++--
 .../camel-aws2-sqs-starter/src/main/docs/aws2-sqs-starter.adoc   | 2 +-
 .../component/aws2/sqs/springboot/Sqs2ComponentConfiguration.java| 5 +
 docs/modules/ROOT/pages/aws2-sqs-starter.adoc| 2 +-
 4 files changed, 9 insertions(+), 4 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 d0534e7..4450e0e 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
@@ -39,7 +39,7 @@
 "concurrentConsumers": { "kind": "property", "displayName": "Concurrent 
Consumers", "group": "consumer", "label": "consumer", "required": false, 
"type": "integer", "javaType": "int", "deprecated": false, "autowired": 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" },
 "defaultVisibilityTimeout": { "kind": "property", "displayName": "Default 
Visibility Timeout", "group": "consumer", "label": "consumer", "required": 
false, "type": "integer", "javaType": "java.lang.Integer", "deprecated": false, 
"autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.aws2.sqs.Sqs2Configuration", "configurationField": 
"configuration", "description": "The default visibility timeout (in seconds)" },
 "deleteAfterRead": { "kind": "property", "displayName": "Delete After 
Read", "group": "consumer", "label": "consumer", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": true, "configurationClass": 
"org.apache.camel.component.aws2.sqs.Sqs2Configuration", "configurationField": 
"configuration", "description": "Delete message from SQS after it has been 
read" },
-"deleteIfFiltered": { "kind": "property", "displayName": "Delete If 
Filtered", "group": "consumer", "label": "consumer", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": true, "configurationClass": 
"org.apache.camel.component.aws2.sqs.Sqs2Configuration", "configurationField": 
"configuration", "description": "Whether or not to send the DeleteMessage to 
the SQS queue if an exchange fails to get throug [...]
+"deleteIfFiltered": { "kind": "property", "displayName": "Delete If 
Filtered", "group": "consumer", "label": "consumer", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": true, "autowired": false, 
"secret": false, "defaultValue": true, "configurationClass": 
"org.apache.camel.component.aws2.sqs.Sqs2Configuration", "configurationField": 
"configuration", "description": "Whether or not to send the DeleteMessage to 
the SQS queue if an exchange fails to get through [...]
 "extendMessageVisibility": { "kind": "property", "displayName": "Extend 
Message Visibility", "group": "consumer", "label": "consumer", "required": 
false, "type": "boolean", "javaType": "boolean", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": false, 
"configurationClass": "org.apache.camel.component.aws2.sqs.Sqs2Configuration", 
"configurationField": "configuration", "description": "If enabled then a 
scheduled background task will keep extending the message v [...]
 "kmsDataKeyReusePeriodSeconds": { "kind": "property", "displayName": "Kms 
Data Key Reuse Period Seconds", "group": "consumer", "label": "consumer", 
"required": false, "type": "integer", "javaType": "java.lang.Integer", 
"deprecated": false, "autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.aws2.sqs.Sqs2Configuration", "configurationField": 
"configuration", "description": "The length of time, in seconds, for which 
Amazon SQS can reuse a data key to  [...]
 "kmsMasterKeyId": { "kind": "property", "displayName": "Kms Master 

[camel-spring-boot] branch master updated: [create-pull-request] automated change (#300)

2021-03-12 Thread davsclaus
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


The following commit(s) were added to refs/heads/master by this push:
 new 5238065  [create-pull-request] automated change (#300)
5238065 is described below

commit 5238065b90dfdccf2baec2898ee349508c112d6b
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Mar 13 08:26:39 2021 +0100

[create-pull-request] automated change (#300)

Co-authored-by: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
---
 tooling/camel-spring-boot-dependencies/pom.xml | 5 +
 1 file changed, 5 insertions(+)

diff --git a/tooling/camel-spring-boot-dependencies/pom.xml 
b/tooling/camel-spring-boot-dependencies/pom.xml
index 51174c4..4b959c8 100644
--- a/tooling/camel-spring-boot-dependencies/pom.xml
+++ b/tooling/camel-spring-boot-dependencies/pom.xml
@@ -2064,6 +2064,11 @@
   
   
 org.apache.camel
+camel-aws-secrets-manager
+3.9.0-SNAPSHOT
+  
+  
+org.apache.camel
 camel-aws-xray
 3.9.0-SNAPSHOT
   



[camel-spring-boot] branch master updated: [create-pull-request] automated change

2021-03-11 Thread acosentino
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-spring-boot.git


The following commit(s) were added to refs/heads/master by this push:
 new 055e6b8  [create-pull-request] automated change
055e6b8 is described below

commit 055e6b890160921d9ed332b26648575aebfae317
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Mar 12 00:45:11 2021 +

[create-pull-request] automated change
---
 components-starter/camel-corda-starter/pom.xml |  8 
 components-starter/camel-iota-starter/pom.xml  | 12 
 2 files changed, 20 deletions(-)

diff --git a/components-starter/camel-corda-starter/pom.xml 
b/components-starter/camel-corda-starter/pom.xml
index 4aa7023..b215b27 100644
--- a/components-starter/camel-corda-starter/pom.xml
+++ b/components-starter/camel-corda-starter/pom.xml
@@ -41,14 +41,6 @@
   
   
 
-  ch.qos.logback
-  logback-classic
-
-
-  ch.qos.logback
-  logback-core
-
-
   org.apache.logging.log4j
   log4j-core
 
diff --git a/components-starter/camel-iota-starter/pom.xml 
b/components-starter/camel-iota-starter/pom.xml
index 3656ac0..1cdd52f 100644
--- a/components-starter/camel-iota-starter/pom.xml
+++ b/components-starter/camel-iota-starter/pom.xml
@@ -38,18 +38,6 @@
   org.apache.camel
   camel-iota
   ${camel-version}
-  
-  
-
-  ch.qos.logback
-  logback-classic
-
-
-  ch.qos.logback
-  logback-core
-
-  
-  
 
 
 



[camel-spring-boot] branch master updated: [create-pull-request] automated change

2021-03-08 Thread acosentino
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-spring-boot.git


The following commit(s) were added to refs/heads/master by this push:
 new 00eb509  [create-pull-request] automated change
00eb509 is described below

commit 00eb509bc96cd404e37d961fb4be4bf2c3f1b305
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Mar 9 00:46:29 2021 +

[create-pull-request] automated change
---
 .../springboot/catalog/components/netty-http.json  |  2 ++
 .../camel/springboot/catalog/components/netty.json |  2 ++
 .../catalog/components/spring-rabbitmq.json|  6 
 components-starter/camel-corda-starter/pom.xml |  8 -
 components-starter/camel-iota-starter/pom.xml  | 12 ---
 .../src/main/docs/netty-http-starter.adoc  |  3 +-
 .../NettyHttpComponentConfiguration.java   | 12 +++
 .../src/main/docs/netty-starter.adoc   |  3 +-
 .../springboot/NettyComponentConfiguration.java| 12 +++
 .../src/main/docs/spring-rabbitmq-starter.adoc |  7 ++--
 .../SpringRabbitMQComponentConfiguration.java  | 37 ++
 docs/modules/ROOT/pages/netty-http-starter.adoc|  3 +-
 docs/modules/ROOT/pages/netty-starter.adoc |  3 +-
 .../ROOT/pages/spring-rabbitmq-starter.adoc|  7 ++--
 14 files changed, 87 insertions(+), 30 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/netty-http.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/netty-http.json
index 3cec499..fef5b75 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/netty-http.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/netty-http.json
@@ -61,6 +61,7 @@
 "producerPoolMinIdle": { "kind": "property", "displayName": "Producer Pool 
Min Idle", "group": "producer (advanced)", "label": "producer,advanced", 
"required": false, "type": "integer", "javaType": "int", "deprecated": false, 
"autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.netty.NettyConfiguration", "configurationField": 
"configuration", "description": "Sets the minimum number of instances allowed 
in the producer pool before the evictor thread ( [...]
 "udpConnectionlessSending": { "kind": "property", "displayName": "Udp 
Connectionless Sending", "group": "producer (advanced)", "label": 
"producer,advanced", "required": false, "type": "boolean", "javaType": 
"boolean", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": false, "configurationClass": 
"org.apache.camel.component.netty.NettyConfiguration", "configurationField": 
"configuration", "description": "This option supports connection less udp 
sending which is [...]
 "useByteBuf": { "kind": "property", "displayName": "Use Byte Buf", 
"group": "producer (advanced)", "label": "producer,advanced", "required": 
false, "type": "boolean", "javaType": "boolean", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": false, 
"configurationClass": "org.apache.camel.component.netty.NettyConfiguration", 
"configurationField": "configuration", "description": "If the useByteBuf is 
true, netty producer will turn the message body into ByteBuf bef [...]
+"hostnameVerification": { "kind": "property", "displayName": "Hostname 
Verification", "group": " security", "label": "common, security", "required": 
false, "type": "boolean", "javaType": "boolean", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": false, 
"configurationClass": "org.apache.camel.component.netty.NettyConfiguration", 
"configurationField": "configuration", "description": "To enable\/disable 
hostname verification on SSLEngine" },
 "allowSerializedHeaders": { "kind": "property", "displayName": "Allow 
Serialized Headers", "group": "advanced", "label": "advanced", "required": 
false, "type": "boolean", "javaType": "boolean", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": false, 
"configurationClass": "org.apache.camel.component.netty.NettyConfiguration", 
"configurationField": "configuration", "description": "Only used for TCP when 
transferExchange is true. When set to true, serializable o [...]
 "autowiredEnabled": { "kind": "property", "displayName": "Autowired 
Enabled", "group": "advanced", "label": "advanced", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": true, "description": "Whether autowiring is 
enabled. This is used for automatic autowiring options (the option must be 
marked as autowired) by 

[camel-spring-boot] branch master updated: [create-pull-request] automated change

2021-03-04 Thread acosentino
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-spring-boot.git


The following commit(s) were added to refs/heads/master by this push:
 new 22820ba  [create-pull-request] automated change
22820ba is described below

commit 22820ba29e2581cd1e869b9dfe4a24d911bfc6d5
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Mar 5 00:45:35 2021 +

[create-pull-request] automated change
---
 components-starter/camel-corda-starter/pom.xml |  8 
 components-starter/camel-iota-starter/pom.xml  | 12 
 2 files changed, 20 deletions(-)

diff --git a/components-starter/camel-corda-starter/pom.xml 
b/components-starter/camel-corda-starter/pom.xml
index 4aa7023..b215b27 100644
--- a/components-starter/camel-corda-starter/pom.xml
+++ b/components-starter/camel-corda-starter/pom.xml
@@ -41,14 +41,6 @@
   
   
 
-  ch.qos.logback
-  logback-classic
-
-
-  ch.qos.logback
-  logback-core
-
-
   org.apache.logging.log4j
   log4j-core
 
diff --git a/components-starter/camel-iota-starter/pom.xml 
b/components-starter/camel-iota-starter/pom.xml
index 3656ac0..1cdd52f 100644
--- a/components-starter/camel-iota-starter/pom.xml
+++ b/components-starter/camel-iota-starter/pom.xml
@@ -38,18 +38,6 @@
   org.apache.camel
   camel-iota
   ${camel-version}
-  
-  
-
-  ch.qos.logback
-  logback-classic
-
-
-  ch.qos.logback
-  logback-core
-
-  
-  
 
 
 



[camel-spring-boot] branch master updated: [create-pull-request] automated change

2021-03-03 Thread acosentino
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-spring-boot.git


The following commit(s) were added to refs/heads/master by this push:
 new 8a6a66b  [create-pull-request] automated change
8a6a66b is described below

commit 8a6a66ba2138d602107f6e4d9bbac5b1b2250583
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Mar 4 00:50:05 2021 +

[create-pull-request] automated change
---
 .../camel/springboot/catalog/components/google-pubsub.json   |  1 +
 .../apache/camel/springboot/catalog/components/slack.json|  5 -
 components-starter/camel-corda-starter/pom.xml   |  8 
 components-starter/camel-iota-starter/pom.xml| 12 
 .../camel-slack-starter/src/main/docs/slack-starter.adoc |  3 ++-
 .../slack/springboot/SlackComponentConfiguration.java| 12 
 docs/modules/ROOT/pages/slack-starter.adoc   |  3 ++-
 tooling/camel-spring-boot-dependencies/pom.xml   |  5 +
 8 files changed, 26 insertions(+), 23 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/google-pubsub.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/google-pubsub.json
index 3017d9c..1c5e5945 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/google-pubsub.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/google-pubsub.json
@@ -37,6 +37,7 @@
 "concurrentConsumers": { "kind": "parameter", "displayName": "Concurrent 
Consumers", "group": "common", "label": "", "required": false, "type": 
"integer", "javaType": "java.lang.Integer", "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": "1", "description": "The number of 
parallel streams consuming from the subscription" },
 "loggerId": { "kind": "parameter", "displayName": "Logger Id", "group": 
"common", "label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"description": "Logger ID to use when a match to the parent route required" },
 "maxMessagesPerPoll": { "kind": "parameter", "displayName": "Max Messages 
Per Poll", "group": "common", "label": "", "required": false, "type": 
"integer", "javaType": "java.lang.Integer", "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": "1", "description": "The max number of 
messages to receive from the server in a single API call" },
+"serviceAccountKey": { "kind": "parameter", "displayName": "Service 
Account Key", "group": "common", "label": "common", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "autowired": 
false, "secret": false, "description": "The Service account key that can be 
used as credentials for the PubSub publisher\/subscriber. It can be loaded by 
default from classpath, but you can prefix with classpath:, file:, or http: to 
load the resource from different [...]
 "synchronousPull": { "kind": "parameter", "displayName": "Synchronous 
Pull", "group": "common", "label": "", "required": false, "type": "boolean", 
"javaType": "boolean", "deprecated": false, "autowired": false, "secret": 
false, "defaultValue": false, "description": "Synchronously pull batches of 
messages" },
 "bridgeErrorHandler": { "kind": "parameter", "displayName": "Bridge Error 
Handler", "group": "consumer", "label": "consumer", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": 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 m [...]
 "exceptionHandler": { "kind": "parameter", "displayName": "Exception 
Handler", "group": "consumer (advanced)", "label": "consumer,advanced", 
"required": false, "type": "object", "javaType": 
"org.apache.camel.spi.ExceptionHandler", "optionalPrefix": "consumer.", 
"deprecated": false, "autowired": false, "secret": false, "description": "To 
let the consumer use a custom ExceptionHandler. Notice if the option 
bridgeErrorHandler is enabled then this option is not in use. By default the 
con [...]
diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/slack.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/slack.json
index 108030b..180edb7 100644
--- 

[camel-spring-boot] branch master updated: [create-pull-request] automated change

2021-03-02 Thread acosentino
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-spring-boot.git


The following commit(s) were added to refs/heads/master by this push:
 new e408b4e  [create-pull-request] automated change
e408b4e is described below

commit e408b4e87ccd73f28477071dfe1961627766a654
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Mar 3 00:45:33 2021 +

[create-pull-request] automated change
---
 components-starter/camel-corda-starter/pom.xml |  8 
 components-starter/camel-iota-starter/pom.xml  | 12 
 2 files changed, 20 deletions(-)

diff --git a/components-starter/camel-corda-starter/pom.xml 
b/components-starter/camel-corda-starter/pom.xml
index 4aa7023..b215b27 100644
--- a/components-starter/camel-corda-starter/pom.xml
+++ b/components-starter/camel-corda-starter/pom.xml
@@ -41,14 +41,6 @@
   
   
 
-  ch.qos.logback
-  logback-classic
-
-
-  ch.qos.logback
-  logback-core
-
-
   org.apache.logging.log4j
   log4j-core
 
diff --git a/components-starter/camel-iota-starter/pom.xml 
b/components-starter/camel-iota-starter/pom.xml
index 3656ac0..1cdd52f 100644
--- a/components-starter/camel-iota-starter/pom.xml
+++ b/components-starter/camel-iota-starter/pom.xml
@@ -38,18 +38,6 @@
   org.apache.camel
   camel-iota
   ${camel-version}
-  
-  
-
-  ch.qos.logback
-  logback-classic
-
-
-  ch.qos.logback
-  logback-core
-
-  
-  
 
 
 



[camel-spring-boot] branch master updated: [create-pull-request] automated change

2021-03-01 Thread acosentino
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-spring-boot.git


The following commit(s) were added to refs/heads/master by this push:
 new 40416a0  [create-pull-request] automated change
40416a0 is described below

commit 40416a0b6b3247fb82d4f44c5ba5ccc9add80fdc
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Mar 2 00:42:20 2021 +

[create-pull-request] automated change
---
 components-starter/camel-corda-starter/pom.xml |  8 
 components-starter/camel-iota-starter/pom.xml  | 12 
 2 files changed, 20 deletions(-)

diff --git a/components-starter/camel-corda-starter/pom.xml 
b/components-starter/camel-corda-starter/pom.xml
index 4aa7023..b215b27 100644
--- a/components-starter/camel-corda-starter/pom.xml
+++ b/components-starter/camel-corda-starter/pom.xml
@@ -41,14 +41,6 @@
   
   
 
-  ch.qos.logback
-  logback-classic
-
-
-  ch.qos.logback
-  logback-core
-
-
   org.apache.logging.log4j
   log4j-core
 
diff --git a/components-starter/camel-iota-starter/pom.xml 
b/components-starter/camel-iota-starter/pom.xml
index 3656ac0..1cdd52f 100644
--- a/components-starter/camel-iota-starter/pom.xml
+++ b/components-starter/camel-iota-starter/pom.xml
@@ -38,18 +38,6 @@
   org.apache.camel
   camel-iota
   ${camel-version}
-  
-  
-
-  ch.qos.logback
-  logback-classic
-
-
-  ch.qos.logback
-  logback-core
-
-  
-  
 
 
 



[camel-spring-boot] branch master updated: [create-pull-request] automated change

2021-02-24 Thread acosentino
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-spring-boot.git


The following commit(s) were added to refs/heads/master by this push:
 new 6c98345  [create-pull-request] automated change
6c98345 is described below

commit 6c98345859179a319e9c1790dcbcfe835ddc59b7
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Feb 25 00:43:47 2021 +

[create-pull-request] automated change
---
 components-starter/camel-corda-starter/pom.xml |  8 
 components-starter/camel-iota-starter/pom.xml  | 12 
 2 files changed, 20 deletions(-)

diff --git a/components-starter/camel-corda-starter/pom.xml 
b/components-starter/camel-corda-starter/pom.xml
index 4aa7023..b215b27 100644
--- a/components-starter/camel-corda-starter/pom.xml
+++ b/components-starter/camel-corda-starter/pom.xml
@@ -41,14 +41,6 @@
   
   
 
-  ch.qos.logback
-  logback-classic
-
-
-  ch.qos.logback
-  logback-core
-
-
   org.apache.logging.log4j
   log4j-core
 
diff --git a/components-starter/camel-iota-starter/pom.xml 
b/components-starter/camel-iota-starter/pom.xml
index 3656ac0..1cdd52f 100644
--- a/components-starter/camel-iota-starter/pom.xml
+++ b/components-starter/camel-iota-starter/pom.xml
@@ -38,18 +38,6 @@
   org.apache.camel
   camel-iota
   ${camel-version}
-  
-  
-
-  ch.qos.logback
-  logback-classic
-
-
-  ch.qos.logback
-  logback-core
-
-  
-  
 
 
 



[camel-spring-boot] branch master updated: [create-pull-request] automated change (#287)

2021-02-23 Thread davsclaus
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


The following commit(s) were added to refs/heads/master by this push:
 new f26496f  [create-pull-request] automated change (#287)
f26496f is described below

commit f26496f485d42012ac2c8b1ae038a16c84df3d38
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Feb 24 06:10:02 2021 +0100

[create-pull-request] automated change (#287)

Co-authored-by: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
---
 components-starter/camel-corda-starter/pom.xml |  8 
 components-starter/camel-iota-starter/pom.xml  | 12 
 2 files changed, 20 deletions(-)

diff --git a/components-starter/camel-corda-starter/pom.xml 
b/components-starter/camel-corda-starter/pom.xml
index 4aa7023..b215b27 100644
--- a/components-starter/camel-corda-starter/pom.xml
+++ b/components-starter/camel-corda-starter/pom.xml
@@ -41,14 +41,6 @@
   
   
 
-  ch.qos.logback
-  logback-classic
-
-
-  ch.qos.logback
-  logback-core
-
-
   org.apache.logging.log4j
   log4j-core
 
diff --git a/components-starter/camel-iota-starter/pom.xml 
b/components-starter/camel-iota-starter/pom.xml
index 3656ac0..1cdd52f 100644
--- a/components-starter/camel-iota-starter/pom.xml
+++ b/components-starter/camel-iota-starter/pom.xml
@@ -38,18 +38,6 @@
   org.apache.camel
   camel-iota
   ${camel-version}
-  
-  
-
-  ch.qos.logback
-  logback-classic
-
-
-  ch.qos.logback
-  logback-core
-
-  
-  
 
 
 



[camel-spring-boot] branch master updated: [create-pull-request] automated change

2021-02-22 Thread acosentino
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-spring-boot.git


The following commit(s) were added to refs/heads/master by this push:
 new f4f4fbf  [create-pull-request] automated change
f4f4fbf is described below

commit f4f4fbf8dc78eae9d6a7cc3580c0656e9c1bdeb4
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Feb 23 00:49:57 2021 +

[create-pull-request] automated change
---
 .../apache/camel/springboot/catalog/components.properties|  2 +-
 components-starter/camel-corda-starter/pom.xml   |  8 
 components-starter/camel-iota-starter/pom.xml| 12 
 3 files changed, 1 insertion(+), 21 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components.properties
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components.properties
index aed183d..125e313 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components.properties
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components.properties
@@ -350,4 +350,4 @@ xslt-saxon
 yammer
 zendesk
 zookeeper
-zookeeper-master
+zookeeper-master
\ No newline at end of file
diff --git a/components-starter/camel-corda-starter/pom.xml 
b/components-starter/camel-corda-starter/pom.xml
index 4aa7023..b215b27 100644
--- a/components-starter/camel-corda-starter/pom.xml
+++ b/components-starter/camel-corda-starter/pom.xml
@@ -41,14 +41,6 @@
   
   
 
-  ch.qos.logback
-  logback-classic
-
-
-  ch.qos.logback
-  logback-core
-
-
   org.apache.logging.log4j
   log4j-core
 
diff --git a/components-starter/camel-iota-starter/pom.xml 
b/components-starter/camel-iota-starter/pom.xml
index 3656ac0..1cdd52f 100644
--- a/components-starter/camel-iota-starter/pom.xml
+++ b/components-starter/camel-iota-starter/pom.xml
@@ -38,18 +38,6 @@
   org.apache.camel
   camel-iota
   ${camel-version}
-  
-  
-
-  ch.qos.logback
-  logback-classic
-
-
-  ch.qos.logback
-  logback-core
-
-  
-  
 
 
 



[camel-spring-boot] branch master updated: [create-pull-request] automated change (#285)

2021-02-18 Thread davsclaus
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


The following commit(s) were added to refs/heads/master by this push:
 new 63d271a  [create-pull-request] automated change (#285)
63d271a is described below

commit 63d271aa194c793ae62aa62e78d1788db05e90de
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Feb 19 06:08:32 2021 +0100

[create-pull-request] automated change (#285)

Co-authored-by: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
---
 components-starter/camel-corda-starter/pom.xml |  8 
 components-starter/camel-iota-starter/pom.xml  | 12 
 2 files changed, 20 deletions(-)

diff --git a/components-starter/camel-corda-starter/pom.xml 
b/components-starter/camel-corda-starter/pom.xml
index 4aa7023..b215b27 100644
--- a/components-starter/camel-corda-starter/pom.xml
+++ b/components-starter/camel-corda-starter/pom.xml
@@ -41,14 +41,6 @@
   
   
 
-  ch.qos.logback
-  logback-classic
-
-
-  ch.qos.logback
-  logback-core
-
-
   org.apache.logging.log4j
   log4j-core
 
diff --git a/components-starter/camel-iota-starter/pom.xml 
b/components-starter/camel-iota-starter/pom.xml
index 3656ac0..1cdd52f 100644
--- a/components-starter/camel-iota-starter/pom.xml
+++ b/components-starter/camel-iota-starter/pom.xml
@@ -38,18 +38,6 @@
   org.apache.camel
   camel-iota
   ${camel-version}
-  
-  
-
-  ch.qos.logback
-  logback-classic
-
-
-  ch.qos.logback
-  logback-core
-
-  
-  
 
 
 



[camel-spring-boot] branch master updated: [create-pull-request] automated change

2021-02-17 Thread acosentino
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-spring-boot.git


The following commit(s) were added to refs/heads/master by this push:
 new e1f0579  [create-pull-request] automated change
e1f0579 is described below

commit e1f05794fe78452701a7e514205debe2ea784dab
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Feb 18 00:47:14 2021 +

[create-pull-request] automated change
---
 .../camel/springboot/catalog/components/vertx-http.json |  2 ++
 components-starter/camel-corda-starter/pom.xml  |  8 
 components-starter/camel-iota-starter/pom.xml   | 12 
 .../src/main/docs/vertx-http-starter.adoc   |  3 ++-
 .../http/springboot/VertxHttpComponentConfiguration.java| 13 +
 docs/modules/ROOT/pages/vertx-http-starter.adoc |  3 ++-
 6 files changed, 19 insertions(+), 22 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/vertx-http.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/vertx-http.json
index ba505f6..1f94ec9 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/vertx-http.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/vertx-http.json
@@ -23,6 +23,7 @@
   },
   "componentProperties": {
 "lazyStartProducer": { "kind": "property", "displayName": "Lazy Start 
Producer", "group": "producer", "label": "producer", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": false, "description": "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 star [...]
+"responsePayloadAsByteArray": { "kind": "property", "displayName": 
"Response Payload As Byte Array", "group": "producer", "label": "producer", 
"required": false, "type": "boolean", "javaType": "boolean", "deprecated": 
false, "autowired": false, "secret": false, "defaultValue": true, 
"description": "Whether the response body should be byte or as 
io.vertx.core.buffer.Buffer" },
 "allowJavaSerializedObject": { "kind": "property", "displayName": "Allow 
Java Serialized Object", "group": "advanced", "label": "advanced", "required": 
false, "type": "boolean", "javaType": "boolean", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": false, "description": 
"Whether to allow java serialization when a request has the Content-Type 
application\/x-java-serialized-object This is disabled by default. If you 
enable this, be aware that Java will deseria [...]
 "autowiredEnabled": { "kind": "property", "displayName": "Autowired 
Enabled", "group": "advanced", "label": "advanced", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": true, "description": "Whether autowiring is 
enabled. This is used for automatic autowiring options (the option must be 
marked as autowired) by looking up in the registry to find if there is a single 
instance of matching type, which t [...]
 "vertx": { "kind": "property", "displayName": "Vertx", "group": 
"advanced", "label": "advanced", "required": false, "type": "object", 
"javaType": "io.vertx.core.Vertx", "deprecated": false, "autowired": false, 
"secret": false, "description": "To use an existing vertx instead of creating a 
new instance" },
@@ -48,6 +49,7 @@
 "httpMethod": { "kind": "parameter", "displayName": "Http Method", 
"group": "producer", "label": "producer", "required": false, "type": "object", 
"javaType": "io.vertx.core.http.HttpMethod", "enum": [ "OPTIONS", "GET", 
"HEAD", "POST", "PUT", "DELETE", "TRACE", "CONNECT", "PATCH", "OTHER" ], 
"deprecated": false, "autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.vertx.http.VertxHttpConfiguration", 
"configurationField": "configuration", "description" [...]
 "lazyStartProducer": { "kind": "parameter", "displayName": "Lazy Start 
Producer", "group": "producer", "label": "producer", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": false, "description": "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 sta [...]
 "okStatusCodeRange": { "kind": "parameter", "displayName": "Ok 

[camel-spring-boot] branch master updated: [create-pull-request] automated change

2021-02-16 Thread acosentino
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-spring-boot.git


The following commit(s) were added to refs/heads/master by this push:
 new bdb7c6c  [create-pull-request] automated change
bdb7c6c is described below

commit bdb7c6c9ffc96abb160d9cd75d4773e182d9131c
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Feb 17 00:44:28 2021 +

[create-pull-request] automated change
---
 components-starter/camel-corda-starter/pom.xml |  8 
 components-starter/camel-iota-starter/pom.xml  | 12 
 2 files changed, 20 deletions(-)

diff --git a/components-starter/camel-corda-starter/pom.xml 
b/components-starter/camel-corda-starter/pom.xml
index 4aa7023..b215b27 100644
--- a/components-starter/camel-corda-starter/pom.xml
+++ b/components-starter/camel-corda-starter/pom.xml
@@ -41,14 +41,6 @@
   
   
 
-  ch.qos.logback
-  logback-classic
-
-
-  ch.qos.logback
-  logback-core
-
-
   org.apache.logging.log4j
   log4j-core
 
diff --git a/components-starter/camel-iota-starter/pom.xml 
b/components-starter/camel-iota-starter/pom.xml
index 3656ac0..1cdd52f 100644
--- a/components-starter/camel-iota-starter/pom.xml
+++ b/components-starter/camel-iota-starter/pom.xml
@@ -38,18 +38,6 @@
   org.apache.camel
   camel-iota
   ${camel-version}
-  
-  
-
-  ch.qos.logback
-  logback-classic
-
-
-  ch.qos.logback
-  logback-core
-
-  
-  
 
 
 



[camel-spring-boot] branch master updated: [create-pull-request] automated change

2021-02-15 Thread acosentino
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-spring-boot.git


The following commit(s) were added to refs/heads/master by this push:
 new ddb9281  [create-pull-request] automated change
ddb9281 is described below

commit ddb9281f7a417395f5f17e0125d3135894783ca5
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Feb 16 00:47:29 2021 +

[create-pull-request] automated change
---
 .../apache/camel/springboot/catalog/components.properties |  2 +-
 .../camel/springboot/catalog/components/resteasy.json |  1 +
 .../src/main/docs/resteasy-starter.adoc   |  3 ++-
 .../springboot/ResteasyComponentConfiguration.java| 15 +++
 docs/modules/ROOT/pages/resteasy-starter.adoc |  3 ++-
 5 files changed, 21 insertions(+), 3 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components.properties
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components.properties
index 9593ab9..6196f91 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components.properties
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components.properties
@@ -360,4 +360,4 @@ xslt-saxon
 yammer
 zendesk
 zookeeper
-zookeeper-master
+zookeeper-master
\ No newline at end of file
diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/resteasy.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/resteasy.json
index 964d7f1..730d83c 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/resteasy.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/resteasy.json
@@ -27,6 +27,7 @@
 "bridgeErrorHandler": { "kind": "property", "displayName": "Bridge Error 
Handler", "group": "consumer", "label": "consumer", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": 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 me [...]
 "proxyConsumersClasses": { "kind": "property", "displayName": "Proxy 
Consumers Classes", "group": "consumer", "label": "consumer", "required": 
false, "type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "description": "Proxy classes for consumer 
endpoints. Multiple classes can be separated by comma." },
 "lazyStartProducer": { "kind": "property", "displayName": "Lazy Start 
Producer", "group": "producer", "label": "producer", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": false, "description": "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 star [...]
+"responsePayloadStreamingThreshold": { "kind": "property", "displayName": 
"Response Payload Streaming Threshold", "group": "producer", "label": 
"producer", "required": false, "type": "integer", "javaType": "int", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": 8192, 
"description": "This threshold in bytes controls whether the response payload 
should be stored in memory as a byte array or be streaming based. Set this to 
-1 to always use streaming mode." },
 "allowJavaSerializedObject": { "kind": "property", "displayName": "Allow 
Java Serialized Object", "group": "advanced", "label": "advanced", "required": 
false, "type": "boolean", "javaType": "boolean", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": false, "description": 
"Whether to allow java serialization when a request uses 
context-type=application\/x-java-serialized-object. This is by default turned 
off. If you enable this then be aware that Java will des [...]
 "autowiredEnabled": { "kind": "property", "displayName": "Autowired 
Enabled", "group": "advanced", "label": "advanced", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": true, "description": "Whether autowiring is 
enabled. This is used for automatic autowiring options (the option must be 
marked as autowired) by looking up 

[camel-spring-boot] branch master updated: [create-pull-request] automated change

2021-02-11 Thread acosentino
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-spring-boot.git


The following commit(s) were added to refs/heads/master by this push:
 new 78ba39a  [create-pull-request] automated change
78ba39a is described below

commit 78ba39a1159f267905c66f392867b03eee2d0a3a
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Feb 12 00:50:26 2021 +

[create-pull-request] automated change
---
 .../springboot/catalog/components/aws2-sqs.json|  2 ++
 .../springboot/catalog/components/mongodb.json |  2 +-
 .../src/main/docs/aws2-sqs-starter.adoc|  3 ++-
 .../sqs/springboot/Sqs2ComponentConfiguration.java | 12 +++
 docs/modules/ROOT/pages/aws2-sqs-starter.adoc  |  3 ++-
 tooling/camel-spring-boot-dependencies/pom.xml | 24 +++---
 6 files changed, 31 insertions(+), 15 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 8b365b0..2f1c895 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
@@ -45,6 +45,7 @@
 "serverSideEncryptionEnabled": { "kind": "property", "displayName": 
"Server Side Encryption Enabled", "group": "consumer", "label": "consumer", 
"required": false, "type": "boolean", "javaType": "boolean", "deprecated": 
false, "autowired": false, "secret": false, "defaultValue": false, 
"configurationClass": "org.apache.camel.component.aws2.sqs.Sqs2Configuration", 
"configurationField": "configuration", "description": "Define if Server Side 
Encryption is enabled or not on the queue" },
 "visibilityTimeout": { "kind": "property", "displayName": "Visibility 
Timeout", "group": "consumer", "label": "consumer", "required": false, "type": 
"integer", "javaType": "java.lang.Integer", "deprecated": false, "autowired": 
false, "secret": false, "configurationClass": 
"org.apache.camel.component.aws2.sqs.Sqs2Configuration", "configurationField": 
"configuration", "description": "The duration (in seconds) that the received 
messages are hidden from subsequent retrieve requests after [...]
 "waitTimeSeconds": { "kind": "property", "displayName": "Wait Time 
Seconds", "group": "consumer", "label": "consumer", "required": false, "type": 
"integer", "javaType": "java.lang.Integer", "deprecated": false, "autowired": 
false, "secret": false, "configurationClass": 
"org.apache.camel.component.aws2.sqs.Sqs2Configuration", "configurationField": 
"configuration", "description": "Duration in seconds (0 to 20) that the 
ReceiveMessage action call will wait until a message is in the queu [...]
+"batchSeparator": { "kind": "property", "displayName": "Batch Separator", 
"group": "producer", "label": "producer", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": ",", "configurationClass": 
"org.apache.camel.component.aws2.sqs.Sqs2Configuration", "configurationField": 
"configuration", "description": "Set the separator when passing a String to 
send batch message operation" },
 "delaySeconds": { "kind": "property", "displayName": "Delay Seconds", 
"group": "producer", "label": "producer", "required": false, "type": "integer", 
"javaType": "java.lang.Integer", "deprecated": false, "autowired": false, 
"secret": false, "configurationClass": 
"org.apache.camel.component.aws2.sqs.Sqs2Configuration", "configurationField": 
"configuration", "description": "Delay sending messages for a number of 
seconds." },
 "lazyStartProducer": { "kind": "property", "displayName": "Lazy Start 
Producer", "group": "producer", "label": "producer", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": false, "description": "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 star [...]
 "messageDeduplicationIdStrategy": { "kind": "property", "displayName": 
"Message Deduplication Id Strategy", "group": "producer", "label": "producer", 
"required": false, "type": "string", "javaType": "java.lang.String", "enum": [ 
"useExchangeId", "useContentBasedDeduplication" ], "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": "useExchangeId", 
"configurationClass": "org.apache.camel.component.aws2.sqs.Sqs2Configuration", 

[camel-spring-boot] branch master updated: [create-pull-request] automated change

2021-02-09 Thread acosentino
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-spring-boot.git


The following commit(s) were added to refs/heads/master by this push:
 new d296f6c  [create-pull-request] automated change
d296f6c is described below

commit d296f6cd742ffbd3d512929f54c38de074b950c3
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Feb 10 00:44:54 2021 +

[create-pull-request] automated change
---
 .../org/apache/camel/springboot/catalog/components/vertx-kafka.json| 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/vertx-kafka.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/vertx-kafka.json
index 555123b..511e79b 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/vertx-kafka.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/vertx-kafka.json
@@ -89,7 +89,7 @@
 "valueSerializer": { "kind": "property", "displayName": "Value 
Serializer", "group": "producer", "label": "producer", "required": false, 
"type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": 
"org.apache.kafka.common.serialization.StringSerializer", "configurationClass": 
"org.apache.camel.component.vertx.kafka.configuration.VertxKafkaConfiguration", 
"configurationField": "configuration", "description": "Serializer c [...]
 "autowiredEnabled": { "kind": "property", "displayName": "Autowired 
Enabled", "group": "advanced", "label": "advanced", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": true, "description": "Whether autowiring is 
enabled. This is used for automatic autowiring options (the option must be 
marked as autowired) by looking up in the registry to find if there is a single 
instance of matching type, which t [...]
 "vertx": { "kind": "property", "displayName": "Vertx", "group": 
"advanced", "label": "advanced", "required": false, "type": "object", 
"javaType": "io.vertx.core.Vertx", "deprecated": false, "autowired": true, 
"secret": false, "description": "To use an existing vertx instead of creating a 
new instance" },
-"vertxKafkaClientFactory": { "kind": "property", "displayName": "Vertx 
Kafka Client Factory", "group": "advanced", "label": "advanced", "required": 
false, "type": "object", "javaType": 
"org.apache.camel.component.vertx.kafka.VertxKafkaClientFactory", "deprecated": 
false, "autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.vertx.kafka.configuration.VertxKafkaConfiguration", 
"configurationField": "configuration", "description": "Factory to use for cre 
[...]
+"vertxKafkaClientFactory": { "kind": "property", "displayName": "Vertx 
Kafka Client Factory", "group": "advanced", "label": "advanced", "required": 
false, "type": "object", "javaType": 
"org.apache.camel.component.vertx.kafka.VertxKafkaClientFactory", "deprecated": 
false, "autowired": true, "secret": false, "description": "Factory to use for 
creating io.vertx.kafka.client.consumer.KafkaConsumer and 
io.vertx.kafka.client.consumer.KafkaProducer instances. This allows to 
configure a cust [...]
 "vertxOptions": { "kind": "property", "displayName": "Vertx Options", 
"group": "advanced", "label": "advanced", "required": false, "type": "object", 
"javaType": "io.vertx.core.VertxOptions", "deprecated": false, "autowired": 
false, "secret": false, "description": "To provide a custom set of vertx 
options for configuring vertx" },
 "saslClientCallbackHandlerClass": { "kind": "property", "displayName": 
"Sasl Client Callback Handler Class", "group": "security", "label": 
"common,security", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"configurationClass": 
"org.apache.camel.component.vertx.kafka.configuration.VertxKafkaConfiguration", 
"configurationField": "configuration", "description": "The fully qualified name 
of a SASL client call [...]
 "saslJaasConfig": { "kind": "property", "displayName": "Sasl Jaas Config", 
"group": "security", "label": "common,security", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "autowired": 
false, "secret": false, "configurationClass": 
"org.apache.camel.component.vertx.kafka.configuration.VertxKafkaConfiguration", 
"configurationField": "configuration", "description": "JAAS login context 
parameters for SASL connections in the format used by JAAS co [...]
@@ -195,7 +195,6 @@
 

[camel-spring-boot] branch master updated: [create-pull-request] automated change

2021-02-06 Thread acosentino
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-spring-boot.git


The following commit(s) were added to refs/heads/master by this push:
 new a35484b  [create-pull-request] automated change
a35484b is described below

commit a35484b17ce3c4e883e2003ceb2d8d5f8d1d6a2c
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Feb 6 00:41:30 2021 +

[create-pull-request] automated change
---
 components-starter/camel-corda-starter/pom.xml |  8 
 components-starter/camel-iota-starter/pom.xml  | 12 
 2 files changed, 20 deletions(-)

diff --git a/components-starter/camel-corda-starter/pom.xml 
b/components-starter/camel-corda-starter/pom.xml
index 158a2e5..d667b96 100644
--- a/components-starter/camel-corda-starter/pom.xml
+++ b/components-starter/camel-corda-starter/pom.xml
@@ -41,14 +41,6 @@
   
   
 
-  ch.qos.logback
-  logback-classic
-
-
-  ch.qos.logback
-  logback-core
-
-
   org.apache.logging.log4j
   log4j-core
 
diff --git a/components-starter/camel-iota-starter/pom.xml 
b/components-starter/camel-iota-starter/pom.xml
index 758052f..95d1ad5 100644
--- a/components-starter/camel-iota-starter/pom.xml
+++ b/components-starter/camel-iota-starter/pom.xml
@@ -38,18 +38,6 @@
   org.apache.camel
   camel-iota
   ${camel-version}
-  
-  
-
-  ch.qos.logback
-  logback-classic
-
-
-  ch.qos.logback
-  logback-core
-
-  
-  
 
 
 



[camel-spring-boot] branch master updated: [create-pull-request] automated change

2021-02-04 Thread acosentino
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-spring-boot.git


The following commit(s) were added to refs/heads/master by this push:
 new e2842b1  [create-pull-request] automated change
e2842b1 is described below

commit e2842b1083b7c388dd982046fc5a2c79360e52c9
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Feb 5 00:44:27 2021 +

[create-pull-request] automated change
---
 .../org/apache/camel/springboot/catalog/components/pubnub.json  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/pubnub.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/pubnub.json
index 85c6324..bd52083 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/pubnub.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/pubnub.json
@@ -35,7 +35,7 @@
 "exchangePattern": { "kind": "parameter", "displayName": "Exchange 
Pattern", "group": "consumer (advanced)", "label": "consumer,advanced", 
"required": false, "type": "object", "javaType": 
"org.apache.camel.ExchangePattern", "enum": [ "InOnly", "InOut", 
"InOptionalOut" ], "deprecated": false, "autowired": false, "secret": false, 
"description": "Sets the exchange pattern when the consumer creates an 
exchange." },
 "lazyStartProducer": { "kind": "parameter", "displayName": "Lazy Start 
Producer", "group": "producer", "label": "producer", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": false, "description": "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 sta [...]
 "operation": { "kind": "parameter", "displayName": "Operation", "group": 
"producer", "label": "producer", "required": false, "type": "string", 
"javaType": "java.lang.String", "enum": [ "HERENOW", "WHERENOW", "GETSTATE", 
"SETSTATE", "GETHISTORY", "PUBLISH", "FIRE" ], "deprecated": false, 
"autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.pubnub.PubNubConfiguration", "configurationField": 
"configuration", "description": "The operation to perform. PUB [...]
-"pubnub": { "kind": "parameter", "displayName": "Pubnub", "group": 
"advanced", "label": "advanced", "required": false, "type": "object", 
"javaType": "com.pubnub.api.PubNub", "deprecated": false, "autowired": false, 
"secret": false, "description": "Reference to a Pubnub client in the registry." 
},
+"pubnub": { "kind": "parameter", "displayName": "Pubnub", "group": 
"advanced", "label": "advanced", "required": false, "type": "object", 
"javaType": "com.pubnub.api.PubNub", "deprecated": false, "deprecationNote": 
"", "autowired": true, "secret": false, "description": "Reference to a Pubnub 
client in the registry." },
 "authKey": { "kind": "parameter", "displayName": "Auth Key", "group": 
"security", "label": "security", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": true, "configurationClass": 
"org.apache.camel.component.pubnub.PubNubConfiguration", "configurationField": 
"configuration", "description": "If Access Manager is utilized, client will use 
this authKey in all restricted requests." },
 "cipherKey": { "kind": "parameter", "displayName": "Cipher Key", "group": 
"security", "label": "security", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": true, "configurationClass": 
"org.apache.camel.component.pubnub.PubNubConfiguration", "configurationField": 
"configuration", "description": "If cipher is passed, all communications 
to\/from PubNub will be encrypted." },
 "publishKey": { "kind": "parameter", "displayName": "Publish Key", 
"group": "security", "label": "security", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": true, "configurationClass": 
"org.apache.camel.component.pubnub.PubNubConfiguration", "configurationField": 
"configuration", "description": "The publish key obtained from your PubNub 
account. Required when publishing messages." },



[camel-spring-boot] branch master updated: [create-pull-request] automated change

2021-02-03 Thread acosentino
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-spring-boot.git


The following commit(s) were added to refs/heads/master by this push:
 new 56c8257  [create-pull-request] automated change
56c8257 is described below

commit 56c8257173ef604581d045daa1657bb1a175fbbf
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Feb 4 00:45:24 2021 +

[create-pull-request] automated change
---
 components-starter/camel-corda-starter/pom.xml |  8 
 components-starter/camel-iota-starter/pom.xml  | 12 
 2 files changed, 20 deletions(-)

diff --git a/components-starter/camel-corda-starter/pom.xml 
b/components-starter/camel-corda-starter/pom.xml
index 158a2e5..d667b96 100644
--- a/components-starter/camel-corda-starter/pom.xml
+++ b/components-starter/camel-corda-starter/pom.xml
@@ -41,14 +41,6 @@
   
   
 
-  ch.qos.logback
-  logback-classic
-
-
-  ch.qos.logback
-  logback-core
-
-
   org.apache.logging.log4j
   log4j-core
 
diff --git a/components-starter/camel-iota-starter/pom.xml 
b/components-starter/camel-iota-starter/pom.xml
index 758052f..95d1ad5 100644
--- a/components-starter/camel-iota-starter/pom.xml
+++ b/components-starter/camel-iota-starter/pom.xml
@@ -38,18 +38,6 @@
   org.apache.camel
   camel-iota
   ${camel-version}
-  
-  
-
-  ch.qos.logback
-  logback-classic
-
-
-  ch.qos.logback
-  logback-core
-
-  
-  
 
 
 



[camel-spring-boot] branch master updated: [create-pull-request] automated change

2021-02-02 Thread acosentino
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-spring-boot.git


The following commit(s) were added to refs/heads/master by this push:
 new 0816454  [create-pull-request] automated change
0816454 is described below

commit 0816454743a4c5ce6b43c1f98975283bfe7ac461
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Feb 3 00:44:35 2021 +

[create-pull-request] automated change
---
 .../org/apache/camel/springboot/catalog/components/aws2-sns.json  | 4 ++--
 .../camel-aws2-sns-starter/src/main/docs/aws2-sns-starter.adoc| 2 +-
 .../component/aws2/sns/springboot/Sns2ComponentConfiguration.java | 2 +-
 docs/modules/ROOT/pages/aws2-sns-starter.adoc | 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-sns.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-sns.json
index 754bf2a..5327790 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-sns.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-sns.json
@@ -30,7 +30,7 @@
 "messageDeduplicationIdStrategy": { "kind": "property", "displayName": 
"Message Deduplication Id Strategy", "group": "producer", "label": "producer", 
"required": false, "type": "string", "javaType": "java.lang.String", "enum": [ 
"useExchangeId", "useContentBasedDeduplication" ], "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": "useExchangeId", 
"configurationClass": "org.apache.camel.component.aws2.sns.Sns2Configuration", 
"configurationField": "configuration", [...]
 "messageGroupIdStrategy": { "kind": "property", "displayName": "Message 
Group Id Strategy", "group": "producer", "label": "producer", "required": 
false, "type": "string", "javaType": "java.lang.String", "enum": [ 
"useConstant", "useExchangeId", "usePropertyValue" ], "deprecated": false, 
"autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.aws2.sns.Sns2Configuration", "configurationField": 
"configuration", "description": "Only for FIFO Topic. Strategy [...]
 "messageStructure": { "kind": "property", "displayName": "Message 
Structure", "group": "producer", "label": "", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "autowired": 
false, "secret": false, "configurationClass": 
"org.apache.camel.component.aws2.sns.Sns2Configuration", "configurationField": 
"configuration", "description": "The message structure to use such as json" },
-"policy": { "kind": "property", "displayName": "Policy", "group": 
"producer", "label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"configurationClass": "org.apache.camel.component.aws2.sns.Sns2Configuration", 
"configurationField": "configuration", "description": "The policy for this 
queue. Is loaded by default from classpath, but you can prefix with classpath:, 
file:, or http: to load the resource [...]
+"policy": { "kind": "property", "displayName": "Policy", "group": 
"producer", "label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"configurationClass": "org.apache.camel.component.aws2.sns.Sns2Configuration", 
"configurationField": "configuration", "description": "The policy for this 
topic. Is loaded by default from classpath, but you can prefix with classpath:, 
file:, or http: to load the resource [...]
 "proxyHost": { "kind": "property", "displayName": "Proxy Host", "group": 
"producer", "label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"configurationClass": "org.apache.camel.component.aws2.sns.Sns2Configuration", 
"configurationField": "configuration", "description": "To define a proxy host 
when instantiating the SNS client" },
 "proxyPort": { "kind": "property", "displayName": "Proxy Port", "group": 
"producer", "label": "", "required": false, "type": "integer", "javaType": 
"java.lang.Integer", "deprecated": false, "autowired": false, "secret": false, 
"configurationClass": "org.apache.camel.component.aws2.sns.Sns2Configuration", 
"configurationField": "configuration", "description": "To define a proxy port 
when instantiating the SNS client" },
 "proxyProtocol": { "kind": "property", "displayName": "Proxy Protocol", 
"group": "producer", "label": "", "required": false, "type": "object", 
"javaType": 

[camel-spring-boot] branch master updated: [create-pull-request] automated change

2021-02-01 Thread acosentino
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-spring-boot.git


The following commit(s) were added to refs/heads/master by this push:
 new 86d5e99  [create-pull-request] automated change
86d5e99 is described below

commit 86d5e991a221c23e0820a41fd091db6648291604
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Feb 2 01:07:47 2021 +

[create-pull-request] automated change
---
 .../catalog/components/debezium-mongodb.json  |  4 ++--
 .../springboot/catalog/components/debezium-mysql.json |  4 ++--
 .../catalog/components/debezium-postgres.json |  4 ++--
 .../catalog/components/debezium-sqlserver.json|  6 --
 .../src/main/docs/debezium-mongodb-starter.adoc   |  2 +-
 .../DebeziumMongodbComponentConfiguration.java|  4 ++--
 .../src/main/docs/debezium-mysql-starter.adoc |  2 +-
 .../DebeziumMySqlComponentConfiguration.java  |  4 ++--
 .../src/main/docs/debezium-postgres-starter.adoc  |  2 +-
 .../DebeziumPostgresComponentConfiguration.java   |  4 ++--
 .../src/main/docs/debezium-sqlserver-starter.adoc |  5 +++--
 .../DebeziumSqlserverComponentConfiguration.java  | 19 +--
 docs/modules/ROOT/pages/debezium-mongodb-starter.adoc |  2 +-
 docs/modules/ROOT/pages/debezium-mysql-starter.adoc   |  2 +-
 .../modules/ROOT/pages/debezium-postgres-starter.adoc |  2 +-
 .../ROOT/pages/debezium-sqlserver-starter.adoc|  5 +++--
 16 files changed, 45 insertions(+), 26 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/debezium-mongodb.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/debezium-mongodb.json
index 9d0d06f..7d24856 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/debezium-mongodb.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/debezium-mongodb.json
@@ -70,7 +70,7 @@
 "queryFetchSize": { "kind": "property", "displayName": "Query Fetch Size", 
"group": "mongodb", "label": "consumer,mongodb", "required": false, "type": 
"integer", "javaType": "int", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": 0, "configurationClass": 
"org.apache.camel.component.debezium.configuration.MongoDbConnectorEmbeddedDebeziumConfiguration",
 "configurationField": "configuration", "description": "The maximum number of 
records that should be loaded in [...]
 "retriableRestartConnectorWaitMs": { "kind": "property", "displayName": 
"Retriable Restart Connector Wait Ms", "group": "mongodb", "label": 
"consumer,mongodb", "required": false, "type": "duration", "javaType": "long", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": 
"10s", "configurationClass": 
"org.apache.camel.component.debezium.configuration.MongoDbConnectorEmbeddedDebeziumConfiguration",
 "configurationField": "configuration", "description": "Time to wait [...]
 "sanitizeFieldNames": { "kind": "property", "displayName": "Sanitize Field 
Names", "group": "mongodb", "label": "consumer,mongodb", "required": false, 
"type": "boolean", "javaType": "boolean", "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": false, "configurationClass": 
"org.apache.camel.component.debezium.configuration.MongoDbConnectorEmbeddedDebeziumConfiguration",
 "configurationField": "configuration", "description": "Whether field names 
will be sanitized  [...]
-"skippedOperations": { "kind": "property", "displayName": "Skipped 
Operations", "group": "mongodb", "label": "consumer,mongodb", "required": 
false, "type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.debezium.configuration.MongoDbConnectorEmbeddedDebeziumConfiguration",
 "configurationField": "configuration", "description": "The comma-separated 
list of operations to skip during st [...]
+"skippedOperations": { "kind": "property", "displayName": "Skipped 
Operations", "group": "mongodb", "label": "consumer,mongodb", "required": 
false, "type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.debezium.configuration.MongoDbConnectorEmbeddedDebeziumConfiguration",
 "configurationField": "configuration", "description": "The comma-separated 
list of operations to skip during st [...]
 "snapshotCollectionFilterOverrides": { "kind": "property", "displayName": 
"Snapshot Collection Filter Overrides", "group": "mongodb", "label": 
"consumer,mongodb", "required": false, "type": 

[camel-spring-boot] branch master updated: [create-pull-request] automated change

2021-01-30 Thread acosentino
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-spring-boot.git


The following commit(s) were added to refs/heads/master by this push:
 new f78e1d2  [create-pull-request] automated change
f78e1d2 is described below

commit f78e1d2ddf951c706c3b3fa4c591f73d845187ef
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Jan 30 00:47:53 2021 +

[create-pull-request] automated change
---
 .../springboot/catalog/components/aws-cw.json  |  3 +-
 .../springboot/catalog/components/aws-ddb.json |  3 +-
 .../catalog/components/aws-ddbstream.json  |  3 +-
 .../springboot/catalog/components/aws-ec2.json |  3 +-
 .../springboot/catalog/components/aws-ecs.json |  3 +-
 .../springboot/catalog/components/aws-eks.json |  3 +-
 .../springboot/catalog/components/aws-iam.json |  3 +-
 .../catalog/components/aws-kinesis-firehose.json   |  3 +-
 .../springboot/catalog/components/aws-kinesis.json |  3 +-
 .../springboot/catalog/components/aws-kms.json |  3 +-
 .../springboot/catalog/components/aws-lambda.json  |  3 +-
 .../springboot/catalog/components/aws-mq.json  |  3 +-
 .../springboot/catalog/components/aws-msk.json |  3 +-
 .../springboot/catalog/components/aws-s3.json  |  5 ++-
 .../springboot/catalog/components/aws-sdb.json |  3 +-
 .../springboot/catalog/components/aws-ses.json |  3 +-
 .../springboot/catalog/components/aws-sns.json |  3 +-
 .../springboot/catalog/components/aws-sqs.json |  3 +-
 .../springboot/catalog/components/aws-swf.json |  3 +-
 .../catalog/components/aws-translate.json  |  3 +-
 .../springboot/catalog/components/aws2-s3.json |  2 ++
 .../springboot/catalog/components/direct.json  |  3 +-
 .../camel/springboot/catalog/components/sql.json   |  2 +-
 components-starter/README.adoc | 42 +++---
 .../src/main/docs/aws-s3-starter.adoc  |  3 +-
 .../s3/springboot/S3ComponentConfiguration.java| 12 +++
 .../src/main/docs/aws2-s3-starter.adoc |  3 +-
 .../springboot/AWS2S3ComponentConfiguration.java   | 12 +++
 docs/modules/ROOT/pages/aws-s3-starter.adoc|  3 +-
 docs/modules/ROOT/pages/aws2-s3-starter.adoc   |  3 +-
 docs/modules/ROOT/pages/list.adoc  | 42 +++---
 tooling/camel-spring-boot-dependencies/pom.xml |  2 +-
 32 files changed, 122 insertions(+), 69 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws-cw.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws-cw.json
index a09fe71..c85650e 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws-cw.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws-cw.json
@@ -4,7 +4,8 @@
 "name": "aws-cw",
 "title": "AWS CloudWatch",
 "description": "Send metrics to AWS CloudWatch.",
-"deprecated": false,
+"deprecated": true,
+"deprecatedSince": "3.8.0",
 "firstVersion": "2.11.0",
 "label": "cloud,monitoring",
 "javaType": "org.apache.camel.component.aws.cw.CwComponent",
diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws-ddb.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws-ddb.json
index 17d61c5..1118387 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws-ddb.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws-ddb.json
@@ -4,7 +4,8 @@
 "name": "aws-ddb",
 "title": "AWS DynamoDB",
 "description": "Store and retrieve data from AWS DynamoDB service.",
-"deprecated": false,
+"deprecated": true,
+"deprecatedSince": "3.8.0",
 "firstVersion": "2.10.0",
 "label": "cloud,database,nosql",
 "javaType": "org.apache.camel.component.aws.ddb.DdbComponent",
diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws-ddbstream.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws-ddbstream.json
index e802b48..1243b9e 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws-ddbstream.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws-ddbstream.json
@@ -4,7 +4,8 @@
 "name": 

[camel-spring-boot] branch master updated: [create-pull-request] automated change

2021-01-28 Thread acosentino
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-spring-boot.git


The following commit(s) were added to refs/heads/master by this push:
 new 15e1596  [create-pull-request] automated change
15e1596 is described below

commit 15e1596322d4d6404dee5e5552802faef693e58f
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Jan 29 01:06:30 2021 +

[create-pull-request] automated change
---
 components-starter/camel-corda-starter/pom.xml |  8 
 components-starter/camel-iota-starter/pom.xml  | 12 
 2 files changed, 20 deletions(-)

diff --git a/components-starter/camel-corda-starter/pom.xml 
b/components-starter/camel-corda-starter/pom.xml
index 158a2e5..d667b96 100644
--- a/components-starter/camel-corda-starter/pom.xml
+++ b/components-starter/camel-corda-starter/pom.xml
@@ -41,14 +41,6 @@
   
   
 
-  ch.qos.logback
-  logback-classic
-
-
-  ch.qos.logback
-  logback-core
-
-
   org.apache.logging.log4j
   log4j-core
 
diff --git a/components-starter/camel-iota-starter/pom.xml 
b/components-starter/camel-iota-starter/pom.xml
index 758052f..95d1ad5 100644
--- a/components-starter/camel-iota-starter/pom.xml
+++ b/components-starter/camel-iota-starter/pom.xml
@@ -38,18 +38,6 @@
   org.apache.camel
   camel-iota
   ${camel-version}
-  
-  
-
-  ch.qos.logback
-  logback-classic
-
-
-  ch.qos.logback
-  logback-core
-
-  
-  
 
 
 



[camel-spring-boot] branch master updated: [create-pull-request] automated change

2021-01-25 Thread acosentino
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-spring-boot.git


The following commit(s) were added to refs/heads/master by this push:
 new 0040397  [create-pull-request] automated change
0040397 is described below

commit 0040397ed793184f669f369afbeb097d447fbc26
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Jan 26 00:42:37 2021 +

[create-pull-request] automated change
---
 .../org/apache/camel/springboot/catalog/components/jslt.json | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/jslt.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/jslt.json
index f7ffaff..b7bb9af 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/jslt.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/jslt.json
@@ -33,8 +33,9 @@
 "allowContextMapAll": { "kind": "parameter", "displayName": "Allow Context 
Map All", "group": "producer", "label": "", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": false, "description": "Sets whether the 
context map should allow access to all details. By default only the message 
body and headers can be accessed. This option can be enabled for full access to 
the current Exchange and CamelContext. [...]
 "allowTemplateFromHeader": { "kind": "parameter", "displayName": "Allow 
Template From Header", "group": "producer", "label": "", "required": false, 
"type": "boolean", "javaType": "boolean", "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": false, "description": "Whether to allow 
to use resource template from header or not (default false). Enabling this 
allows to specify dynamic templates via message header. However this can be 
seen as a potential security vuln [...]
 "contentCache": { "kind": "parameter", "displayName": "Content Cache", 
"group": "producer", "label": "", "required": false, "type": "boolean", 
"javaType": "boolean", "deprecated": false, "autowired": false, "secret": 
false, "defaultValue": false, "description": "Sets whether to use resource 
content cache or not" },
+"lazyStartProducer": { "kind": "parameter", "displayName": "Lazy Start 
Producer", "group": "producer", "label": "producer", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": false, "description": "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 sta [...]
 "mapBigDecimalAsFloats": { "kind": "parameter", "displayName": "Map Big 
Decimal As Floats", "group": "producer", "label": "", "required": false, 
"type": "boolean", "javaType": "boolean", "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": false, "description": "If true, the 
mapper will use the USE_BIG_DECIMAL_FOR_FLOATS in serialization features" },
-"prettyPrint": { "kind": "parameter", "displayName": "Pretty Print", 
"group": "common", "label": "common", "required": false, "type": "boolean", 
"javaType": "boolean", "deprecated": false, "autowired": false, "secret": 
false, "defaultValue": false, "description": "If true, JSON in output message 
is pretty printed." },
-"lazyStartProducer": { "kind": "parameter", "displayName": "Lazy Start 
Producer", "group": "producer", "label": "producer", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": false, "description": "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 sta [...]
+"objectMapper": { "kind": "parameter", "displayName": "Object Mapper", 
"group": "producer", "label": "", "required": false, "type": "object", 
"javaType": "com.fasterxml.jackson.databind.ObjectMapper", "deprecated": false, 
"autowired": false, "secret": false, "description": "Setting a custom JSON 
Object Mapper to be used" },
+"prettyPrint": { "kind": "parameter", "displayName": "Pretty Print", 
"group": "common", "label": "common", "required": false, "type": "boolean", 
"javaType": "boolean", "deprecated": false, "autowired": false, "secret": 
false, "defaultValue": false, "description": "If true, JSON in output message 
is pretty printed." }
   }
 }



[camel-spring-boot] branch master updated: [create-pull-request] automated change

2021-01-24 Thread acosentino
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-spring-boot.git


The following commit(s) were added to refs/heads/master by this push:
 new ace95d4  [create-pull-request] automated change
ace95d4 is described below

commit ace95d46427b7dc5a9872ee76e8f0f465e45ecb4
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Jan 25 01:13:04 2021 +

[create-pull-request] automated change
---
 .../camel/springboot/catalog/components/kafka.json   |  1 +
 .../springboot/catalog/components/vertx-kafka.json   |  2 ++
 .../src/main/docs/kafka-starter.adoc |  3 ++-
 .../springboot/KafkaComponentConfiguration.java  | 20 
 .../kafka/springboot/KafkaComponentConverter.java|  2 ++
 .../src/main/docs/vertx-kafka-starter.adoc   |  3 ++-
 .../springboot/VertxKafkaComponentConfiguration.java | 19 +++
 .../springboot/VertxKafkaComponentConverter.java |  2 ++
 docs/modules/ROOT/pages/kafka-starter.adoc   |  3 ++-
 docs/modules/ROOT/pages/vertx-kafka-starter.adoc |  3 ++-
 10 files changed, 54 insertions(+), 4 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/kafka.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/kafka.json
index 311e2d7..ab26b6f 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/kafka.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/kafka.json
@@ -92,6 +92,7 @@
 "workerPoolCoreSize": { "kind": "property", "displayName": "Worker Pool 
Core Size", "group": "producer", "label": "producer", "required": false, 
"type": "integer", "javaType": "java.lang.Integer", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": "10", 
"configurationClass": "org.apache.camel.component.kafka.KafkaConfiguration", 
"configurationField": "configuration", "description": "Number of core threads 
for the worker pool for continue routing Exchange after  [...]
 "workerPoolMaxSize": { "kind": "property", "displayName": "Worker Pool Max 
Size", "group": "producer", "label": "producer", "required": false, "type": 
"integer", "javaType": "java.lang.Integer", "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": "20", "configurationClass": 
"org.apache.camel.component.kafka.KafkaConfiguration", "configurationField": 
"configuration", "description": "Maximum number of threads for the worker pool 
for continue routing Exchange after [...]
 "autowiredEnabled": { "kind": "property", "displayName": "Autowired 
Enabled", "group": "advanced", "label": "advanced", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": true, "description": "Whether autowiring is 
enabled. This is used for automatic autowiring options (the option must be 
marked as autowired) by looking up in the registry to find if there is a single 
instance of matching type, which t [...]
+"kafkaClientFactory": { "kind": "property", "displayName": "Kafka Client 
Factory", "group": "advanced", "label": "advanced", "required": false, "type": 
"object", "javaType": "org.apache.camel.component.kafka.KafkaClientFactory", 
"deprecated": false, "autowired": false, "secret": false, "description": 
"Factory to use for creating org.apache.kafka.clients.consumer.KafkaConsumer 
and org.apache.kafka.clients.producer.KafkaProducer instances. This allows to 
configure a custom factory to c [...]
 "synchronous": { "kind": "property", "displayName": "Synchronous", 
"group": "advanced", "label": "advanced", "required": false, "type": "boolean", 
"javaType": "boolean", "deprecated": false, "autowired": false, "secret": 
false, "defaultValue": false, "configurationClass": 
"org.apache.camel.component.kafka.KafkaConfiguration", "configurationField": 
"configuration", "description": "Sets whether synchronous processing should be 
strictly used" },
 "schemaRegistryURL": { "kind": "property", "displayName": "Schema Registry 
URL", "group": "confluent", "label": "confluent", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "autowired": 
false, "secret": false, "configurationClass": 
"org.apache.camel.component.kafka.KafkaConfiguration", "configurationField": 
"configuration", "description": "URL of the Confluent Platform schema registry 
servers to use. The format is host1:port1,host2:port2. Thi [...]
 "interceptorClasses": { "kind": "property", "displayName": "Interceptor 
Classes", "group": "monitoring", "label": "common,monitoring", "required": 
false, "type": 

[camel-spring-boot] branch master updated: [create-pull-request] automated change

2021-01-24 Thread acosentino
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-spring-boot.git


The following commit(s) were added to refs/heads/master by this push:
 new a1dd9f9  [create-pull-request] automated change
a1dd9f9 is described below

commit a1dd9f971669fe7d36244e93839336ddde58f481
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sun Jan 24 01:14:13 2021 +

[create-pull-request] automated change
---
 .../org/apache/camel/springboot/catalog/components/pulsar.json | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/pulsar.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/pulsar.json
index 376a6e6..ba882a3 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/pulsar.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/pulsar.json
@@ -96,7 +96,6 @@
 "messageRouter": { "kind": "parameter", "displayName": "Message Router", 
"group": "producer", "label": "producer", "required": false, "type": "object", 
"javaType": "org.apache.pulsar.client.api.MessageRouter", "deprecated": false, 
"autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.pulsar.PulsarConfiguration", "configurationField": 
"pulsarConfiguration", "description": "Custom Message Router to use" },
 "messageRoutingMode": { "kind": "parameter", "displayName": "Message 
Routing Mode", "group": "producer", "label": "producer", "required": false, 
"type": "object", "javaType": 
"org.apache.pulsar.client.api.MessageRoutingMode", "enum": [ "SinglePartition", 
"RoundRobinPartition", "CustomPartition" ], "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": "RoundRobinPartition", 
"configurationClass": "org.apache.camel.component.pulsar.PulsarConfiguration", 
"configuratio [...]
 "producerName": { "kind": "parameter", "displayName": "Producer Name", 
"group": "producer", "label": "producer", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "configurationClass": 
"org.apache.camel.component.pulsar.PulsarConfiguration", "configurationField": 
"pulsarConfiguration", "description": "Name of the producer. If unset, lets 
Pulsar select a unique identifier." },
-"sendTimeoutMs": { "kind": "parameter", "displayName": "Send Timeout Ms", 
"group": "producer", "label": "producer", "required": false, "type": "integer", 
"javaType": "int", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": 3, "configurationClass": 
"org.apache.camel.component.pulsar.PulsarConfiguration", "configurationField": 
"pulsarConfiguration", "description": "Send timeout in milliseconds" },
-"synchronous": { "kind": "parameter", "displayName": "Synchronous", 
"group": "advanced", "label": "advanced", "required": false, "type": "boolean", 
"javaType": "boolean", "deprecated": false, "autowired": false, "secret": 
false, "defaultValue": false, "description": "Sets whether synchronous 
processing should be strictly used" }
+"sendTimeoutMs": { "kind": "parameter", "displayName": "Send Timeout Ms", 
"group": "producer", "label": "producer", "required": false, "type": "integer", 
"javaType": "int", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": 3, "configurationClass": 
"org.apache.camel.component.pulsar.PulsarConfiguration", "configurationField": 
"pulsarConfiguration", "description": "Send timeout in milliseconds" }
   }
 }



[camel-spring-boot] branch master updated: [create-pull-request] automated change

2021-01-23 Thread acosentino
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-spring-boot.git


The following commit(s) were added to refs/heads/master by this push:
 new 521b935  [create-pull-request] automated change
521b935 is described below

commit 521b935f75586e87cdb215821e7e230ed9d6ea81
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Jan 23 01:17:46 2021 +

[create-pull-request] automated change
---
 .../resources/org/apache/camel/springboot/catalog/components/jslt.json   | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/jslt.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/jslt.json
index 2d2af56..f7ffaff 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/jslt.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/jslt.json
@@ -33,6 +33,7 @@
 "allowContextMapAll": { "kind": "parameter", "displayName": "Allow Context 
Map All", "group": "producer", "label": "", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": false, "description": "Sets whether the 
context map should allow access to all details. By default only the message 
body and headers can be accessed. This option can be enabled for full access to 
the current Exchange and CamelContext. [...]
 "allowTemplateFromHeader": { "kind": "parameter", "displayName": "Allow 
Template From Header", "group": "producer", "label": "", "required": false, 
"type": "boolean", "javaType": "boolean", "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": false, "description": "Whether to allow 
to use resource template from header or not (default false). Enabling this 
allows to specify dynamic templates via message header. However this can be 
seen as a potential security vuln [...]
 "contentCache": { "kind": "parameter", "displayName": "Content Cache", 
"group": "producer", "label": "", "required": false, "type": "boolean", 
"javaType": "boolean", "deprecated": false, "autowired": false, "secret": 
false, "defaultValue": false, "description": "Sets whether to use resource 
content cache or not" },
+"mapBigDecimalAsFloats": { "kind": "parameter", "displayName": "Map Big 
Decimal As Floats", "group": "producer", "label": "", "required": false, 
"type": "boolean", "javaType": "boolean", "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": false, "description": "If true, the 
mapper will use the USE_BIG_DECIMAL_FOR_FLOATS in serialization features" },
 "prettyPrint": { "kind": "parameter", "displayName": "Pretty Print", 
"group": "common", "label": "common", "required": false, "type": "boolean", 
"javaType": "boolean", "deprecated": false, "autowired": false, "secret": 
false, "defaultValue": false, "description": "If true, JSON in output message 
is pretty printed." },
 "lazyStartProducer": { "kind": "parameter", "displayName": "Lazy Start 
Producer", "group": "producer", "label": "producer", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": false, "description": "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 sta [...]
   }



[camel-spring-boot] branch master updated: [create-pull-request] automated change

2021-01-21 Thread acosentino
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-spring-boot.git


The following commit(s) were added to refs/heads/master by this push:
 new a68e59a  [create-pull-request] automated change
a68e59a is described below

commit a68e59a284215983590e67c28f3a867ef2079b39
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Jan 22 01:14:13 2021 +

[create-pull-request] automated change
---
 .../camel/springboot/catalog/components/salesforce.json|  4 +++-
 .../src/main/docs/salesforce-starter.adoc  |  3 ++-
 .../springboot/SalesforceComponentConfiguration.java   | 14 ++
 docs/modules/ROOT/pages/salesforce-starter.adoc|  3 ++-
 4 files changed, 21 insertions(+), 3 deletions(-)

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 eb585e7..b9af2c2 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
@@ -51,6 +51,7 @@
 "notifyForOperationUpdate": { "kind": "property", "displayName": "Notify 
For Operation Update", "group": "common", "label": "", "required": false, 
"type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false, 
"autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "config", "description": "Notify for update operation, 
defaults to false (API version = 29.0)" },
 "objectMapper": { "kind": "property", "displayName": "Object Mapper", 
"group": "common", "label": "", "required": false, "type": "object", 
"javaType": "com.fasterxml.jackson.databind.ObjectMapper", "deprecated": false, 
"autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "config", "description": "Custom Jackson ObjectMapper to 
use when serializing\/deserializing Salesforce objects." },
 "packages": { "kind": "property", "displayName": "Packages", "group": 
"common", "label": "common", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"description": "In what packages are the generated DTO classes. Typically the 
classes would be generated using camel-salesforce-maven-plugin. This must be 
set if using the XML format. Also, set it if using the generated DTOs to gain 
the benefit of using short SO [...]
+"queryLocator": { "kind": "property", "displayName": "Query Locator", 
"group": "common", "label": "", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "config", "description": "Query Locator provided by 
salesforce for use when a query results in more records than can be retrieved 
in a single call. U [...]
 "rawPayload": { "kind": "property", "displayName": "Raw Payload", "group": 
"common", "label": "", "required": false, "type": "boolean", "javaType": 
"boolean", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": false, "configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "config", "description": "Use raw payload String for 
request and response (either JSON or XML depending on format), instead of DTOs, 
false [...]
 "reportId": { "kind": "property", "displayName": "Report Id", "group": 
"common", "label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "config", "description": "Salesforce1 Analytics report 
Id" },
 "reportMetadata": { "kind": "property", "displayName": "Report Metadata", 
"group": "common", "label": "", "required": false, "type": "object", 
"javaType": 
"org.apache.camel.component.salesforce.api.dto.analytics.reports.ReportMetadata",
 "deprecated": false, "autowired": false, "secret": false, 
"configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "config", "description": "Salesforce1 Analytics report 
metadata for filtering" },
@@ -99,7 +100,7 @@
 "userName": { "kind": "property", "displayName": "User Name", "group": 
"security", "label": 

[camel-spring-boot] branch master updated: [create-pull-request] automated change

2021-01-19 Thread acosentino
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-spring-boot.git


The following commit(s) were added to refs/heads/master by this push:
 new b99af65  [create-pull-request] automated change
b99af65 is described below

commit b99af659a164da8bfc57b29ee0ad71824b8cfe8e
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Jan 20 01:10:01 2021 +

[create-pull-request] automated change
---
 .../catalog/components/aws2-kinesis-firehose.json  |  4 
 .../src/main/docs/aws2-kinesis-starter.adoc|  4 +++-
 .../KinesisFirehose2ComponentConfiguration.java| 26 ++
 docs/modules/ROOT/pages/aws2-kinesis-starter.adoc  |  4 +++-
 4 files changed, 36 insertions(+), 2 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-kinesis-firehose.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-kinesis-firehose.json
index f6970d9..351780a 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-kinesis-firehose.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-kinesis-firehose.json
@@ -25,6 +25,7 @@
 "amazonKinesisFirehoseClient": { "kind": "property", "displayName": 
"Amazon Kinesis Firehose Client", "group": "producer", "label": "", "required": 
false, "type": "object", "javaType": 
"software.amazon.awssdk.services.firehose.FirehoseClient", "deprecated": false, 
"deprecationNote": "", "autowired": true, "secret": false, 
"configurationClass": 
"org.apache.camel.component.aws2.firehose.KinesisFirehose2Configuration", 
"configurationField": "configuration", "description": "Amazon Kinesi [...]
 "cborEnabled": { "kind": "property", "displayName": "Cbor Enabled", 
"group": "common", "label": "common", "required": false, "type": "boolean", 
"javaType": "boolean", "deprecated": false, "autowired": false, "secret": 
false, "defaultValue": true, "configurationClass": 
"org.apache.camel.component.aws2.firehose.KinesisFirehose2Configuration", 
"configurationField": "configuration", "description": "This option will set the 
CBOR_ENABLED property during the execution" },
 "configuration": { "kind": "property", "displayName": "Configuration", 
"group": "producer", "label": "", "required": false, "type": "object", 
"javaType": 
"org.apache.camel.component.aws2.firehose.KinesisFirehose2Configuration", 
"deprecated": false, "autowired": false, "secret": false, "description": 
"Component configuration" },
+"overrideEndpoint": { "kind": "property", "displayName": "Override 
Endpoint", "group": "common", "label": "common", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": false, "configurationClass": 
"org.apache.camel.component.aws2.firehose.KinesisFirehose2Configuration", 
"configurationField": "configuration", "description": "Set the need for 
overidding the endpoint. This option needs to be used in combi [...]
 "lazyStartProducer": { "kind": "property", "displayName": "Lazy Start 
Producer", "group": "producer", "label": "producer", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": false, "description": "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 star [...]
 "operation": { "kind": "property", "displayName": "Operation", "group": 
"producer", "label": "producer", "required": false, "type": "object", 
"javaType": 
"org.apache.camel.component.aws2.firehose.KinesisFirehose2Operations", "enum": 
[ "sendBatchRecord", "createDeliveryStream", "deleteDeliveryStream", 
"describeDeliveryStream", "updateDestination" ], "deprecated": false, 
"autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.aws2.firehose.KinesisFirehose [...]
 "proxyHost": { "kind": "property", "displayName": "Proxy Host", "group": 
"producer", "label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"configurationClass": 
"org.apache.camel.component.aws2.firehose.KinesisFirehose2Configuration", 
"configurationField": "configuration", "description": "To define a proxy host 
when instantiating the Kinesis Firehose client" },
@@ -32,6 +33,7 @@
 "proxyProtocol": { "kind": "property", "displayName": "Proxy Protocol", 
"group": "producer", "label": "", "required": false, "type": "object", 
"javaType": 

[camel-spring-boot] branch master updated: [create-pull-request] automated change

2021-01-18 Thread acosentino
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-spring-boot.git


The following commit(s) were added to refs/heads/master by this push:
 new 1695d18  [create-pull-request] automated change
1695d18 is described below

commit 1695d18d3294f7cdef4e0c550410da38628763c8
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Jan 19 01:15:17 2021 +

[create-pull-request] automated change
---
 .../catalog/components/aws2-kinesis.json   |  4 
 .../springboot/catalog/components/milo-client.json |  4 
 .../catalog/components/spring-rabbitmq.json|  1 +
 .../src/main/docs/aws2-kinesis-starter.adoc|  4 +++-
 .../springboot/Kinesis2ComponentConfiguration.java | 26 ++
 docs/modules/ROOT/pages/aws2-kinesis-starter.adoc  |  4 +++-
 6 files changed, 41 insertions(+), 2 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-kinesis.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-kinesis.json
index 7ae51d4..82cff0d 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-kinesis.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-kinesis.json
@@ -25,11 +25,13 @@
 "amazonKinesisClient": { "kind": "property", "displayName": "Amazon 
Kinesis Client", "group": "common", "label": "", "required": false, "type": 
"object", "javaType": "software.amazon.awssdk.services.kinesis.KinesisClient", 
"deprecated": false, "deprecationNote": "", "autowired": true, "secret": false, 
"configurationClass": 
"org.apache.camel.component.aws2.kinesis.Kinesis2Configuration", 
"configurationField": "configuration", "description": "Amazon Kinesis client to 
use for all reques [...]
 "cborEnabled": { "kind": "property", "displayName": "Cbor Enabled", 
"group": "common", "label": "common", "required": false, "type": "boolean", 
"javaType": "boolean", "deprecated": false, "autowired": false, "secret": 
false, "defaultValue": true, "configurationClass": 
"org.apache.camel.component.aws2.kinesis.Kinesis2Configuration", 
"configurationField": "configuration", "description": "This option will set the 
CBOR_ENABLED property during the execution" },
 "configuration": { "kind": "property", "displayName": "Configuration", 
"group": "common", "label": "", "required": false, "type": "object", 
"javaType": "org.apache.camel.component.aws2.kinesis.Kinesis2Configuration", 
"deprecated": false, "autowired": false, "secret": false, "description": 
"Component configuration" },
+"overrideEndpoint": { "kind": "property", "displayName": "Override 
Endpoint", "group": "common", "label": "common", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": false, "configurationClass": 
"org.apache.camel.component.aws2.kinesis.Kinesis2Configuration", 
"configurationField": "configuration", "description": "Set the need for 
overidding the endpoint. This option needs to be used in combination wi [...]
 "proxyHost": { "kind": "property", "displayName": "Proxy Host", "group": 
"common", "label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"configurationClass": 
"org.apache.camel.component.aws2.kinesis.Kinesis2Configuration", 
"configurationField": "configuration", "description": "To define a proxy host 
when instantiating the Kinesis client" },
 "proxyPort": { "kind": "property", "displayName": "Proxy Port", "group": 
"common", "label": "", "required": false, "type": "integer", "javaType": 
"java.lang.Integer", "deprecated": false, "autowired": false, "secret": false, 
"configurationClass": 
"org.apache.camel.component.aws2.kinesis.Kinesis2Configuration", 
"configurationField": "configuration", "description": "To define a proxy port 
when instantiating the Kinesis client" },
 "proxyProtocol": { "kind": "property", "displayName": "Proxy Protocol", 
"group": "common", "label": "", "required": false, "type": "object", 
"javaType": "software.amazon.awssdk.core.Protocol", "enum": [ "HTTP", "HTTPS" 
], "deprecated": false, "autowired": false, "secret": false, "defaultValue": 
"HTTPS", "configurationClass": 
"org.apache.camel.component.aws2.kinesis.Kinesis2Configuration", 
"configurationField": "configuration", "description": "To define a proxy 
protocol when instantia [...]
 "region": { "kind": "property", "displayName": "Region", "group": 
"common", "label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": 

[camel-spring-boot] branch master updated: [create-pull-request] automated change

2021-01-11 Thread acosentino
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-spring-boot.git


The following commit(s) were added to refs/heads/master by this push:
 new c9ab9b5  [create-pull-request] automated change
c9ab9b5 is described below

commit c9ab9b52a88b9e1b852267859e62af0b28538d02
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Jan 12 01:04:14 2021 +

[create-pull-request] automated change
---
 components-starter/camel-corda-starter/pom.xml |  8 
 components-starter/camel-iota-starter/pom.xml  | 12 
 2 files changed, 20 deletions(-)

diff --git a/components-starter/camel-corda-starter/pom.xml 
b/components-starter/camel-corda-starter/pom.xml
index 158a2e5..d667b96 100644
--- a/components-starter/camel-corda-starter/pom.xml
+++ b/components-starter/camel-corda-starter/pom.xml
@@ -41,14 +41,6 @@
   
   
 
-  ch.qos.logback
-  logback-classic
-
-
-  ch.qos.logback
-  logback-core
-
-
   org.apache.logging.log4j
   log4j-core
 
diff --git a/components-starter/camel-iota-starter/pom.xml 
b/components-starter/camel-iota-starter/pom.xml
index 758052f..95d1ad5 100644
--- a/components-starter/camel-iota-starter/pom.xml
+++ b/components-starter/camel-iota-starter/pom.xml
@@ -38,18 +38,6 @@
   org.apache.camel
   camel-iota
   ${camel-version}
-  
-  
-
-  ch.qos.logback
-  logback-classic
-
-
-  ch.qos.logback
-  logback-core
-
-  
-  
 
 
 



[camel-spring-boot] branch master updated: [create-pull-request] automated change

2021-01-09 Thread acosentino
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-spring-boot.git


The following commit(s) were added to refs/heads/master by this push:
 new 0a8cbe4  [create-pull-request] automated change
0a8cbe4 is described below

commit 0a8cbe4ccdcacf9d4752e788a83429759ae1a6e0
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Jan 9 00:53:08 2021 +

[create-pull-request] automated change
---
 .../catalog/components/debezium-mongodb.json   | 10 +++-
 .../catalog/components/debezium-mysql.json |  2 +
 .../catalog/components/debezium-postgres.json  | 10 +++-
 .../catalog/components/debezium-sqlserver.json |  6 ++
 .../src/main/docs/debezium-mongodb-starter.adoc|  7 ++-
 .../DebeziumMongodbComponentConfiguration.java | 70 ++
 .../src/main/docs/debezium-mysql-starter.adoc  |  3 +-
 .../DebeziumMySqlComponentConfiguration.java   | 14 +
 .../src/main/docs/debezium-postgres-starter.adoc   |  7 ++-
 .../DebeziumPostgresComponentConfiguration.java| 46 +-
 .../src/main/docs/debezium-sqlserver-starter.adoc  |  5 +-
 .../DebeziumSqlserverComponentConfiguration.java   | 41 +
 .../ROOT/pages/debezium-mongodb-starter.adoc   |  7 ++-
 .../modules/ROOT/pages/debezium-mysql-starter.adoc |  3 +-
 .../ROOT/pages/debezium-postgres-starter.adoc  |  7 ++-
 .../ROOT/pages/debezium-sqlserver-starter.adoc |  5 +-
 16 files changed, 212 insertions(+), 31 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/debezium-mongodb.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/debezium-mongodb.json
index a15f1fb..daa2296 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/debezium-mongodb.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/debezium-mongodb.json
@@ -50,9 +50,9 @@
 "fieldRenames": { "kind": "property", "displayName": "Field Renames", 
"group": "mongodb", "label": "consumer,mongodb", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "autowired": 
false, "secret": false, "configurationClass": 
"org.apache.camel.component.debezium.configuration.MongoDbConnectorEmbeddedDebeziumConfiguration",
 "configurationField": "configuration", "description": "Description is not 
available here, please check Debezium website f [...]
 "heartbeatIntervalMs": { "kind": "property", "displayName": "Heartbeat 
Interval Ms", "group": "mongodb", "label": "consumer,mongodb", "required": 
false, "type": "duration", "javaType": "int", "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": "0ms", "configurationClass": 
"org.apache.camel.component.debezium.configuration.MongoDbConnectorEmbeddedDebeziumConfiguration",
 "configurationField": "configuration", "description": "Length of an interval 
in milli-seconds  [...]
 "heartbeatTopicsPrefix": { "kind": "property", "displayName": "Heartbeat 
Topics Prefix", "group": "mongodb", "label": "consumer,mongodb", "required": 
false, "type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": "__debezium-heartbeat", 
"configurationClass": 
"org.apache.camel.component.debezium.configuration.MongoDbConnectorEmbeddedDebeziumConfiguration",
 "configurationField": "configuration", "description": "The pre [...]
-"initialSyncMaxThreads": { "kind": "property", "displayName": "Initial 
Sync Max Threads", "group": "mongodb", "label": "consumer,mongodb", "required": 
false, "type": "integer", "javaType": "int", "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": 1, "configurationClass": 
"org.apache.camel.component.debezium.configuration.MongoDbConnectorEmbeddedDebeziumConfiguration",
 "configurationField": "configuration", "description": "Maximum number of 
threads used to perfo [...]
 "maxBatchSize": { "kind": "property", "displayName": "Max Batch Size", 
"group": "mongodb", "label": "consumer,mongodb", "required": false, "type": 
"integer", "javaType": "int", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": 2048, "configurationClass": 
"org.apache.camel.component.debezium.configuration.MongoDbConnectorEmbeddedDebeziumConfiguration",
 "configurationField": "configuration", "description": "Maximum size of each 
batch of source records. Defaults  [...]
 "maxQueueSize": { "kind": "property", "displayName": "Max Queue Size", 
"group": "mongodb", "label": "consumer,mongodb", "required": false, "type": 
"integer", "javaType": "int", "deprecated": false, "autowired": false, 
"secret": 

[camel-spring-boot] branch master updated: [create-pull-request] automated change

2021-01-06 Thread acosentino
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-spring-boot.git


The following commit(s) were added to refs/heads/master by this push:
 new e4e4019  [create-pull-request] automated change
e4e4019 is described below

commit e4e4019f26c7b6d16c303f6dca6f824aa9382c01
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Jan 7 00:55:13 2021 +

[create-pull-request] automated change
---
 .../org/apache/camel/springboot/catalog/components/activemq.json  | 4 ++--
 .../org/apache/camel/springboot/catalog/components/amqp.json  | 4 ++--
 .../camel-activemq-starter/src/main/docs/activemq-starter.adoc| 2 +-
 .../component/activemq/springboot/ActiveMQComponentConfiguration.java | 2 +-
 components-starter/camel-amqp-starter/src/main/docs/amqp-starter.adoc | 2 +-
 .../camel/component/amqp/springboot/AMQPComponentConfiguration.java   | 2 +-
 docs/modules/ROOT/pages/activemq-starter.adoc | 2 +-
 docs/modules/ROOT/pages/amqp-starter.adoc | 2 +-
 8 files changed, 10 insertions(+), 10 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/activemq.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/activemq.json
index 2e7e9b7..25b2230 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/activemq.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/activemq.json
@@ -60,7 +60,7 @@
 "formatDateHeadersToIso8601": { "kind": "property", "displayName": "Format 
Date Headers To Iso8601", "group": "producer", "label": "producer", "required": 
false, "type": "boolean", "javaType": "boolean", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": false, 
"configurationClass": "org.apache.camel.component.jms.JmsConfiguration", 
"configurationField": "configuration", "description": "Sets whether JMS date 
properties should be formatted according to the ISO 8 [...]
 "lazyStartProducer": { "kind": "property", "displayName": "Lazy Start 
Producer", "group": "producer", "label": "producer", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": false, "description": "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 star [...]
 "preserveMessageQos": { "kind": "property", "displayName": "Preserve 
Message Qos", "group": "producer", "label": "producer", "required": false, 
"type": "boolean", "javaType": "boolean", "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": false, "configurationClass": 
"org.apache.camel.component.jms.JmsConfiguration", "configurationField": 
"configuration", "description": "Set to true, if you want to send message using 
the QoS settings specified on the message, ins [...]
-"priority": { "kind": "property", "displayName": "Priority", "group": 
"producer", "label": "producer", "required": false, "type": "integer", 
"javaType": "int", "enum": [ "1", "2", "3", "4", "5", "6", "7", "8", "9" ], 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": 4, 
"configurationClass": "org.apache.camel.component.jms.JmsConfiguration", 
"configurationField": "configuration", "description": "Values greater than 1 
specify the message priority when sending (w [...]
+"priority": { "kind": "property", "displayName": "Priority", "group": 
"producer", "label": "producer", "required": false, "type": "integer", 
"javaType": "int", "enum": [ "1", "2", "3", "4", "5", "6", "7", "8", "9" ], 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": 4, 
"configurationClass": "org.apache.camel.component.jms.JmsConfiguration", 
"configurationField": "configuration", "description": "Values greater than 1 
specify the message priority when sending (w [...]
 "replyToConcurrentConsumers": { "kind": "property", "displayName": "Reply 
To Concurrent Consumers", "group": "producer", "label": "producer", "required": 
false, "type": "integer", "javaType": "int", "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": 1, "configurationClass": 
"org.apache.camel.component.jms.JmsConfiguration", "configurationField": 
"configuration", "description": "Specifies the default number of concurrent 
consumers when doing request\/reply over  [...]
 "replyToMaxConcurrentConsumers": { "kind": "property", "displayName": 
"Reply To Max Concurrent Consumers", "group": "producer", "label": 

[camel-spring-boot] branch master updated: [create-pull-request] automated change

2021-01-04 Thread acosentino
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-spring-boot.git


The following commit(s) were added to refs/heads/master by this push:
 new 1d82f2e  [create-pull-request] automated change
1d82f2e is described below

commit 1d82f2e9a2b1db584a925f9638d0c6ef0c257875
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Jan 5 01:05:38 2021 +

[create-pull-request] automated change
---
 tooling/camel-spring-boot-dependencies/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tooling/camel-spring-boot-dependencies/pom.xml 
b/tooling/camel-spring-boot-dependencies/pom.xml
index b798b62..36c2c9e 100644
--- a/tooling/camel-spring-boot-dependencies/pom.xml
+++ b/tooling/camel-spring-boot-dependencies/pom.xml
@@ -159,7 +159,7 @@
   
 io.methvin
 directory-watcher
-0.10.1
+0.11.0
   
   
 io.nessus
@@ -174,7 +174,7 @@
   
 net.corda
 corda-rpc
-4.6
+4.7
 
   
 co.paralleluniverse



[camel-spring-boot] branch master updated: [create-pull-request] automated change

2020-12-20 Thread acosentino
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-spring-boot.git


The following commit(s) were added to refs/heads/master by this push:
 new d79be75  [create-pull-request] automated change
d79be75 is described below

commit d79be75dfb8e32964ab504fcfe46c8479aa9d511
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Dec 21 00:52:01 2020 +

[create-pull-request] automated change
---
 .../resources/org/apache/camel/springboot/catalog/components/file.json  | 2 ++
 .../resources/org/apache/camel/springboot/catalog/components/ftp.json   | 2 ++
 .../resources/org/apache/camel/springboot/catalog/components/ftps.json  | 2 ++
 .../resources/org/apache/camel/springboot/catalog/components/sftp.json  | 2 ++
 4 files changed, 8 insertions(+)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/file.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/file.json
index ec93bbb..d049064 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/file.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/file.json
@@ -76,6 +76,7 @@
 "antInclude": { "kind": "parameter", "displayName": "Ant Include", 
"group": "filter", "label": "consumer,filter", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "autowired": 
false, "secret": false, "description": "Ant style filter inclusion. Multiple 
inclusions may be specified in comma-delimited format." },
 "eagerMaxMessagesPerPoll": { "kind": "parameter", "displayName": "Eager 
Max Messages Per Poll", "group": "filter", "label": "consumer,filter", 
"required": false, "type": "boolean", "javaType": "boolean", "deprecated": 
false, "autowired": false, "secret": false, "defaultValue": true, 
"description": "Allows for controlling whether the limit from 
maxMessagesPerPoll is eager or not. If eager then the limit is during the 
scanning of files. Where as false would scan all files, and then per [...]
 "exclude": { "kind": "parameter", "displayName": "Exclude", "group": 
"filter", "label": "consumer,filter", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "description": "Is used to exclude files, if filename matches 
the regex pattern (matching is case in-senstive). Notice if you use symbols 
such as plus sign and others you would need to configure this using the RAW() 
syntax if configuring this as an endpo [...]
+"excludeExt": { "kind": "parameter", "displayName": "Exclude Ext", 
"group": "filter", "label": "consumer,filter", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "autowired": 
false, "secret": false, "description": "Is used to exclude files matching file 
extension name (case insensitive). For example to exclude bak files, then use 
excludeExt=bak. Multiple extensions can be separated by comma, for example to 
exclude bak and dat files, use exclu [...]
 "filter": { "kind": "parameter", "displayName": "Filter", "group": 
"filter", "label": "consumer,filter", "required": false, "type": "object", 
"javaType": "org.apache.camel.component.file.GenericFileFilter", 
"deprecated": false, "autowired": false, "secret": false, "description": 
"Pluggable filter as a org.apache.camel.component.file.GenericFileFilter class. 
Will skip files if filter returns false in its accept() method." },
 "filterDirectory": { "kind": "parameter", "displayName": "Filter 
Directory", "group": "filter", "label": "consumer,filter", "required": false, 
"type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "description": "Filters the directory 
based on Simple language. For example to filter on current date, you can use a 
simple date pattern such as ${date:now:yyyMMdd}" },
 "filterFile": { "kind": "parameter", "displayName": "Filter File", 
"group": "filter", "label": "consumer,filter", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "autowired": 
false, "secret": false, "description": "Filters the file based on Simple 
language. For example to filter on file size, you can use ${file:size} 5000" },
@@ -83,6 +84,7 @@
 "idempotentKey": { "kind": "parameter", "displayName": "Idempotent Key", 
"group": "filter", "label": "consumer,filter", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "autowired": 
false, "secret": false, "description": "To use a custom idempotent key. By 
default the absolute path of the file is used. You can use the File 

[camel-spring-boot] branch master updated: [create-pull-request] automated change

2020-12-19 Thread acosentino
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-spring-boot.git


The following commit(s) were added to refs/heads/master by this push:
 new 7968c5f  [create-pull-request] automated change
7968c5f is described below

commit 7968c5f4dfd11e279ee3a675e79e9dd796fd20df
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Dec 19 00:47:41 2020 +

[create-pull-request] automated change
---
 components-starter/camel-corda-starter/pom.xml |  8 
 components-starter/camel-iota-starter/pom.xml  | 12 
 2 files changed, 20 deletions(-)

diff --git a/components-starter/camel-corda-starter/pom.xml 
b/components-starter/camel-corda-starter/pom.xml
index 158a2e5..d667b96 100644
--- a/components-starter/camel-corda-starter/pom.xml
+++ b/components-starter/camel-corda-starter/pom.xml
@@ -41,14 +41,6 @@
   
   
 
-  ch.qos.logback
-  logback-classic
-
-
-  ch.qos.logback
-  logback-core
-
-
   org.apache.logging.log4j
   log4j-core
 
diff --git a/components-starter/camel-iota-starter/pom.xml 
b/components-starter/camel-iota-starter/pom.xml
index 758052f..95d1ad5 100644
--- a/components-starter/camel-iota-starter/pom.xml
+++ b/components-starter/camel-iota-starter/pom.xml
@@ -38,18 +38,6 @@
   org.apache.camel
   camel-iota
   ${camel-version}
-  
-  
-
-  ch.qos.logback
-  logback-classic
-
-
-  ch.qos.logback
-  logback-core
-
-  
-  
 
 
 



[camel-spring-boot] branch master updated: [create-pull-request] automated change

2020-12-17 Thread acosentino
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-spring-boot.git


The following commit(s) were added to refs/heads/master by this push:
 new 17dc0a4  [create-pull-request] automated change
17dc0a4 is described below

commit 17dc0a4d974189b5310bc0f737ccd4da9b5a1552
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Dec 18 00:47:30 2020 +

[create-pull-request] automated change
---
 .../camel/springboot/catalog/components/aws2-iam.json  |  4 ++--
 .../apache/camel/springboot/catalog/components/imap.json   |  2 ++
 .../apache/camel/springboot/catalog/components/imaps.json  |  2 ++
 .../apache/camel/springboot/catalog/components/pop3.json   |  2 ++
 .../apache/camel/springboot/catalog/components/pop3s.json  |  2 ++
 .../apache/camel/springboot/catalog/components/smtp.json   |  2 ++
 .../apache/camel/springboot/catalog/components/smtps.json  |  2 ++
 .../src/main/docs/aws2-iam-starter.adoc|  2 +-
 .../aws2/iam/springboot/IAM2ComponentConfiguration.java|  4 +++-
 components-starter/camel-corda-starter/pom.xml |  8 
 components-starter/camel-iota-starter/pom.xml  | 12 
 .../camel-mail-starter/src/main/docs/mail-starter.adoc |  3 ++-
 .../mail/springboot/MailComponentConfiguration.java| 14 ++
 docs/modules/ROOT/pages/aws2-iam-starter.adoc  |  2 +-
 docs/modules/ROOT/pages/mail-starter.adoc  |  3 ++-
 15 files changed, 37 insertions(+), 27 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-iam.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-iam.json
index dd8f210..e0c9bf8 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-iam.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-iam.json
@@ -25,7 +25,7 @@
 "configuration": { "kind": "property", "displayName": "Configuration", 
"group": "producer", "label": "", "required": false, "type": "object", 
"javaType": "org.apache.camel.component.aws2.iam.IAM2Configuration", 
"deprecated": false, "autowired": false, "secret": false, "description": 
"Component configuration" },
 "iamClient": { "kind": "property", "displayName": "Iam Client", "group": 
"producer", "label": "", "required": false, "type": "object", "javaType": 
"software.amazon.awssdk.services.iam.IamClient", "deprecated": false, 
"deprecationNote": "", "autowired": true, "secret": false, 
"configurationClass": "org.apache.camel.component.aws2.iam.IAM2Configuration", 
"configurationField": "configuration", "description": "To use a existing 
configured AWS IAM as client" },
 "lazyStartProducer": { "kind": "property", "displayName": "Lazy Start 
Producer", "group": "producer", "label": "producer", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": false, "description": "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 star [...]
-"operation": { "kind": "property", "displayName": "Operation", "group": 
"producer", "label": "", "required": true, "type": "object", "javaType": 
"org.apache.camel.component.aws2.iam.IAM2Operations", "enum": [ 
"listAccessKeys", "createUser", "deleteUser", "getUser", "listUsers", 
"createAccessKey", "deleteAccessKey", "updateAccessKey", "createGroup", 
"deleteGroup", "listGroups", "addUserToGroup", "removeUserFromGroup" ], 
"deprecated": false, "deprecationNote": "", "autowired": false, " [...]
+"operation": { "kind": "property", "displayName": "Operation", "group": 
"producer", "label": "", "required": false, "type": "object", "javaType": 
"org.apache.camel.component.aws2.iam.IAM2Operations", "enum": [ 
"listAccessKeys", "createUser", "deleteUser", "getUser", "listUsers", 
"createAccessKey", "deleteAccessKey", "updateAccessKey", "createGroup", 
"deleteGroup", "listGroups", "addUserToGroup", "removeUserFromGroup" ], 
"deprecated": false, "autowired": false, "secret": false, "confi [...]
 "pojoRequest": { "kind": "property", "displayName": "Pojo Request", 
"group": "producer", "label": "", "required": false, "type": "boolean", 
"javaType": "boolean", "deprecated": false, "autowired": false, "secret": 
false, "defaultValue": false, "configurationClass": 
"org.apache.camel.component.aws2.iam.IAM2Configuration", "configurationField": 
"configuration", "description": "If we want to use a POJO request as body or 
not" },

[camel-spring-boot] branch master updated: [create-pull-request] automated change

2020-12-15 Thread acosentino
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-spring-boot.git


The following commit(s) were added to refs/heads/master by this push:
 new 5a2407e  [create-pull-request] automated change
5a2407e is described below

commit 5a2407e9d7c3242f641e3138eaadba02b02b03d7
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Dec 16 00:40:18 2020 +

[create-pull-request] automated change
---
 components-starter/camel-corda-starter/pom.xml |  8 
 components-starter/camel-iota-starter/pom.xml  | 12 
 2 files changed, 20 deletions(-)

diff --git a/components-starter/camel-corda-starter/pom.xml 
b/components-starter/camel-corda-starter/pom.xml
index 252daab..5ad677a 100644
--- a/components-starter/camel-corda-starter/pom.xml
+++ b/components-starter/camel-corda-starter/pom.xml
@@ -41,14 +41,6 @@
   
   
 
-  ch.qos.logback
-  logback-classic
-
-
-  ch.qos.logback
-  logback-core
-
-
   org.apache.logging.log4j
   log4j-core
 
diff --git a/components-starter/camel-iota-starter/pom.xml 
b/components-starter/camel-iota-starter/pom.xml
index 0f60048..a8484cc 100644
--- a/components-starter/camel-iota-starter/pom.xml
+++ b/components-starter/camel-iota-starter/pom.xml
@@ -38,18 +38,6 @@
   org.apache.camel
   camel-iota
   ${camel-version}
-  
-  
-
-  ch.qos.logback
-  logback-classic
-
-
-  ch.qos.logback
-  logback-core
-
-  
-  
 
 
 



[camel-spring-boot] branch master updated: [create-pull-request] automated change

2020-12-10 Thread acosentino
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-spring-boot.git


The following commit(s) were added to refs/heads/master by this push:
 new 15356d9  [create-pull-request] automated change
15356d9 is described below

commit 15356d9d566b2ce64678e0f92bee4347d427b322
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Dec 11 00:45:10 2020 +

[create-pull-request] automated change
---
 .../org/apache/camel/springboot/catalog/components/pulsar.json  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/pulsar.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/pulsar.json
index c07d4f0..1941d3a 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/pulsar.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/pulsar.json
@@ -57,7 +57,7 @@
 "sendTimeoutMs": { "kind": "property", "displayName": "Send Timeout Ms", 
"group": "producer", "label": "producer", "required": false, "type": "integer", 
"javaType": "int", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": 3, "configurationClass": 
"org.apache.camel.component.pulsar.PulsarConfiguration", "configurationField": 
"configuration", "description": "Send timeout in milliseconds" },
 "autoConfiguration": { "kind": "property", "displayName": "Auto 
Configuration", "group": "advanced", "label": "advanced", "required": false, 
"type": "object", "javaType": 
"org.apache.camel.component.pulsar.utils.AutoConfiguration", "deprecated": 
false, "autowired": false, "secret": false, "description": "The pulsar auto 
configuration" },
 "autowiredEnabled": { "kind": "property", "displayName": "Autowired 
Enabled", "group": "advanced", "label": "advanced", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": true, "description": "Whether autowiring is 
enabled. This is used for automatic autowiring options (the option must be 
marked as autowired) by looking up in the registry to find if there is a single 
instance of matching type, which t [...]
-"pulsarClient": { "kind": "property", "displayName": "Pulsar Client", 
"group": "advanced", "label": "advanced", "required": false, "type": "object", 
"javaType": "org.apache.pulsar.client.api.PulsarClient", "deprecated": false, 
"autowired": false, "secret": false, "description": "The pulsar client" }
+"pulsarClient": { "kind": "property", "displayName": "Pulsar Client", 
"group": "advanced", "label": "advanced", "required": false, "type": "object", 
"javaType": "org.apache.pulsar.client.api.PulsarClient", "deprecated": false, 
"autowired": true, "secret": false, "description": "The pulsar client" }
   },
   "properties": {
 "persistence": { "kind": "path", "displayName": "Persistence", "group": 
"common", "label": "", "required": true, "type": "string", "javaType": 
"java.lang.String", "enum": [ "persistent", "non-persistent" ], "deprecated": 
false, "deprecationNote": "", "autowired": false, "secret": false, 
"description": "Whether the topic is persistent or non-persistent" },



[camel-spring-boot] branch master updated: [create-pull-request] automated change (#245)

2020-12-09 Thread davsclaus
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


The following commit(s) were added to refs/heads/master by this push:
 new 5b86ab3  [create-pull-request] automated change (#245)
5b86ab3 is described below

commit 5b86ab39fea7dafefbeea1a1ed9949a35857f182
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Dec 9 10:02:12 2020 +0100

[create-pull-request] automated change (#245)

Co-authored-by: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
---
 .../org/apache/camel/springboot/catalog/components/vertx-kafka.json   | 4 ++--
 .../camel-vertx-kafka-starter/src/main/docs/vertx-kafka-starter.adoc  | 2 +-
 .../vertx/kafka/springboot/VertxKafkaComponentConfiguration.java  | 2 +-
 docs/modules/ROOT/pages/vertx-kafka-starter.adoc  | 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/vertx-kafka.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/vertx-kafka.json
index 95b2258..8063a2b 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/vertx-kafka.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/vertx-kafka.json
@@ -105,7 +105,7 @@
 "securityProtocol": { "kind": "property", "displayName": "Security 
Protocol", "group": "security", "label": "common,security", "required": false, 
"type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": "PLAINTEXT", 
"configurationClass": 
"org.apache.camel.component.vertx.kafka.configuration.VertxKafkaConfiguration", 
"configurationField": "configuration", "description": "Protocol used to 
communicate with brokers. Valid [...]
 "securityProviders": { "kind": "property", "displayName": "Security 
Providers", "group": "security", "label": "common,security", "required": false, 
"type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.vertx.kafka.configuration.VertxKafkaConfiguration", 
"configurationField": "configuration", "description": "A list of configurable 
creator classes each returning a provider implementi [...]
 "sslCipherSuites": { "kind": "property", "displayName": "Ssl Cipher 
Suites", "group": "security", "label": "common,security", "required": false, 
"type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.vertx.kafka.configuration.VertxKafkaConfiguration", 
"configurationField": "configuration", "description": "A list of cipher suites. 
This is a named combination of authentication, encryp [...]
-"sslEnabledProtocols": { "kind": "property", "displayName": "Ssl Enabled 
Protocols", "group": "security", "label": "common,security", "required": false, 
"type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": "TLSv1.2", 
"configurationClass": 
"org.apache.camel.component.vertx.kafka.configuration.VertxKafkaConfiguration", 
"configurationField": "configuration", "description": "The list of protocols 
enabled for SSL conne [...]
+"sslEnabledProtocols": { "kind": "property", "displayName": "Ssl Enabled 
Protocols", "group": "security", "label": "common,security", "required": false, 
"type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": "TLSv1.2,TLSv1.3", 
"configurationClass": 
"org.apache.camel.component.vertx.kafka.configuration.VertxKafkaConfiguration", 
"configurationField": "configuration", "description": "The list of protocols 
enabled for S [...]
 "sslEndpointIdentificationAlgorithm": { "kind": "property", "displayName": 
"Ssl Endpoint Identification Algorithm", "group": "security", "label": 
"common,security", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": "https", "configurationClass": 
"org.apache.camel.component.vertx.kafka.configuration.VertxKafkaConfiguration", 
"configurationField": "configuration", "description": "The endpoint i [...]
 "sslEngineFactoryClass": { "kind": "property", "displayName": "Ssl Engine 
Factory Class", "group": "security", "label": "common,security", "required": 
false, "type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "configurationClass": 

[camel-spring-boot] branch master updated: [create-pull-request] automated change (#244)

2020-12-08 Thread davsclaus
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


The following commit(s) were added to refs/heads/master by this push:
 new 3685490  [create-pull-request] automated change (#244)
3685490 is described below

commit 36854908738ea0dc0fe8ad6a09c35180be5df765
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Dec 8 16:47:19 2020 +0100

[create-pull-request] automated change (#244)

Co-authored-by: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
---
 .../apache/camel/springboot/catalog/components/vertx-kafka.json   | 8 
 .../src/main/docs/vertx-kafka-starter.adoc| 6 ++
 .../vertx/kafka/springboot/VertxKafkaComponentConfiguration.java  | 4 ++--
 docs/modules/ROOT/pages/vertx-kafka-starter.adoc  | 6 ++
 4 files changed, 10 insertions(+), 14 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/vertx-kafka.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/vertx-kafka.json
index 2bd022d..95b2258 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/vertx-kafka.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/vertx-kafka.json
@@ -105,7 +105,7 @@
 "securityProtocol": { "kind": "property", "displayName": "Security 
Protocol", "group": "security", "label": "common,security", "required": false, 
"type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": "PLAINTEXT", 
"configurationClass": 
"org.apache.camel.component.vertx.kafka.configuration.VertxKafkaConfiguration", 
"configurationField": "configuration", "description": "Protocol used to 
communicate with brokers. Valid [...]
 "securityProviders": { "kind": "property", "displayName": "Security 
Providers", "group": "security", "label": "common,security", "required": false, 
"type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.vertx.kafka.configuration.VertxKafkaConfiguration", 
"configurationField": "configuration", "description": "A list of configurable 
creator classes each returning a provider implementi [...]
 "sslCipherSuites": { "kind": "property", "displayName": "Ssl Cipher 
Suites", "group": "security", "label": "common,security", "required": false, 
"type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.vertx.kafka.configuration.VertxKafkaConfiguration", 
"configurationField": "configuration", "description": "A list of cipher suites. 
This is a named combination of authentication, encryp [...]
-"sslEnabledProtocols": { "kind": "property", "displayName": "Ssl Enabled 
Protocols", "group": "security", "label": "common,security", "required": false, 
"type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": "TLSv1.2,TLSv1.3", 
"configurationClass": 
"org.apache.camel.component.vertx.kafka.configuration.VertxKafkaConfiguration", 
"configurationField": "configuration", "description": "The list of protocols 
enabled for S [...]
+"sslEnabledProtocols": { "kind": "property", "displayName": "Ssl Enabled 
Protocols", "group": "security", "label": "common,security", "required": false, 
"type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": "TLSv1.2", 
"configurationClass": 
"org.apache.camel.component.vertx.kafka.configuration.VertxKafkaConfiguration", 
"configurationField": "configuration", "description": "The list of protocols 
enabled for SSL conne [...]
 "sslEndpointIdentificationAlgorithm": { "kind": "property", "displayName": 
"Ssl Endpoint Identification Algorithm", "group": "security", "label": 
"common,security", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": "https", "configurationClass": 
"org.apache.camel.component.vertx.kafka.configuration.VertxKafkaConfiguration", 
"configurationField": "configuration", "description": "The endpoint i [...]
 "sslEngineFactoryClass": { "kind": "property", "displayName": "Ssl Engine 
Factory Class", "group": "security", "label": "common,security", "required": 
false, "type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "configurationClass": 

[camel-spring-boot] branch master updated: [create-pull-request] automated change

2020-12-06 Thread acosentino
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-spring-boot.git


The following commit(s) were added to refs/heads/master by this push:
 new 129d8ff  [create-pull-request] automated change
129d8ff is described below

commit 129d8ff7e3736a13a6549e2f1559aef55a556b1d
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Dec 7 00:39:17 2020 +

[create-pull-request] automated change
---
 tooling/camel-spring-boot-dependencies/pom.xml | 5 +
 1 file changed, 5 insertions(+)

diff --git a/tooling/camel-spring-boot-dependencies/pom.xml 
b/tooling/camel-spring-boot-dependencies/pom.xml
index d15d337..5f14b07 100644
--- a/tooling/camel-spring-boot-dependencies/pom.xml
+++ b/tooling/camel-spring-boot-dependencies/pom.xml
@@ -3119,6 +3119,11 @@
   
   
 org.apache.camel
+camel-leveldb-legacy
+3.7.0-SNAPSHOT
+  
+  
+org.apache.camel
 camel-log
 3.7.0-SNAPSHOT
   



[camel-spring-boot] branch master updated: [create-pull-request] automated change (#241)

2020-12-06 Thread davsclaus
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


The following commit(s) were added to refs/heads/master by this push:
 new 02619f2  [create-pull-request] automated change (#241)
02619f2 is described below

commit 02619f2c482259a46a4197c863136098c155c487
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sun Dec 6 09:00:09 2020 +0100

[create-pull-request] automated change (#241)

Co-authored-by: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
---
 components-starter/README.adoc  |  4 ++-
 docs/modules/ROOT/pages/datasonnet-starter.adoc | 34 +
 docs/modules/ROOT/pages/list.adoc   |  4 ++-
 tooling/camel-spring-boot-bom/pom.xml   |  5 
 tooling/camel-spring-boot-dependencies/pom.xml  |  5 
 5 files changed, 50 insertions(+), 2 deletions(-)

diff --git a/components-starter/README.adoc b/components-starter/README.adoc
index bbd919e..81f788e 100644
--- a/components-starter/README.adoc
+++ b/components-starter/README.adoc
@@ -801,7 +801,7 @@ Number of Camel data formats: 46 in 38 JAR artifacts (0 
deprecated)
 == Camel Languages
 
 // languages: START
-Number of Camel languages: 18 in 12 JAR artifacts (0 deprecated)
+Number of Camel languages: 19 in 13 JAR artifacts (0 deprecated)
 
 [width="100%",cols="4,3,3,3,6",options="header"]
 |===
@@ -811,6 +811,8 @@ Number of Camel languages: 18 in 12 JAR artifacts (0 
deprecated)
 
 | xref:latest@components:languages:constant-language.adoc[Constant] | 
camel-base | Stable | 1.5 | To use a constant value in Camel expressions or 
predicates. Important: this is a fixed constant value that is only set once 
during starting up the route, do not use this if you want dynamic values during 
routing.
 
+| xref:latest@components:languages:datasonnet-language.adoc[DataSonnet] | 
camel-datasonnet-starter | Preview | 3.7 | To use DataSonnet scripts in Camel 
expressions or predicates.
+
 | 
xref:latest@components:languages:exchangeProperty-language.adoc[ExchangeProperty]
 | camel-base | Stable | 2.0 | To use a Camel Exchange property in expressions 
or predicates.
 
 | xref:latest@components:languages:file-language.adoc[File] | camel-base | 
Stable | 1.1 | For expressions and predicates using the file/simple language.
diff --git a/docs/modules/ROOT/pages/datasonnet-starter.adoc 
b/docs/modules/ROOT/pages/datasonnet-starter.adoc
new file mode 100644
index 000..024e6c3
--- /dev/null
+++ b/docs/modules/ROOT/pages/datasonnet-starter.adoc
@@ -0,0 +1,34 @@
+// spring-boot-auto-configure options: START
+:page-partial:
+:doctitle: Camel Spring Boot Starter for datasonnet
+
+== Spring Boot Auto-Configuration
+
+When using datasonnet with Spring Boot make sure to use the following Maven 
dependency to have support for auto configuration:
+
+[source,xml]
+
+
+  org.apache.camel.springboot
+  camel-datasonnet-starter
+  x.x.x
+  
+
+
+
+
+The component supports 4 options, which are listed below.
+
+
+
+[width="100%",cols="2,5,^1,2",options="header"]
+|===
+| Name | Description | Default | Type
+| *camel.language.datasonnet.body-media-type* | The String representation of 
the message's body MediaType |  | String
+| *camel.language.datasonnet.enabled* | Whether to enable auto configuration 
of the datasonnet language. This is enabled by default. |  | Boolean
+| *camel.language.datasonnet.output-media-type* | The String representation of 
the MediaType to output |  | String
+| *camel.language.datasonnet.trim* | Whether to trim the value to remove 
leading and trailing whitespaces and line breaks | true | Boolean
+|===
+
+
+// spring-boot-auto-configure options: END
diff --git a/docs/modules/ROOT/pages/list.adoc 
b/docs/modules/ROOT/pages/list.adoc
index bbd919e..81f788e 100644
--- a/docs/modules/ROOT/pages/list.adoc
+++ b/docs/modules/ROOT/pages/list.adoc
@@ -801,7 +801,7 @@ Number of Camel data formats: 46 in 38 JAR artifacts (0 
deprecated)
 == Camel Languages
 
 // languages: START
-Number of Camel languages: 18 in 12 JAR artifacts (0 deprecated)
+Number of Camel languages: 19 in 13 JAR artifacts (0 deprecated)
 
 [width="100%",cols="4,3,3,3,6",options="header"]
 |===
@@ -811,6 +811,8 @@ Number of Camel languages: 18 in 12 JAR artifacts (0 
deprecated)
 
 | xref:latest@components:languages:constant-language.adoc[Constant] | 
camel-base | Stable | 1.5 | To use a constant value in Camel expressions or 
predicates. Important: this is a fixed constant value that is only set once 
during starting up the route, do not use this if you want dynamic values during 
routing.
 
+| xref:latest@components:languages:datasonnet-language.adoc[DataSonnet] | 
camel-datasonnet-starter | Preview | 3.7 | To use DataSonnet scripts in Camel 
expressions or predicates.
+
 | 

[camel-spring-boot] branch master updated: [create-pull-request] automated change

2020-12-05 Thread acosentino
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-spring-boot.git


The following commit(s) were added to refs/heads/master by this push:
 new 59406c6  [create-pull-request] automated change
59406c6 is described below

commit 59406c6e0da15eb177b55f6e7dde89b207ddbe15
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Dec 5 00:44:29 2020 +

[create-pull-request] automated change
---
 .../org/apache/camel/springboot/catalog/components/aws2-sns.json  | 4 ++--
 .../camel-aws2-sns-starter/src/main/docs/aws2-sns-starter.adoc| 2 +-
 .../component/aws2/sns/springboot/Sns2ComponentConfiguration.java | 2 +-
 docs/modules/ROOT/pages/aws2-sns-starter.adoc | 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-sns.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-sns.json
index b3bf1eb..df390fd 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-sns.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-sns.json
@@ -40,7 +40,7 @@
 "subject": { "kind": "property", "displayName": "Subject", "group": 
"producer", "label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"configurationClass": "org.apache.camel.component.aws2.sns.Sns2Configuration", 
"configurationField": "configuration", "description": "The subject which is 
used if the message header 'CamelAwsSnsSubject' is not present." },
 "subscribeSNStoSQS": { "kind": "property", "displayName": "Subscribe SNSto 
SQS", "group": "producer", "label": "", "required": false, "type": "boolean", 
"javaType": "boolean", "deprecated": false, "autowired": false, "secret": 
false, "defaultValue": false, "configurationClass": 
"org.apache.camel.component.aws2.sns.Sns2Configuration", "configurationField": 
"configuration", "description": "Define if the subscription between SNS Topic 
and SQS must be done or not" },
 "trustAllCertificates": { "kind": "property", "displayName": "Trust All 
Certificates", "group": "producer", "label": "", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": false, "configurationClass": 
"org.apache.camel.component.aws2.sns.Sns2Configuration", "configurationField": 
"configuration", "description": "If we want to trust all certificates in case 
of overriding the endpoint" },
-"useDefaultCredentialsProvider": { "kind": "property", "displayName": "Use 
Default Credentials Provider", "group": "producer", "label": "", "required": 
false, "type": "boolean", "javaType": "boolean", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": false, 
"configurationClass": "org.apache.camel.component.aws2.sns.Sns2Configuration", 
"configurationField": "configuration", "description": "Set whether the SQS 
client should expect to load credentials on an AWS i [...]
+"useDefaultCredentialsProvider": { "kind": "property", "displayName": "Use 
Default Credentials Provider", "group": "producer", "label": "", "required": 
false, "type": "boolean", "javaType": "boolean", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": false, 
"configurationClass": "org.apache.camel.component.aws2.sns.Sns2Configuration", 
"configurationField": "configuration", "description": "Set whether the SNS 
client should expect to load credentials on an AWS i [...]
 "autowiredEnabled": { "kind": "property", "displayName": "Autowired 
Enabled", "group": "advanced", "label": "advanced", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": true, "description": "Whether autowiring is 
enabled. This is used for automatic autowiring options (the option must be 
marked as autowired) by looking up in the registry to find if there is a single 
instance of matching type, which t [...]
 "accessKey": { "kind": "property", "displayName": "Access Key", "group": 
"security", "label": "security", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": true, "configurationClass": 
"org.apache.camel.component.aws2.sns.Sns2Configuration", "configurationField": 
"configuration", "description": "Amazon AWS Access Key" },
 "secretKey": { "kind": "property", "displayName": "Secret Key", "group": 
"security", "label": "security", "required": false, "type": "string", 
"javaType": 

[camel-spring-boot] branch master updated: [create-pull-request] automated change

2020-12-03 Thread acosentino
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-spring-boot.git


The following commit(s) were added to refs/heads/master by this push:
 new 3f68aa2  [create-pull-request] automated change
3f68aa2 is described below

commit 3f68aa21d2e3cfba30f773faf2f95eb52d133929
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Dec 4 01:11:45 2020 +

[create-pull-request] automated change
---
 components-starter/camel-corda-starter/pom.xml |  8 
 components-starter/camel-iota-starter/pom.xml  | 12 
 tooling/camel-spring-boot-dependencies/pom.xml |  5 +
 3 files changed, 5 insertions(+), 20 deletions(-)

diff --git a/components-starter/camel-corda-starter/pom.xml 
b/components-starter/camel-corda-starter/pom.xml
index 252daab..5ad677a 100644
--- a/components-starter/camel-corda-starter/pom.xml
+++ b/components-starter/camel-corda-starter/pom.xml
@@ -41,14 +41,6 @@
   
   
 
-  ch.qos.logback
-  logback-classic
-
-
-  ch.qos.logback
-  logback-core
-
-
   org.apache.logging.log4j
   log4j-core
 
diff --git a/components-starter/camel-iota-starter/pom.xml 
b/components-starter/camel-iota-starter/pom.xml
index 0f60048..a8484cc 100644
--- a/components-starter/camel-iota-starter/pom.xml
+++ b/components-starter/camel-iota-starter/pom.xml
@@ -38,18 +38,6 @@
   org.apache.camel
   camel-iota
   ${camel-version}
-  
-  
-
-  ch.qos.logback
-  logback-classic
-
-
-  ch.qos.logback
-  logback-core
-
-  
-  
 
 
 
diff --git a/tooling/camel-spring-boot-dependencies/pom.xml 
b/tooling/camel-spring-boot-dependencies/pom.xml
index ec0c9c2..cc2c12b 100644
--- a/tooling/camel-spring-boot-dependencies/pom.xml
+++ b/tooling/camel-spring-boot-dependencies/pom.xml
@@ -4607,6 +4607,11 @@
   
   
 org.testcontainers
+pulsar
+1.15.0
+  
+  
+org.testcontainers
 rabbitmq
 1.15.0
   



[camel-spring-boot] branch master updated: [create-pull-request] automated change

2020-12-01 Thread acosentino
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-spring-boot.git


The following commit(s) were added to refs/heads/master by this push:
 new cf01979  [create-pull-request] automated change
cf01979 is described below

commit cf0197973ebac2546464fc0bee83e90fae259d0b
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Dec 2 00:45:38 2020 +

[create-pull-request] automated change
---
 components-starter/camel-corda-starter/pom.xml |  8 
 components-starter/camel-iota-starter/pom.xml  | 12 
 2 files changed, 20 deletions(-)

diff --git a/components-starter/camel-corda-starter/pom.xml 
b/components-starter/camel-corda-starter/pom.xml
index 252daab..5ad677a 100644
--- a/components-starter/camel-corda-starter/pom.xml
+++ b/components-starter/camel-corda-starter/pom.xml
@@ -41,14 +41,6 @@
   
   
 
-  ch.qos.logback
-  logback-classic
-
-
-  ch.qos.logback
-  logback-core
-
-
   org.apache.logging.log4j
   log4j-core
 
diff --git a/components-starter/camel-iota-starter/pom.xml 
b/components-starter/camel-iota-starter/pom.xml
index 0f60048..a8484cc 100644
--- a/components-starter/camel-iota-starter/pom.xml
+++ b/components-starter/camel-iota-starter/pom.xml
@@ -38,18 +38,6 @@
   org.apache.camel
   camel-iota
   ${camel-version}
-  
-  
-
-  ch.qos.logback
-  logback-classic
-
-
-  ch.qos.logback
-  logback-core
-
-  
-  
 
 
 



[camel-spring-boot] branch master updated: [create-pull-request] automated change

2020-11-24 Thread acosentino
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-spring-boot.git


The following commit(s) were added to refs/heads/master by this push:
 new 55c5f16  [create-pull-request] automated change
55c5f16 is described below

commit 55c5f162915320048079dd9a064c55dde5ab894a
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Nov 25 00:46:15 2020 +

[create-pull-request] automated change
---
 .../springboot/catalog/components/salesforce.json|  3 ++-
 .../src/main/docs/salesforce-starter.adoc|  5 +++--
 .../springboot/SalesforceComponentConfiguration.java | 20 +---
 docs/modules/ROOT/pages/salesforce-starter.adoc  |  5 +++--
 4 files changed, 25 insertions(+), 8 deletions(-)

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 ddd5718..20a11ac 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
@@ -36,6 +36,7 @@
 "httpClientConnectionTimeout": { "kind": "property", "displayName": "Http 
Client Connection Timeout", "group": "common", "label": "common", "required": 
false, "type": "integer", "javaType": "long", "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": 6, "description": "Connection 
timeout used by the HttpClient when connecting to the Salesforce server." },
 "httpClientIdleTimeout": { "kind": "property", "displayName": "Http Client 
Idle Timeout", "group": "common", "label": "common", "required": false, "type": 
"integer", "javaType": "long", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": 1, "description": "Timeout used by the 
HttpClient when waiting for response from the Salesforce server." },
 "httpMaxContentLength": { "kind": "property", "displayName": "Http Max 
Content Length", "group": "common", "label": "common", "required": false, 
"type": "integer", "javaType": "java.lang.Integer", "deprecated": false, 
"autowired": false, "secret": false, "description": "Max content length of an 
HTTP response." },
+"httpRequestBufferSize": { "kind": "property", "displayName": "Http 
Request Buffer Size", "group": "common", "label": "common", "required": false, 
"type": "integer", "javaType": "java.lang.Integer", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": "8192", "description": 
"HTTP request buffer size. May need to be increased for large SOQL queries." },
 "includeDetails": { "kind": "property", "displayName": "Include Details", 
"group": "common", "label": "", "required": false, "type": "boolean", 
"javaType": "java.lang.Boolean", "deprecated": false, "autowired": false, 
"secret": false, "configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "config", "description": "Include details in Salesforce1 
Analytics report, defaults to false." },
 "initialReplayIdMap": { "kind": "property", "displayName": "Initial Replay 
Id Map", "group": "common", "label": "", "required": false, "type": "object", 
"javaType": "java.util.Map", "deprecated": 
false, "autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "config", "description": "Replay IDs to start from per 
channel name." },
 "instanceId": { "kind": "property", "displayName": "Instance Id", "group": 
"common", "label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "config", "description": "Salesforce1 Analytics report 
execution instance ID" },
@@ -50,7 +51,7 @@
 "notifyForOperationUndelete": { "kind": "property", "displayName": "Notify 
For Operation Undelete", "group": "common", "label": "", "required": false, 
"type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false, 
"autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "config", "description": "Notify for un-delete operation, 
defaults to false (API version = 29.0)" },
 "notifyForOperationUpdate": { "kind": "property", "displayName": "Notify 
For Operation Update", "group": "common", "label": "", "required": false, 
"type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false, 

[camel-spring-boot] branch master updated: [create-pull-request] automated change

2020-11-23 Thread acosentino
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-spring-boot.git


The following commit(s) were added to refs/heads/master by this push:
 new 4e68208  [create-pull-request] automated change
4e68208 is described below

commit 4e68208c66dd56a26bf8f8b0641c834a023a2336
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Nov 24 00:41:53 2020 +

[create-pull-request] automated change
---
 .../org/apache/camel/springboot/catalog/components/graphql.json  | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/graphql.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/graphql.json
index 0a918f2..d0c4361 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/graphql.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/graphql.json
@@ -35,6 +35,7 @@
 "variables": { "kind": "parameter", "displayName": "Variables", "group": 
"producer", "label": "", "required": false, "type": "object", "javaType": 
"org.apache.camel.util.json.JsonObject", "deprecated": false, "autowired": 
false, "secret": false, "description": "The JsonObject instance containing the 
operation variables." },
 "synchronous": { "kind": "parameter", "displayName": "Synchronous", 
"group": "advanced", "label": "advanced", "required": false, "type": "boolean", 
"javaType": "boolean", "deprecated": false, "autowired": false, "secret": 
false, "defaultValue": false, "description": "Sets whether synchronous 
processing should be strictly used, or Camel is allowed to use asynchronous 
processing (if supported)." },
 "accessToken": { "kind": "parameter", "displayName": "Access Token", 
"group": "security", "label": "security", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": true, "description": "The access token sent in the Authorization 
header." },
+"jwtAuthorizationType": { "kind": "parameter", "displayName": "Jwt 
Authorization Type", "group": "security", "label": "security", "required": 
false, "type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": "Bearer", "description": 
"The JWT Authorization type. Default is Bearer." },
 "password": { "kind": "parameter", "displayName": "Password", "group": 
"security", "label": "security", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": true, "description": "The password for Basic authentication." },
 "username": { "kind": "parameter", "displayName": "Username", "group": 
"security", "label": "security", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": true, "description": "The username for Basic authentication." }
   }



[camel-spring-boot] branch master updated: [create-pull-request] automated change

2020-11-20 Thread acosentino
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-spring-boot.git


The following commit(s) were added to refs/heads/master by this push:
 new f332c67  [create-pull-request] automated change
f332c67 is described below

commit f332c67404f690ad5fd3641c22f78c48f27503a6
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Nov 21 00:58:46 2020 +

[create-pull-request] automated change
---
 .../camel/springboot/catalog/components/aws2-s3.json |  4 ++--
 .../camel/springboot/catalog/components/aws2-sns.json|  4 ++--
 .../camel/springboot/catalog/components/aws2-sqs.json|  4 ++--
 .../src/main/docs/aws2-s3-starter.adoc   |  2 +-
 .../aws2/s3/springboot/AWS2S3ComponentConfiguration.java | 16 +---
 .../src/main/docs/aws2-sns-starter.adoc  |  2 +-
 .../aws2/sns/springboot/Sns2ComponentConfiguration.java  | 11 ++-
 .../src/main/docs/aws2-sqs-starter.adoc  |  2 +-
 .../aws2/sqs/springboot/Sqs2ComponentConfiguration.java  | 11 ++-
 docs/modules/ROOT/pages/aws2-s3-starter.adoc |  2 +-
 docs/modules/ROOT/pages/aws2-sns-starter.adoc|  2 +-
 docs/modules/ROOT/pages/aws2-sqs-starter.adoc|  2 +-
 12 files changed, 33 insertions(+), 29 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-s3.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-s3.json
index 777c637..8774dcf 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-s3.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-s3.json
@@ -35,7 +35,7 @@
 "region": { "kind": "property", "displayName": "Region", "group": 
"common", "label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"configurationClass": "org.apache.camel.component.aws2.s3.AWS2S3Configuration", 
"configurationField": "configuration", "description": "The region in which S3 
client needs to work. When using this parameter, the configuration will expect 
the lowercase name of the region (f [...]
 "trustAllCertificates": { "kind": "property", "displayName": "Trust All 
Certificates", "group": "common", "label": "", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": false, "configurationClass": 
"org.apache.camel.component.aws2.s3.AWS2S3Configuration", "configurationField": 
"configuration", "description": "If we want to trust all certificates in case 
of overriding the endpoint" },
 "uriEndpointOverride": { "kind": "property", "displayName": "Uri Endpoint 
Override", "group": "common", "label": "", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "configurationClass": 
"org.apache.camel.component.aws2.s3.AWS2S3Configuration", "configurationField": 
"configuration", "description": "Set the overriding uri endpoint. This option 
needs to be used in combination with overrideEndpoint option" },
-"useIAMCredentials": { "kind": "property", "displayName": "Use 
IAMCredentials", "group": "common", "label": "", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": false, "configurationClass": 
"org.apache.camel.component.aws2.s3.AWS2S3Configuration", "configurationField": 
"configuration", "description": "Set whether the S3 client should expect to 
load credentials on an EC2 instance or to expect static  [...]
+"useDefaultCredentialsProvider": { "kind": "property", "displayName": "Use 
Default Credentials Provider", "group": "common", "label": "", "required": 
false, "type": "boolean", "javaType": "boolean", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": false, 
"configurationClass": "org.apache.camel.component.aws2.s3.AWS2S3Configuration", 
"configurationField": "configuration", "description": "Set whether the S3 
client should expect to load credentials through a def [...]
 "customerAlgorithm": { "kind": "property", "displayName": "Customer 
Algorithm", "group": "common (advanced)", "label": "common,advanced", 
"required": false, "type": "string", "javaType": "java.lang.String", 
"deprecated": false, "autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.aws2.s3.AWS2S3Configuration", "configurationField": 
"configuration", "description": "Define the customer algorithm to use in case 
CustomerKey is enabled" },
 

[camel-spring-boot] branch master updated: [create-pull-request] automated change

2020-11-19 Thread acosentino
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-spring-boot.git


The following commit(s) were added to refs/heads/master by this push:
 new 2ec01ab  [create-pull-request] automated change
2ec01ab is described below

commit 2ec01ab62b98d37f6f40f3083e11b6fa234a87bc
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Nov 20 01:13:54 2020 +

[create-pull-request] automated change
---
 .../camel/springboot/catalog/components/aws2-s3.json  |  2 ++
 .../camel/springboot/catalog/components/salesforce.json   |  4 ++--
 .../src/main/docs/aws2-s3-starter.adoc|  3 ++-
 .../aws2/s3/springboot/AWS2S3ComponentConfiguration.java  | 15 +++
 .../aws2/s3/springboot/AWS2S3ComponentConverter.java  |  2 ++
 .../src/main/docs/salesforce-starter.adoc |  2 +-
 .../springboot/SalesforceComponentConfiguration.java  |  2 +-
 docs/modules/ROOT/pages/aws2-s3-starter.adoc  |  3 ++-
 docs/modules/ROOT/pages/salesforce-starter.adoc   |  2 +-
 9 files changed, 28 insertions(+), 7 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-s3.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-s3.json
index b237185..777c637 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-s3.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-s3.json
@@ -23,6 +23,7 @@
   },
   "componentProperties": {
 "amazonS3Client": { "kind": "property", "displayName": "Amazon S3 Client", 
"group": "common", "label": "", "required": false, "type": "object", 
"javaType": "software.amazon.awssdk.services.s3.S3Client", "deprecated": false, 
"deprecationNote": "", "autowired": true, "secret": false, 
"configurationClass": "org.apache.camel.component.aws2.s3.AWS2S3Configuration", 
"configurationField": "configuration", "description": "Reference to a 
com.amazonaws.services.s3.AmazonS3 in the registry." },
+"amazonS3Presigner": { "kind": "property", "displayName": "Amazon S3 
Presigner", "group": "common", "label": "", "required": false, "type": 
"object", "javaType": 
"software.amazon.awssdk.services.s3.presigner.S3Presigner", "deprecated": 
false, "deprecationNote": "", "autowired": true, "secret": false, 
"configurationClass": "org.apache.camel.component.aws2.s3.AWS2S3Configuration", 
"configurationField": "configuration", "description": "An S3 Presigner for 
Request, used mainly in createD [...]
 "autoCreateBucket": { "kind": "property", "displayName": "Auto Create 
Bucket", "group": "common", "label": "common", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": true, "configurationClass": 
"org.apache.camel.component.aws2.s3.AWS2S3Configuration", "configurationField": 
"configuration", "description": "Setting the autocreation of the S3 bucket 
bucketName. This will apply also in case of moveAfter [...]
 "configuration": { "kind": "property", "displayName": "Configuration", 
"group": "common", "label": "", "required": false, "type": "object", 
"javaType": "org.apache.camel.component.aws2.s3.AWS2S3Configuration", 
"deprecated": false, "autowired": false, "secret": false, "description": "The 
component configuration" },
 "overrideEndpoint": { "kind": "property", "displayName": "Override 
Endpoint", "group": "common", "label": "", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": false, "configurationClass": 
"org.apache.camel.component.aws2.s3.AWS2S3Configuration", "configurationField": 
"configuration", "description": "Set the need for overidding the endpoint. This 
option needs to be used in combination with uriEndpoin [...]
@@ -67,6 +68,7 @@
   "properties": {
 "bucketNameOrArn": { "kind": "path", "displayName": "Bucket Name Or Arn", 
"group": "common", "label": "", "required": true, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "Bucket name or ARN" },
 "amazonS3Client": { "kind": "parameter", "displayName": "Amazon S3 
Client", "group": "common", "label": "", "required": false, "type": "object", 
"javaType": "software.amazon.awssdk.services.s3.S3Client", "deprecated": false, 
"deprecationNote": "", "autowired": true, "secret": false, 
"configurationClass": "org.apache.camel.component.aws2.s3.AWS2S3Configuration", 
"configurationField": "configuration", "description": "Reference to a 
com.amazonaws.services.s3.AmazonS3 

[camel-spring-boot] branch master updated: [create-pull-request] automated change

2020-11-18 Thread acosentino
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-spring-boot.git


The following commit(s) were added to refs/heads/master by this push:
 new 4a44caf  [create-pull-request] automated change
4a44caf is described below

commit 4a44caf4168e0529b0384af18eba579eedffeb47
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Nov 19 00:37:08 2020 +

[create-pull-request] automated change
---
 .../camel/springboot/catalog/components/aws2-athena.json   |  6 ++
 .../camel/springboot/catalog/components/aws2-sns.json  |  6 ++
 .../camel/springboot/catalog/components/aws2-sqs.json  |  6 ++
 .../camel/springboot/catalog/components/aws2-sts.json  |  6 ++
 .../springboot/catalog/components/aws2-translate.json  |  6 ++
 .../springboot/catalog/components/google-bigquery-sql.json |  4 ++--
 .../springboot/catalog/components/google-bigquery.json |  4 ++--
 .../src/main/docs/aws2-athena-starter.adoc |  3 +--
 .../athena/springboot/Athena2ComponentConfiguration.java   | 14 --
 .../src/main/docs/aws2-sns-starter.adoc|  3 +--
 .../aws2/sns/springboot/Sns2ComponentConfiguration.java| 14 --
 .../src/main/docs/aws2-sqs-starter.adoc|  3 +--
 .../aws2/sqs/springboot/Sqs2ComponentConfiguration.java| 14 --
 .../src/main/docs/aws2-sts-starter.adoc|  3 +--
 .../aws2/sts/springboot/STS2ComponentConfiguration.java| 14 --
 .../src/main/docs/aws2-translate-starter.adoc  |  3 +--
 .../springboot/Translate2ComponentConfiguration.java   | 14 --
 .../src/main/docs/google-bigquery-starter.adoc |  4 ++--
 .../springboot/GoogleBigQueryComponentConfiguration.java   |  2 +-
 .../GoogleBigQuerySQLComponentConfiguration.java   |  2 +-
 docs/modules/ROOT/pages/aws2-athena-starter.adoc   |  3 +--
 docs/modules/ROOT/pages/aws2-sns-starter.adoc  |  3 +--
 docs/modules/ROOT/pages/aws2-sqs-starter.adoc  |  3 +--
 docs/modules/ROOT/pages/aws2-sts-starter.adoc  |  3 +--
 docs/modules/ROOT/pages/aws2-translate-starter.adoc|  3 +--
 docs/modules/ROOT/pages/google-bigquery-starter.adoc   |  4 ++--
 tooling/camel-spring-boot-dependencies/pom.xml | 10 ++
 27 files changed, 40 insertions(+), 120 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-athena.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-athena.json
index 5df42ad..d11b954 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-athena.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-athena.json
@@ -23,8 +23,7 @@
   },
   "componentProperties": {
 "accessKey": { "kind": "property", "displayName": "Access Key", "group": 
"producer", "label": "producer", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": true, "configurationClass": 
"org.apache.camel.component.aws2.athena.Athena2Configuration", 
"configurationField": "configuration", "description": "Amazon AWS Access Key." 
},
-"amazonAthenaClient": { "kind": "property", "displayName": "Amazon Athena 
Client", "group": "producer", "label": "", "required": false, "type": "object", 
"javaType": "software.amazon.awssdk.services.athena.AthenaClient", 
"deprecated": false, "autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.aws2.athena.Athena2Configuration", 
"configurationField": "configuration", "description": "The AmazonAthena 
instance to use as the client." },
-"autoDiscoverClient": { "kind": "property", "displayName": "Auto Discover 
Client", "group": "common", "label": "common", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": true, "configurationClass": 
"org.apache.camel.component.aws2.athena.Athena2Configuration", 
"configurationField": "configuration", "description": "Setting the 
autoDiscoverClient mechanism, if true, the component will look for a clien [...]
+"amazonAthenaClient": { "kind": "property", "displayName": "Amazon Athena 
Client", "group": "producer", "label": "", "required": false, "type": "object", 
"javaType": "software.amazon.awssdk.services.athena.AthenaClient", 
"deprecated": false, "deprecationNote": "", "autowired": true, "secret": false, 
"configurationClass": 
"org.apache.camel.component.aws2.athena.Athena2Configuration", 
"configurationField": 

[camel-spring-boot] branch master updated: [create-pull-request] automated change

2020-11-18 Thread acosentino
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-spring-boot.git


The following commit(s) were added to refs/heads/master by this push:
 new 4a44caf  [create-pull-request] automated change
4a44caf is described below

commit 4a44caf4168e0529b0384af18eba579eedffeb47
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Nov 19 00:37:08 2020 +

[create-pull-request] automated change
---
 .../camel/springboot/catalog/components/aws2-athena.json   |  6 ++
 .../camel/springboot/catalog/components/aws2-sns.json  |  6 ++
 .../camel/springboot/catalog/components/aws2-sqs.json  |  6 ++
 .../camel/springboot/catalog/components/aws2-sts.json  |  6 ++
 .../springboot/catalog/components/aws2-translate.json  |  6 ++
 .../springboot/catalog/components/google-bigquery-sql.json |  4 ++--
 .../springboot/catalog/components/google-bigquery.json |  4 ++--
 .../src/main/docs/aws2-athena-starter.adoc |  3 +--
 .../athena/springboot/Athena2ComponentConfiguration.java   | 14 --
 .../src/main/docs/aws2-sns-starter.adoc|  3 +--
 .../aws2/sns/springboot/Sns2ComponentConfiguration.java| 14 --
 .../src/main/docs/aws2-sqs-starter.adoc|  3 +--
 .../aws2/sqs/springboot/Sqs2ComponentConfiguration.java| 14 --
 .../src/main/docs/aws2-sts-starter.adoc|  3 +--
 .../aws2/sts/springboot/STS2ComponentConfiguration.java| 14 --
 .../src/main/docs/aws2-translate-starter.adoc  |  3 +--
 .../springboot/Translate2ComponentConfiguration.java   | 14 --
 .../src/main/docs/google-bigquery-starter.adoc |  4 ++--
 .../springboot/GoogleBigQueryComponentConfiguration.java   |  2 +-
 .../GoogleBigQuerySQLComponentConfiguration.java   |  2 +-
 docs/modules/ROOT/pages/aws2-athena-starter.adoc   |  3 +--
 docs/modules/ROOT/pages/aws2-sns-starter.adoc  |  3 +--
 docs/modules/ROOT/pages/aws2-sqs-starter.adoc  |  3 +--
 docs/modules/ROOT/pages/aws2-sts-starter.adoc  |  3 +--
 docs/modules/ROOT/pages/aws2-translate-starter.adoc|  3 +--
 docs/modules/ROOT/pages/google-bigquery-starter.adoc   |  4 ++--
 tooling/camel-spring-boot-dependencies/pom.xml | 10 ++
 27 files changed, 40 insertions(+), 120 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-athena.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-athena.json
index 5df42ad..d11b954 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-athena.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-athena.json
@@ -23,8 +23,7 @@
   },
   "componentProperties": {
 "accessKey": { "kind": "property", "displayName": "Access Key", "group": 
"producer", "label": "producer", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": true, "configurationClass": 
"org.apache.camel.component.aws2.athena.Athena2Configuration", 
"configurationField": "configuration", "description": "Amazon AWS Access Key." 
},
-"amazonAthenaClient": { "kind": "property", "displayName": "Amazon Athena 
Client", "group": "producer", "label": "", "required": false, "type": "object", 
"javaType": "software.amazon.awssdk.services.athena.AthenaClient", 
"deprecated": false, "autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.aws2.athena.Athena2Configuration", 
"configurationField": "configuration", "description": "The AmazonAthena 
instance to use as the client." },
-"autoDiscoverClient": { "kind": "property", "displayName": "Auto Discover 
Client", "group": "common", "label": "common", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": true, "configurationClass": 
"org.apache.camel.component.aws2.athena.Athena2Configuration", 
"configurationField": "configuration", "description": "Setting the 
autoDiscoverClient mechanism, if true, the component will look for a clien [...]
+"amazonAthenaClient": { "kind": "property", "displayName": "Amazon Athena 
Client", "group": "producer", "label": "", "required": false, "type": "object", 
"javaType": "software.amazon.awssdk.services.athena.AthenaClient", 
"deprecated": false, "deprecationNote": "", "autowired": true, "secret": false, 
"configurationClass": 
"org.apache.camel.component.aws2.athena.Athena2Configuration", 
"configurationField": 

[camel-spring-boot] branch master updated: [create-pull-request] automated change

2020-11-17 Thread acosentino
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-spring-boot.git


The following commit(s) were added to refs/heads/master by this push:
 new c065d21  [create-pull-request] automated change
c065d21 is described below

commit c065d21ed7adf58cab95d8bf7fe34f226e84ee0e
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Nov 18 00:47:43 2020 +

[create-pull-request] automated change
---
 .../springboot/catalog/components/aws2-eventbridge.json|  1 -
 .../camel/springboot/catalog/components/aws2-kms.json  |  6 ++
 .../camel/springboot/catalog/components/aws2-lambda.json   |  6 ++
 .../camel/springboot/catalog/components/aws2-msk.json  |  6 ++
 .../camel/springboot/catalog/components/aws2-ses.json  |  6 ++
 .../camel/springboot/catalog/components/google-pubsub.json |  1 +
 .../src/main/docs/aws2-kms-starter.adoc|  3 +--
 .../aws2/kms/springboot/KMS2ComponentConfiguration.java| 14 --
 .../src/main/docs/aws2-lambda-starter.adoc |  3 +--
 .../lambda/springboot/Lambda2ComponentConfiguration.java   | 14 --
 .../src/main/docs/aws2-msk-starter.adoc|  3 +--
 .../aws2/msk/springboot/MSK2ComponentConfiguration.java| 14 --
 .../src/main/docs/aws2-ses-starter.adoc|  3 +--
 .../aws2/ses/springboot/Ses2ComponentConfiguration.java| 14 --
 docs/modules/ROOT/pages/aws2-kms-starter.adoc  |  3 +--
 docs/modules/ROOT/pages/aws2-lambda-starter.adoc   |  3 +--
 docs/modules/ROOT/pages/aws2-msk-starter.adoc  |  3 +--
 docs/modules/ROOT/pages/aws2-ses-starter.adoc  |  3 +--
 18 files changed, 17 insertions(+), 89 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-eventbridge.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-eventbridge.json
index b06159b..2637b84 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-eventbridge.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-eventbridge.json
@@ -39,7 +39,6 @@
   },
   "properties": {
 "eventbusNameOrArn": { "kind": "path", "displayName": "Eventbus Name Or 
Arn", "group": "producer", "label": "", "required": true, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": false, "description": "Event bus name or ARN" },
-"eventbusName": { "kind": "path", "displayName": "Eventbus Name", "group": 
"producer", "label": "", "required": true, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "defaultValue": "default", "configurationClass": 
"org.apache.camel.component.aws2.eventbridge.EventbridgeConfiguration", 
"configurationField": "configuration", "description": "Logical name" },
 "eventbridgeClient": { "kind": "parameter", "displayName": "Eventbridge 
Client", "group": "producer", "label": "", "required": false, "type": "object", 
"javaType": "software.amazon.awssdk.services.eventbridge.EventBridgeClient", 
"deprecated": false, "deprecationNote": "", "autowired": true, "secret": false, 
"configurationClass": 
"org.apache.camel.component.aws2.eventbridge.EventbridgeConfiguration", 
"configurationField": "configuration", "description": "To use a existing 
configured A [...]
 "eventPatternFile": { "kind": "parameter", "displayName": "Event Pattern 
File", "group": "producer", "label": "", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "configurationClass": 
"org.apache.camel.component.aws2.eventbridge.EventbridgeConfiguration", 
"configurationField": "configuration", "description": "EventPattern File" },
 "lazyStartProducer": { "kind": "parameter", "displayName": "Lazy Start 
Producer", "group": "producer", "label": "producer", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": false, "description": "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 sta [...]
diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-kms.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-kms.json

[camel-spring-boot] branch master updated: [create-pull-request] automated change

2020-11-16 Thread acosentino
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-spring-boot.git


The following commit(s) were added to refs/heads/master by this push:
 new 5093701  [create-pull-request] automated change
5093701 is described below

commit 50937012da31c482cc20b4532c53fc661fd5e42a
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Nov 17 00:44:26 2020 +

[create-pull-request] automated change
---
 .../springboot/catalog/components/aws2-eventbridge.json|  7 +++
 .../camel/springboot/catalog/components/aws2-iam.json  |  6 ++
 .../catalog/components/aws2-kinesis-firehose.json  |  6 ++
 .../camel/springboot/catalog/components/aws2-kinesis.json  |  6 ++
 .../camel/springboot/catalog/components/couchbase.json |  2 ++
 .../src/main/docs/aws2-eventbridge-starter.adoc|  3 +--
 .../springboot/EventbridgeComponentConfiguration.java  | 14 --
 .../src/main/docs/aws2-iam-starter.adoc|  3 +--
 .../aws2/iam/springboot/IAM2ComponentConfiguration.java| 14 --
 .../src/main/docs/aws2-kinesis-starter.adoc|  4 +---
 .../springboot/KinesisFirehose2ComponentConfiguration.java | 14 --
 .../kinesis/springboot/Kinesis2ComponentConfiguration.java | 14 --
 docs/modules/ROOT/pages/aws2-eventbridge-starter.adoc  |  3 +--
 docs/modules/ROOT/pages/aws2-iam-starter.adoc  |  3 +--
 docs/modules/ROOT/pages/aws2-kinesis-starter.adoc  |  4 +---
 15 files changed, 17 insertions(+), 86 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-eventbridge.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-eventbridge.json
index 67289b2..b06159b 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-eventbridge.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-eventbridge.json
@@ -22,9 +22,8 @@
 "lenientProperties": false
   },
   "componentProperties": {
-"autoDiscoverClient": { "kind": "property", "displayName": "Auto Discover 
Client", "group": "common", "label": "common", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": true, "configurationClass": 
"org.apache.camel.component.aws2.eventbridge.EventbridgeConfiguration", 
"configurationField": "configuration", "description": "Setting the 
autoDiscoverClient mechanism, if true, the component will look fo [...]
 "configuration": { "kind": "property", "displayName": "Configuration", 
"group": "producer", "label": "", "required": false, "type": "object", 
"javaType": 
"org.apache.camel.component.aws2.eventbridge.EventbridgeConfiguration", 
"deprecated": false, "autowired": false, "secret": false, "description": 
"Component configuration" },
-"eventbridgeClient": { "kind": "property", "displayName": "Eventbridge 
Client", "group": "producer", "label": "", "required": false, "type": "object", 
"javaType": "software.amazon.awssdk.services.eventbridge.EventBridgeClient", 
"deprecated": false, "autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.aws2.eventbridge.EventbridgeConfiguration", 
"configurationField": "configuration", "description": "To use a existing 
configured AWS Eventbridge as client" },
+"eventbridgeClient": { "kind": "property", "displayName": "Eventbridge 
Client", "group": "producer", "label": "", "required": false, "type": "object", 
"javaType": "software.amazon.awssdk.services.eventbridge.EventBridgeClient", 
"deprecated": false, "deprecationNote": "", "autowired": true, "secret": false, 
"configurationClass": 
"org.apache.camel.component.aws2.eventbridge.EventbridgeConfiguration", 
"configurationField": "configuration", "description": "To use a existing 
configured AW [...]
 "eventPatternFile": { "kind": "property", "displayName": "Event Pattern 
File", "group": "producer", "label": "", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "configurationClass": 
"org.apache.camel.component.aws2.eventbridge.EventbridgeConfiguration", 
"configurationField": "configuration", "description": "EventPattern File" },
 "lazyStartProducer": { "kind": "property", "displayName": "Lazy Start 
Producer", "group": "producer", "label": "producer", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": false, "description": "Whether the producer 
should be started lazy (on the 

[camel-spring-boot] branch master updated: [create-pull-request] automated change

2020-11-15 Thread acosentino
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-spring-boot.git


The following commit(s) were added to refs/heads/master by this push:
 new 2070e357 [create-pull-request] automated change
2070e357 is described below

commit 2070e357f229a12941a43e169edcdcf7b46653d8
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Nov 16 00:44:43 2020 +

[create-pull-request] automated change
---
 .../resources/org/apache/camel/springboot/catalog/components/vertx.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/vertx.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/vertx.json
index 8cc990f..fe2c20a 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/vertx.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/vertx.json
@@ -25,7 +25,7 @@
 "host": { "kind": "property", "displayName": "Host", "group": "common", 
"label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"description": "Hostname for creating an embedded clustered EventBus" },
 "port": { "kind": "property", "displayName": "Port", "group": "common", 
"label": "", "required": false, "type": "integer", "javaType": "int", 
"deprecated": false, "autowired": false, "secret": false, "description": "Port 
for creating an embedded clustered EventBus" },
 "timeout": { "kind": "property", "displayName": "Timeout", "group": 
"common", "label": "", "required": false, "type": "integer", "javaType": "int", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": 60, 
"description": "Timeout in seconds to wait for clustered Vertx EventBus to be 
ready. The default value is 60." },
-"vertx": { "kind": "property", "displayName": "Vertx", "group": "common", 
"label": "", "required": false, "type": "object", "javaType": 
"io.vertx.core.Vertx", "deprecated": false, "autowired": false, "secret": 
false, "description": "To use the given vertx EventBus instead of creating a 
new embedded EventBus" },
+"vertx": { "kind": "property", "displayName": "Vertx", "group": "common", 
"label": "", "required": false, "type": "object", "javaType": 
"io.vertx.core.Vertx", "deprecated": false, "autowired": true, "secret": false, 
"description": "To use the given vertx EventBus instead of creating a new 
embedded EventBus" },
 "vertxOptions": { "kind": "property", "displayName": "Vertx Options", 
"group": "common", "label": "", "required": false, "type": "object", 
"javaType": "io.vertx.core.VertxOptions", "deprecated": false, "autowired": 
false, "secret": false, "description": "Options to use for creating vertx" },
 "bridgeErrorHandler": { "kind": "property", "displayName": "Bridge Error 
Handler", "group": "consumer", "label": "consumer", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": 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 me [...]
 "lazyStartProducer": { "kind": "property", "displayName": "Lazy Start 
Producer", "group": "producer", "label": "producer", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": false, "description": "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 star [...]



[camel-spring-boot] branch master updated: [create-pull-request] automated change

2020-11-14 Thread acosentino
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-spring-boot.git


The following commit(s) were added to refs/heads/master by this push:
 new 39641d7  [create-pull-request] automated change
39641d7 is described below

commit 39641d7a4f3d635f004605162f012b4ae7fed40e
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sun Nov 15 00:42:05 2020 +

[create-pull-request] automated change
---
 .../camel/springboot/catalog/components/aws2-mq.json   |  6 ++
 .../src/main/docs/aws2-mq-starter.adoc |  3 +--
 .../aws2/mq/springboot/MQ2ComponentConfiguration.java  | 14 --
 docs/modules/ROOT/pages/aws2-mq-starter.adoc   |  3 +--
 4 files changed, 4 insertions(+), 22 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-mq.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-mq.json
index 6455c1f..7700fb9 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-mq.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-mq.json
@@ -22,8 +22,7 @@
 "lenientProperties": false
   },
   "componentProperties": {
-"amazonMqClient": { "kind": "property", "displayName": "Amazon Mq Client", 
"group": "producer", "label": "", "required": false, "type": "object", 
"javaType": "software.amazon.awssdk.services.mq.MqClient", "deprecated": false, 
"autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.aws2.mq.MQ2Configuration", "configurationField": 
"configuration", "description": "To use a existing configured AmazonMQClient as 
client" },
-"autoDiscoverClient": { "kind": "property", "displayName": "Auto Discover 
Client", "group": "common", "label": "common", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": true, "configurationClass": 
"org.apache.camel.component.aws2.mq.MQ2Configuration", "configurationField": 
"configuration", "description": "Setting the autoDiscoverClient mechanism, if 
true, the component will look for a client instan [...]
+"amazonMqClient": { "kind": "property", "displayName": "Amazon Mq Client", 
"group": "producer", "label": "", "required": false, "type": "object", 
"javaType": "software.amazon.awssdk.services.mq.MqClient", "deprecated": false, 
"deprecationNote": "", "autowired": true, "secret": false, 
"configurationClass": "org.apache.camel.component.aws2.mq.MQ2Configuration", 
"configurationField": "configuration", "description": "To use a existing 
configured AmazonMQClient as client" },
 "configuration": { "kind": "property", "displayName": "Configuration", 
"group": "producer", "label": "", "required": false, "type": "object", 
"javaType": "org.apache.camel.component.aws2.mq.MQ2Configuration", 
"deprecated": false, "autowired": false, "secret": false, "description": 
"Component configuration" },
 "lazyStartProducer": { "kind": "property", "displayName": "Lazy Start 
Producer", "group": "producer", "label": "producer", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": false, "description": "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 star [...]
 "operation": { "kind": "property", "displayName": "Operation", "group": 
"producer", "label": "", "required": true, "type": "object", "javaType": 
"org.apache.camel.component.aws2.mq.MQ2Operations", "enum": [ "listBrokers", 
"createBroker", "deleteBroker", "rebootBroker", "updateBroker", 
"describeBroker" ], "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "configurationClass": 
"org.apache.camel.component.aws2.mq.MQ2Configuration", "configurationField": "c 
[...]
@@ -39,8 +38,7 @@
   },
   "properties": {
 "label": { "kind": "path", "displayName": "Label", "group": "producer", 
"label": "", "required": true, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "configurationClass": 
"org.apache.camel.component.aws2.mq.MQ2Configuration", "configurationField": 
"configuration", "description": "Logical name" },
-"amazonMqClient": { "kind": "parameter", "displayName": "Amazon Mq 
Client", "group": "producer", "label": "", "required": false, "type": "object", 
"javaType": "software.amazon.awssdk.services.mq.MqClient", "deprecated": false, 

[camel-spring-boot] branch master updated: [create-pull-request] automated change

2020-11-13 Thread acosentino
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-spring-boot.git


The following commit(s) were added to refs/heads/master by this push:
 new 21833f6  [create-pull-request] automated change
21833f6 is described below

commit 21833f6e8c2a202e61950328edd1ba65efee6f3f
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Nov 14 00:49:20 2020 +

[create-pull-request] automated change
---
 .../camel/springboot/catalog/components/aws2-cw.json   |  6 ++
 .../camel/springboot/catalog/components/aws2-ddb.json  |  6 ++
 .../springboot/catalog/components/aws2-ddbstream.json  |  6 ++
 .../camel/springboot/catalog/components/aws2-ec2.json  |  6 ++
 .../camel/springboot/catalog/components/aws2-s3.json   |  6 ++
 .../springboot/catalog/components/bean-validator.json  |  2 +-
 .../springboot/catalog/components/elasticsearch-rest.json  |  2 +-
 .../camel/springboot/catalog/components/infinispan.json|  4 ++--
 .../camel/springboot/catalog/components/influxdb.json  |  2 +-
 .../apache/camel/springboot/catalog/components/log.json|  2 +-
 .../apache/camel/springboot/catalog/components/twilio.json |  2 +-
 .../src/main/docs/aws2-cw-starter.adoc |  3 +--
 .../aws2/cw/springboot/Cw2ComponentConfiguration.java  | 14 --
 .../src/main/docs/aws2-ddb-starter.adoc|  4 +---
 .../aws2/ddb/springboot/Ddb2ComponentConfiguration.java| 14 --
 .../springboot/Ddb2StreamComponentConfiguration.java   | 14 --
 .../src/main/docs/aws2-ec2-starter.adoc|  3 +--
 .../aws2/ec2/springboot/AWS2EC2ComponentConfiguration.java | 14 --
 .../src/main/docs/aws2-s3-starter.adoc |  3 +--
 .../aws2/s3/springboot/AWS2S3ComponentConfiguration.java   | 14 --
 docs/modules/ROOT/pages/aws2-cw-starter.adoc   |  3 +--
 docs/modules/ROOT/pages/aws2-ddb-starter.adoc  |  4 +---
 docs/modules/ROOT/pages/aws2-ec2-starter.adoc  |  3 +--
 docs/modules/ROOT/pages/aws2-s3-starter.adoc   |  3 +--
 24 files changed, 25 insertions(+), 115 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-cw.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-cw.json
index 50fedf6..25d7ab3 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-cw.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-cw.json
@@ -22,8 +22,7 @@
 "lenientProperties": false
   },
   "componentProperties": {
-"amazonCwClient": { "kind": "property", "displayName": "Amazon Cw Client", 
"group": "producer", "label": "", "required": false, "type": "object", 
"javaType": "software.amazon.awssdk.services.cloudwatch.CloudWatchClient", 
"deprecated": false, "autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.aws2.cw.Cw2Configuration", "configurationField": 
"configuration", "description": "To use the AmazonCloudWatch as the client" },
-"autoDiscoverClient": { "kind": "property", "displayName": "Auto Discover 
Client", "group": "common", "label": "common", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": true, "configurationClass": 
"org.apache.camel.component.aws2.cw.Cw2Configuration", "configurationField": 
"configuration", "description": "Setting the autoDiscoverClient mechanism, if 
true, the component will look for a client instan [...]
+"amazonCwClient": { "kind": "property", "displayName": "Amazon Cw Client", 
"group": "producer", "label": "", "required": false, "type": "object", 
"javaType": "software.amazon.awssdk.services.cloudwatch.CloudWatchClient", 
"deprecated": false, "deprecationNote": "", "autowired": true, "secret": false, 
"configurationClass": "org.apache.camel.component.aws2.cw.Cw2Configuration", 
"configurationField": "configuration", "description": "To use the 
AmazonCloudWatch as the client" },
 "configuration": { "kind": "property", "displayName": "Configuration", 
"group": "producer", "label": "", "required": false, "type": "object", 
"javaType": "org.apache.camel.component.aws2.cw.Cw2Configuration", 
"deprecated": false, "autowired": false, "secret": false, "description": "The 
component configuration" },
 "lazyStartProducer": { "kind": "property", "displayName": "Lazy Start 
Producer", "group": "producer", "label": "producer", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 

[camel-spring-boot] branch master updated: [create-pull-request] automated change

2020-11-11 Thread acosentino
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-spring-boot.git


The following commit(s) were added to refs/heads/master by this push:
 new 8366266  [create-pull-request] automated change
8366266 is described below

commit 836626627e36f07edc75189ceb01d7bd85c993c0
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Nov 10 00:46:39 2020 +

[create-pull-request] automated change
---
 .../camel/springboot/catalog/components/aws2-sns.json  |  2 ++
 .../camel/springboot/catalog/components/github.json| 18 +-
 .../camel/springboot/catalog/components/nats.json  |  1 +
 .../camel/springboot/catalog/languages/xquery.json |  1 +
 .../src/main/docs/aws2-sns-starter.adoc|  3 ++-
 .../sns/springboot/Sns2ComponentConfiguration.java | 13 +
 .../src/main/docs/saxon-starter.adoc   |  3 ++-
 .../xquery/springboot/XQueryLanguageConfiguration.java | 15 +++
 docs/modules/ROOT/pages/aws2-sns-starter.adoc  |  3 ++-
 docs/modules/ROOT/pages/saxon-starter.adoc |  3 ++-
 tooling/camel-spring-boot-dependencies/pom.xml | 18 +-
 11 files changed, 66 insertions(+), 14 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-sns.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-sns.json
index 067d8a0..4198a54 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-sns.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-sns.json
@@ -39,6 +39,7 @@
 "subject": { "kind": "property", "displayName": "Subject", "group": 
"producer", "label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "secret": false, "configurationClass": 
"org.apache.camel.component.aws2.sns.Sns2Configuration", "configurationField": 
"configuration", "description": "The subject which is used if the message 
header 'CamelAwsSnsSubject' is not present." },
 "subscribeSNStoSQS": { "kind": "property", "displayName": "Subscribe SNSto 
SQS", "group": "producer", "label": "", "required": false, "type": "boolean", 
"javaType": "boolean", "deprecated": false, "secret": false, "defaultValue": 
false, "configurationClass": 
"org.apache.camel.component.aws2.sns.Sns2Configuration", "configurationField": 
"configuration", "description": "Define if the subscription between SNS Topic 
and SQS must be done or not" },
 "trustAllCertificates": { "kind": "property", "displayName": "Trust All 
Certificates", "group": "producer", "label": "", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "secret": false, 
"defaultValue": false, "configurationClass": 
"org.apache.camel.component.aws2.sns.Sns2Configuration", "configurationField": 
"configuration", "description": "If we want to trust all certificates in case 
of overriding the endpoint" },
+"useIAMCredentials": { "kind": "property", "displayName": "Use 
IAMCredentials", "group": "producer", "label": "", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "secret": false, 
"defaultValue": false, "configurationClass": 
"org.apache.camel.component.aws2.sns.Sns2Configuration", "configurationField": 
"configuration", "description": "Set whether the SQS client should expect to 
load credentials on an AWS infra instance or to expect static credentials  [...]
 "basicPropertyBinding": { "kind": "property", "displayName": "Basic 
Property Binding", "group": "advanced", "label": "advanced", "required": false, 
"type": "boolean", "javaType": "boolean", "deprecated": true, "secret": false, 
"defaultValue": false, "description": "Whether the component should use basic 
property binding (Camel 2.x) or the newer property binding with additional 
capabilities" },
 "accessKey": { "kind": "property", "displayName": "Access Key", "group": 
"security", "label": "security", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "secret": true, 
"configurationClass": "org.apache.camel.component.aws2.sns.Sns2Configuration", 
"configurationField": "configuration", "description": "Amazon AWS Access Key" },
 "secretKey": { "kind": "property", "displayName": "Secret Key", "group": 
"security", "label": "security", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "secret": true, 
"configurationClass": "org.apache.camel.component.aws2.sns.Sns2Configuration", 
"configurationField": "configuration", "description": "Amazon AWS Secret Key" }
@@ -62,6 +63,7 @@
 

[camel-spring-boot] branch master updated: [create-pull-request] automated change

2020-11-11 Thread acosentino
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-spring-boot.git


The following commit(s) were added to refs/heads/master by this push:
 new 8366266  [create-pull-request] automated change
8366266 is described below

commit 836626627e36f07edc75189ceb01d7bd85c993c0
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Nov 10 00:46:39 2020 +

[create-pull-request] automated change
---
 .../camel/springboot/catalog/components/aws2-sns.json  |  2 ++
 .../camel/springboot/catalog/components/github.json| 18 +-
 .../camel/springboot/catalog/components/nats.json  |  1 +
 .../camel/springboot/catalog/languages/xquery.json |  1 +
 .../src/main/docs/aws2-sns-starter.adoc|  3 ++-
 .../sns/springboot/Sns2ComponentConfiguration.java | 13 +
 .../src/main/docs/saxon-starter.adoc   |  3 ++-
 .../xquery/springboot/XQueryLanguageConfiguration.java | 15 +++
 docs/modules/ROOT/pages/aws2-sns-starter.adoc  |  3 ++-
 docs/modules/ROOT/pages/saxon-starter.adoc |  3 ++-
 tooling/camel-spring-boot-dependencies/pom.xml | 18 +-
 11 files changed, 66 insertions(+), 14 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-sns.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-sns.json
index 067d8a0..4198a54 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-sns.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-sns.json
@@ -39,6 +39,7 @@
 "subject": { "kind": "property", "displayName": "Subject", "group": 
"producer", "label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "secret": false, "configurationClass": 
"org.apache.camel.component.aws2.sns.Sns2Configuration", "configurationField": 
"configuration", "description": "The subject which is used if the message 
header 'CamelAwsSnsSubject' is not present." },
 "subscribeSNStoSQS": { "kind": "property", "displayName": "Subscribe SNSto 
SQS", "group": "producer", "label": "", "required": false, "type": "boolean", 
"javaType": "boolean", "deprecated": false, "secret": false, "defaultValue": 
false, "configurationClass": 
"org.apache.camel.component.aws2.sns.Sns2Configuration", "configurationField": 
"configuration", "description": "Define if the subscription between SNS Topic 
and SQS must be done or not" },
 "trustAllCertificates": { "kind": "property", "displayName": "Trust All 
Certificates", "group": "producer", "label": "", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "secret": false, 
"defaultValue": false, "configurationClass": 
"org.apache.camel.component.aws2.sns.Sns2Configuration", "configurationField": 
"configuration", "description": "If we want to trust all certificates in case 
of overriding the endpoint" },
+"useIAMCredentials": { "kind": "property", "displayName": "Use 
IAMCredentials", "group": "producer", "label": "", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "secret": false, 
"defaultValue": false, "configurationClass": 
"org.apache.camel.component.aws2.sns.Sns2Configuration", "configurationField": 
"configuration", "description": "Set whether the SQS client should expect to 
load credentials on an AWS infra instance or to expect static credentials  [...]
 "basicPropertyBinding": { "kind": "property", "displayName": "Basic 
Property Binding", "group": "advanced", "label": "advanced", "required": false, 
"type": "boolean", "javaType": "boolean", "deprecated": true, "secret": false, 
"defaultValue": false, "description": "Whether the component should use basic 
property binding (Camel 2.x) or the newer property binding with additional 
capabilities" },
 "accessKey": { "kind": "property", "displayName": "Access Key", "group": 
"security", "label": "security", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "secret": true, 
"configurationClass": "org.apache.camel.component.aws2.sns.Sns2Configuration", 
"configurationField": "configuration", "description": "Amazon AWS Access Key" },
 "secretKey": { "kind": "property", "displayName": "Secret Key", "group": 
"security", "label": "security", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "secret": true, 
"configurationClass": "org.apache.camel.component.aws2.sns.Sns2Configuration", 
"configurationField": "configuration", "description": "Amazon AWS Secret Key" }
@@ -62,6 +63,7 @@
 

[camel-spring-boot] branch master updated: [create-pull-request] automated change

2020-11-05 Thread acosentino
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-spring-boot.git


The following commit(s) were added to refs/heads/master by this push:
 new fa8fdc7  [create-pull-request] automated change
fa8fdc7 is described below

commit fa8fdc7afddced634ddb2ae93d52ebc67d9b6ded
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Nov 6 00:59:38 2020 +

[create-pull-request] automated change
---
 .../org/apache/camel/springboot/catalog/components/git.json  | 2 +-
 .../org/apache/camel/springboot/catalog/components/grpc.json | 1 +
 tooling/camel-spring-boot-dependencies/pom.xml   | 5 +
 3 files changed, 7 insertions(+), 1 deletion(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/git.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/git.json
index f513abb..22e79bb 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/git.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/git.json
@@ -28,12 +28,12 @@
   },
   "properties": {
 "localPath": { "kind": "path", "displayName": "Local Path", "group": 
"common", "label": "", "required": true, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "deprecationNote": "", "secret": 
false, "description": "Local repository path" },
+"branchName": { "kind": "parameter", "displayName": "Branch Name", 
"group": "common", "label": "", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "secret": false, 
"description": "The branch name to work on" },
 "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 [...]
 "type": { "kind": "parameter", "displayName": "Type", "group": "consumer", 
"label": "consumer", "required": false, "type": "object", "javaType": 
"org.apache.camel.component.git.consumer.GitType", "enum": [ "commit", "tag", 
"branch" ], "deprecated": false, "secret": false, "description": "The consumer 
type" },
 "exceptionHandler": { "kind": "parameter", "displayName": "Exception 
Handler", "group": "consumer (advanced)", "label": "consumer,advanced", 
"required": false, "type": "object", "javaType": 
"org.apache.camel.spi.ExceptionHandler", "optionalPrefix": "consumer.", 
"deprecated": false, "secret": false, "description": "To let the consumer use a 
custom ExceptionHandler. Notice if the option bridgeErrorHandler is enabled 
then this option is not in use. By default the consumer will deal with [...]
 "exchangePattern": { "kind": "parameter", "displayName": "Exchange 
Pattern", "group": "consumer (advanced)", "label": "consumer,advanced", 
"required": false, "type": "object", "javaType": 
"org.apache.camel.ExchangePattern", "enum": [ "InOnly", "InOut", 
"InOptionalOut" ], "deprecated": false, "secret": false, "description": "Sets 
the exchange pattern when the consumer creates an exchange." },
 "allowEmpty": { "kind": "parameter", "displayName": "Allow Empty", 
"group": "producer", "label": "producer", "required": false, "type": "boolean", 
"javaType": "boolean", "deprecated": false, "deprecationNote": "", "secret": 
false, "defaultValue": true, "description": "The flag to manage empty git 
commits" },
-"branchName": { "kind": "parameter", "displayName": "Branch Name", 
"group": "producer", "label": "producer", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "secret": false, 
"description": "The branch name to work on" },
 "lazyStartProducer": { "kind": "parameter", "displayName": "Lazy Start 
Producer", "group": "producer", "label": "producer", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "secret": false, 
"defaultValue": false, "description": "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  [...]
 "operation": { "kind": "parameter", "displayName": "Operation", "group": 
"producer", "label": "producer", "required": false, "type": "string", 
"javaType": "java.lang.String", "enum": [ "clone", "init", 

[camel-spring-boot] branch master updated: [create-pull-request] automated change

2020-11-05 Thread acosentino
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-spring-boot.git


The following commit(s) were added to refs/heads/master by this push:
 new fa8fdc7  [create-pull-request] automated change
fa8fdc7 is described below

commit fa8fdc7afddced634ddb2ae93d52ebc67d9b6ded
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Nov 6 00:59:38 2020 +

[create-pull-request] automated change
---
 .../org/apache/camel/springboot/catalog/components/git.json  | 2 +-
 .../org/apache/camel/springboot/catalog/components/grpc.json | 1 +
 tooling/camel-spring-boot-dependencies/pom.xml   | 5 +
 3 files changed, 7 insertions(+), 1 deletion(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/git.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/git.json
index f513abb..22e79bb 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/git.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/git.json
@@ -28,12 +28,12 @@
   },
   "properties": {
 "localPath": { "kind": "path", "displayName": "Local Path", "group": 
"common", "label": "", "required": true, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "deprecationNote": "", "secret": 
false, "description": "Local repository path" },
+"branchName": { "kind": "parameter", "displayName": "Branch Name", 
"group": "common", "label": "", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "secret": false, 
"description": "The branch name to work on" },
 "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 [...]
 "type": { "kind": "parameter", "displayName": "Type", "group": "consumer", 
"label": "consumer", "required": false, "type": "object", "javaType": 
"org.apache.camel.component.git.consumer.GitType", "enum": [ "commit", "tag", 
"branch" ], "deprecated": false, "secret": false, "description": "The consumer 
type" },
 "exceptionHandler": { "kind": "parameter", "displayName": "Exception 
Handler", "group": "consumer (advanced)", "label": "consumer,advanced", 
"required": false, "type": "object", "javaType": 
"org.apache.camel.spi.ExceptionHandler", "optionalPrefix": "consumer.", 
"deprecated": false, "secret": false, "description": "To let the consumer use a 
custom ExceptionHandler. Notice if the option bridgeErrorHandler is enabled 
then this option is not in use. By default the consumer will deal with [...]
 "exchangePattern": { "kind": "parameter", "displayName": "Exchange 
Pattern", "group": "consumer (advanced)", "label": "consumer,advanced", 
"required": false, "type": "object", "javaType": 
"org.apache.camel.ExchangePattern", "enum": [ "InOnly", "InOut", 
"InOptionalOut" ], "deprecated": false, "secret": false, "description": "Sets 
the exchange pattern when the consumer creates an exchange." },
 "allowEmpty": { "kind": "parameter", "displayName": "Allow Empty", 
"group": "producer", "label": "producer", "required": false, "type": "boolean", 
"javaType": "boolean", "deprecated": false, "deprecationNote": "", "secret": 
false, "defaultValue": true, "description": "The flag to manage empty git 
commits" },
-"branchName": { "kind": "parameter", "displayName": "Branch Name", 
"group": "producer", "label": "producer", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "secret": false, 
"description": "The branch name to work on" },
 "lazyStartProducer": { "kind": "parameter", "displayName": "Lazy Start 
Producer", "group": "producer", "label": "producer", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "secret": false, 
"defaultValue": false, "description": "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  [...]
 "operation": { "kind": "parameter", "displayName": "Operation", "group": 
"producer", "label": "producer", "required": false, "type": "string", 
"javaType": "java.lang.String", "enum": [ "clone", "init", 

[camel-spring-boot] branch master updated: [create-pull-request] automated change

2020-11-04 Thread acosentino
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-spring-boot.git


The following commit(s) were added to refs/heads/master by this push:
 new 04b7bc9  [create-pull-request] automated change
04b7bc9 is described below

commit 04b7bc9b7203d8aece017b75b79674df55862af0
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Nov 5 00:58:48 2020 +

[create-pull-request] automated change
---
 .../camel/springboot/catalog/components.properties |  1 +
 .../springboot/catalog/components/aws2-sqs.json|  2 +
 .../camel/springboot/catalog/components/git.json   | 12 +--
 ...llers.json => kubernetes-custom-resources.json} | 21 +++--
 .../catalog/components/kubernetes-deployments.json |  5 ++
 .../catalog/components/kubernetes-hpa.json |  5 ++
 .../catalog/components/kubernetes-job.json |  5 ++
 .../catalog/components/kubernetes-namespaces.json  |  5 ++
 .../catalog/components/kubernetes-nodes.json   |  5 ++
 .../catalog/components/kubernetes-pods.json|  5 ++
 .../kubernetes-replication-controllers.json|  5 ++
 .../catalog/components/kubernetes-services.json|  5 ++
 components-starter/README.adoc |  4 +-
 .../src/main/docs/aws2-sqs-starter.adoc|  3 +-
 .../sqs/springboot/Sqs2ComponentConfiguration.java | 13 +++
 .../src/main/docs/kubernetes-starter.adoc  |  6 +-
 ...sCustomResourcesComponentAutoConfiguration.java | 75 +
 ...netesCustomResourcesComponentConfiguration.java | 94 ++
 .../src/main/resources/META-INF/spring.factories   |  4 +-
 docs/modules/ROOT/pages/aws2-sqs-starter.adoc  |  3 +-
 docs/modules/ROOT/pages/kubernetes-starter.adoc|  6 +-
 docs/modules/ROOT/pages/list.adoc  |  4 +-
 22 files changed, 267 insertions(+), 21 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components.properties
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components.properties
index da025be..ba01aaf 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components.properties
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components.properties
@@ -201,6 +201,7 @@ jsonata
 jt400
 kafka
 kubernetes-config-maps
+kubernetes-custom-resources
 kubernetes-deployments
 kubernetes-hpa
 kubernetes-job
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 e939c85..8fbad7a 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
@@ -32,6 +32,7 @@
 "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 SQS client needs to work. 
When using this parameter, the configuration will expect the lowercase name of 
the region (for example ap-east-1 [...]
 "trustAllCertificates": { "kind": "property", "displayName": "Trust All 
Certificates", "group": "common", "label": "", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "secret": false, 
"defaultValue": false, "configurationClass": 
"org.apache.camel.component.aws2.sqs.Sqs2Configuration", "configurationField": 
"configuration", "description": "If we want to trust all certificates in case 
of overriding the endpoint" },
+"useIAMCredentials": { "kind": "property", "displayName": "Use 
IAMCredentials", "group": "common", "label": "", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "secret": false, 
"defaultValue": false, "configurationClass": 

[camel-spring-boot] branch master updated: [create-pull-request] automated change

2020-11-03 Thread acosentino
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-spring-boot.git


The following commit(s) were added to refs/heads/master by this push:
 new a589fe5  [create-pull-request] automated change
a589fe5 is described below

commit a589fe5c2cbb3eeb04e678860dc289caac438167
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Nov 4 00:39:09 2020 +

[create-pull-request] automated change
---
 components-starter/README.adoc | 8 ++--
 docs/modules/ROOT/pages/list.adoc  | 8 ++--
 tooling/camel-spring-boot-dependencies/pom.xml | 5 +
 3 files changed, 9 insertions(+), 12 deletions(-)

diff --git a/components-starter/README.adoc b/components-starter/README.adoc
index 3ba5bba..5828d28 100644
--- a/components-starter/README.adoc
+++ b/components-starter/README.adoc
@@ -5,7 +5,7 @@ Apache Camel Spring Boot supports the following Camel artifacts 
as Spring Boot S
 == Camel Components
 
 // components: START
-Number of Camel components: 341 in 274 JAR artifacts (3 deprecated)
+Number of Camel components: 340 in 273 JAR artifacts (3 deprecated)
 
 [width="100%",cols="4,3,3,3,6",options="header"]
 |===
@@ -325,8 +325,6 @@ Number of Camel components: 341 in 274 JAR artifacts (3 
deprecated)
 
 | xref:latest@components::hdfs-component.adoc[HDFS] | camel-hdfs-starter | 
Stable | 2.14 | Read and write from/to an HDFS filesystem using Hadoop 2.x.
 
-| xref:latest@components::hipchat-component.adoc[Hipchat] | 
camel-hipchat-starter | Stable | 2.15 | Send and receive messages to/from 
Hipchat service.
-
 | xref:latest@components::http-component.adoc[HTTP] | camel-http-starter | 
Stable | 2.3 | Send requests to external HTTP servers using Apache HTTP Client 
4.x.
 
 | xref:latest@components::iec60870-client-component.adoc[IEC 60870 Client] | 
camel-iec60870-starter | Stable | 2.20 | IEC 60870 supervisory control and data 
acquisition (SCADA) client using NeoSCADA implementation.
@@ -847,7 +845,7 @@ Number of Camel languages: 17 in 11 JAR artifacts (0 
deprecated)
 == Miscellaneous Extensions
 
 // others: START
-Number of miscellaneous extensions: 26 in 26 JAR artifacts (2 deprecated)
+Number of miscellaneous extensions: 25 in 25 JAR artifacts (2 deprecated)
 
 [width="100%",cols="4,3,3,3,6",options="header"]
 |===
@@ -875,8 +873,6 @@ Number of miscellaneous extensions: 26 in 26 JAR artifacts 
(2 deprecated)
 
 | xref:latest@components:others:opentracing.adoc[OpenTracing] | 
camel-opentracing-starter | Stable | 2.19 | Distributed tracing using 
OpenTracing
 
-| xref:latest@components:others:reactive-executor-vertx.adoc[Reactive Executor 
Vert.x] | camel-reactive-executor-vertx-starter | Experimental | 3.0 | Reactive 
Executor for camel-core using Vert.x
-
 | xref:latest@components:others:reactor.adoc[Reactor] | camel-reactor-starter 
| Stable | 2.20 | Reactor based back-end for Camel's reactive streams component
 
 | xref:latest@components:others:resilience4j.adoc[Resilience4j] | 
camel-resilience4j-starter | Stable | 3.0 | Circuit Breaker EIP using 
Resilience4j
diff --git a/docs/modules/ROOT/pages/list.adoc 
b/docs/modules/ROOT/pages/list.adoc
index 3ba5bba..5828d28 100644
--- a/docs/modules/ROOT/pages/list.adoc
+++ b/docs/modules/ROOT/pages/list.adoc
@@ -5,7 +5,7 @@ Apache Camel Spring Boot supports the following Camel artifacts 
as Spring Boot S
 == Camel Components
 
 // components: START
-Number of Camel components: 341 in 274 JAR artifacts (3 deprecated)
+Number of Camel components: 340 in 273 JAR artifacts (3 deprecated)
 
 [width="100%",cols="4,3,3,3,6",options="header"]
 |===
@@ -325,8 +325,6 @@ Number of Camel components: 341 in 274 JAR artifacts (3 
deprecated)
 
 | xref:latest@components::hdfs-component.adoc[HDFS] | camel-hdfs-starter | 
Stable | 2.14 | Read and write from/to an HDFS filesystem using Hadoop 2.x.
 
-| xref:latest@components::hipchat-component.adoc[Hipchat] | 
camel-hipchat-starter | Stable | 2.15 | Send and receive messages to/from 
Hipchat service.
-
 | xref:latest@components::http-component.adoc[HTTP] | camel-http-starter | 
Stable | 2.3 | Send requests to external HTTP servers using Apache HTTP Client 
4.x.
 
 | xref:latest@components::iec60870-client-component.adoc[IEC 60870 Client] | 
camel-iec60870-starter | Stable | 2.20 | IEC 60870 supervisory control and data 
acquisition (SCADA) client using NeoSCADA implementation.
@@ -847,7 +845,7 @@ Number of Camel languages: 17 in 11 JAR artifacts (0 
deprecated)
 == Miscellaneous Extensions
 
 // others: START
-Number of miscellaneous extensions: 26 in 26 JAR artifacts (2 deprecated)
+Number of miscellaneous extensions: 25 in 25 JAR artifacts (2 deprecated)
 
 [width="100%",cols="4,3,3,3,6",options="header"]
 |===
@@ -875,8 +873,6 @@ Number of miscellaneous extensions: 26 in 26 JAR artifacts 
(2 deprecated)
 
 | 

[camel-spring-boot] branch master updated: [create-pull-request] automated change

2020-11-02 Thread acosentino
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-spring-boot.git


The following commit(s) were added to refs/heads/master by this push:
 new cf95b64  [create-pull-request] automated change
cf95b64 is described below

commit cf95b643370da71d5c620de7f43dc40eddd8019f
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Nov 3 01:12:38 2020 +

[create-pull-request] automated change
---
 components-starter/camel-corda-starter/pom.xml |  8 
 components-starter/camel-iota-starter/pom.xml  | 12 
 tooling/camel-spring-boot-dependencies/pom.xml | 10 ++
 3 files changed, 10 insertions(+), 20 deletions(-)

diff --git a/components-starter/camel-corda-starter/pom.xml 
b/components-starter/camel-corda-starter/pom.xml
index 252daab..5ad677a 100644
--- a/components-starter/camel-corda-starter/pom.xml
+++ b/components-starter/camel-corda-starter/pom.xml
@@ -41,14 +41,6 @@
   
   
 
-  ch.qos.logback
-  logback-classic
-
-
-  ch.qos.logback
-  logback-core
-
-
   org.apache.logging.log4j
   log4j-core
 
diff --git a/components-starter/camel-iota-starter/pom.xml 
b/components-starter/camel-iota-starter/pom.xml
index 0f60048..a8484cc 100644
--- a/components-starter/camel-iota-starter/pom.xml
+++ b/components-starter/camel-iota-starter/pom.xml
@@ -38,18 +38,6 @@
   org.apache.camel
   camel-iota
   ${camel-version}
-  
-  
-
-  ch.qos.logback
-  logback-classic
-
-
-  ch.qos.logback
-  logback-core
-
-  
-  
 
 
 
diff --git a/tooling/camel-spring-boot-dependencies/pom.xml 
b/tooling/camel-spring-boot-dependencies/pom.xml
index 09170de1..9f3a4fb 100644
--- a/tooling/camel-spring-boot-dependencies/pom.xml
+++ b/tooling/camel-spring-boot-dependencies/pom.xml
@@ -4552,6 +4552,16 @@
   
   
 org.testcontainers
+couchbase
+1.14.3
+  
+  
+org.testcontainers
+elasticsearch
+1.14.3
+  
+  
+org.testcontainers
 junit-jupiter
 1.14.3
   



[camel-spring-boot] branch master updated: [create-pull-request] automated change (#219)

2020-10-29 Thread davsclaus
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


The following commit(s) were added to refs/heads/master by this push:
 new acb9f8c  [create-pull-request] automated change (#219)
acb9f8c is described below

commit acb9f8caf3beb1b613f03bfd3cd9b4ecef6d8fd7
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Oct 30 06:19:31 2020 +0100

[create-pull-request] automated change (#219)

Co-authored-by: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
---
 .../camel/springboot/catalog/components/kafka.json | 16 +++---
 .../src/main/docs/kafka-starter.adoc   |  8 +--
 .../springboot/KafkaComponentConfiguration.java| 60 +++---
 docs/modules/ROOT/pages/kafka-starter.adoc |  8 +--
 4 files changed, 45 insertions(+), 47 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/kafka.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/kafka.json
index 54cfce5..4316b92 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/kafka.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/kafka.json
@@ -44,8 +44,8 @@
 "fetchMinBytes": { "kind": "property", "displayName": "Fetch Min Bytes", 
"group": "consumer", "label": "consumer", "required": false, "type": "integer", 
"javaType": "java.lang.Integer", "deprecated": false, "secret": false, 
"defaultValue": "1", "configurationClass": 
"org.apache.camel.component.kafka.KafkaConfiguration", "configurationField": 
"configuration", "description": "The minimum amount of data the server should 
return for a fetch request. If insufficient data is available the  [...]
 "fetchWaitMaxMs": { "kind": "property", "displayName": "Fetch Wait Max 
Ms", "group": "consumer", "label": "consumer", "required": false, "type": 
"integer", "javaType": "java.lang.Integer", "deprecated": false, "secret": 
false, "defaultValue": "500", "configurationClass": 
"org.apache.camel.component.kafka.KafkaConfiguration", "configurationField": 
"configuration", "description": "The maximum amount of time the server will 
block before answering the fetch request if there isn't suffici [...]
 "groupId": { "kind": "property", "displayName": "Group Id", "group": 
"consumer", "label": "consumer", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "secret": false, 
"configurationClass": "org.apache.camel.component.kafka.KafkaConfiguration", 
"configurationField": "configuration", "description": "A string that uniquely 
identifies the group of consumer processes to which this consumer belongs. By 
setting the same group id multiple processes i [...]
+"headerDeserializer": { "kind": "property", "displayName": "Header 
Deserializer", "group": "consumer", "label": "consumer", "required": false, 
"type": "object", "javaType": 
"org.apache.camel.component.kafka.serde.KafkaHeaderDeserializer", "deprecated": 
false, "secret": false, "configurationClass": 
"org.apache.camel.component.kafka.KafkaConfiguration", "configurationField": 
"configuration", "description": "To use a custom KafkaHeaderDeserializer to 
deserialize kafka headers values" },
 "heartbeatIntervalMs": { "kind": "property", "displayName": "Heartbeat 
Interval Ms", "group": "consumer", "label": "consumer", "required": false, 
"type": "integer", "javaType": "java.lang.Integer", "deprecated": false, 
"secret": false, "defaultValue": "3000", "configurationClass": 
"org.apache.camel.component.kafka.KafkaConfiguration", "configurationField": 
"configuration", "description": "The expected time between heartbeats to the 
consumer coordinator when using Kafka's group manage [...]
-"kafkaHeaderDeserializer": { "kind": "property", "displayName": "Kafka 
Header Deserializer", "group": "consumer", "label": "consumer", "required": 
false, "type": "object", "javaType": 
"org.apache.camel.component.kafka.serde.KafkaHeaderDeserializer", "deprecated": 
false, "secret": false, "configurationClass": 
"org.apache.camel.component.kafka.KafkaConfiguration", "configurationField": 
"configuration", "description": "To use a custom KafkaHeaderDeserializer to 
deserialize kafka headers [...]
 "keyDeserializer": { "kind": "property", "displayName": "Key 
Deserializer", "group": "consumer", "label": "consumer", "required": false, 
"type": "string", "javaType": "java.lang.String", "deprecated": false, 
"secret": false, "defaultValue": 
"org.apache.kafka.common.serialization.StringDeserializer", 
"configurationClass": "org.apache.camel.component.kafka.KafkaConfiguration", 
"configurationField": 

[camel-spring-boot] branch master updated: [create-pull-request] automated change

2020-10-27 Thread acosentino
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-spring-boot.git


The following commit(s) were added to refs/heads/master by this push:
 new 0b85421  [create-pull-request] automated change
0b85421 is described below

commit 0b8542195c88e728632450915459abaf5f62b206
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Oct 28 00:45:13 2020 +

[create-pull-request] automated change
---
 .../resources/org/apache/camel/springboot/catalog/components/grpc.json   | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/grpc.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/grpc.json
index 0780c80..f2dc002 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/grpc.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/grpc.json
@@ -37,6 +37,7 @@
 "forwardOnCompleted": { "kind": "parameter", "displayName": "Forward On 
Completed", "group": "consumer", "label": "consumer", "required": false, 
"type": "boolean", "javaType": "boolean", "deprecated": false, "secret": false, 
"defaultValue": false, "configurationClass": 
"org.apache.camel.component.grpc.GrpcConfiguration", "configurationField": 
"configuration", "description": "Determines if onCompleted events should be 
pushed to the Camel route." },
 "forwardOnError": { "kind": "parameter", "displayName": "Forward On 
Error", "group": "consumer", "label": "consumer", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "secret": false, 
"defaultValue": false, "configurationClass": 
"org.apache.camel.component.grpc.GrpcConfiguration", "configurationField": 
"configuration", "description": "Determines if onError events should be pushed 
to the Camel route. Exceptions will be set as message body." },
 "maxConcurrentCallsPerConnection": { "kind": "parameter", "displayName": 
"Max Concurrent Calls Per Connection", "group": "consumer", "label": 
"consumer", "required": false, "type": "integer", "javaType": "int", 
"deprecated": false, "secret": false, "defaultValue": 2147483647, 
"configurationClass": "org.apache.camel.component.grpc.GrpcConfiguration", 
"configurationField": "configuration", "description": "The maximum number of 
concurrent calls permitted for each incoming server connection" },
+"routeControlledStreamObserver": { "kind": "parameter", "displayName": 
"Route Controlled Stream Observer", "group": "consumer", "label": "consumer", 
"required": false, "type": "boolean", "javaType": "boolean", "deprecated": 
false, "secret": false, "defaultValue": false, "configurationClass": 
"org.apache.camel.component.grpc.GrpcConfiguration", "configurationField": 
"configuration", "description": "Lets the route to take control over stream 
observer. If this value is set to true, then [...]
 "exceptionHandler": { "kind": "parameter", "displayName": "Exception 
Handler", "group": "consumer (advanced)", "label": "consumer,advanced", 
"required": false, "type": "object", "javaType": 
"org.apache.camel.spi.ExceptionHandler", "optionalPrefix": "consumer.", 
"deprecated": false, "secret": false, "description": "To let the consumer use a 
custom ExceptionHandler. Notice if the option bridgeErrorHandler is enabled 
then this option is not in use. By default the consumer will deal with [...]
 "exchangePattern": { "kind": "parameter", "displayName": "Exchange 
Pattern", "group": "consumer (advanced)", "label": "consumer,advanced", 
"required": false, "type": "object", "javaType": 
"org.apache.camel.ExchangePattern", "enum": [ "InOnly", "InOut", 
"InOptionalOut" ], "deprecated": false, "secret": false, "description": "Sets 
the exchange pattern when the consumer creates an exchange." },
 "lazyStartProducer": { "kind": "parameter", "displayName": "Lazy Start 
Producer", "group": "producer", "label": "producer", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "secret": false, 
"defaultValue": false, "description": "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  [...]



[camel-spring-boot] branch master updated: [create-pull-request] automated change

2020-10-26 Thread acosentino
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-spring-boot.git


The following commit(s) were added to refs/heads/master by this push:
 new 27f8b21  [create-pull-request] automated change
27f8b21 is described below

commit 27f8b2192f6399384fdfb6dfb4e5eee412507872
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Oct 27 01:14:08 2020 +

[create-pull-request] automated change
---
 tooling/camel-spring-boot-dependencies/pom.xml | 91 ++
 1 file changed, 48 insertions(+), 43 deletions(-)

diff --git a/tooling/camel-spring-boot-dependencies/pom.xml 
b/tooling/camel-spring-boot-dependencies/pom.xml
index 8d012c8..09170de1 100644
--- a/tooling/camel-spring-boot-dependencies/pom.xml
+++ b/tooling/camel-spring-boot-dependencies/pom.xml
@@ -2279,6 +2279,11 @@
   
   
 org.apache.camel
+camel-base-engine
+3.7.0-SNAPSHOT
+  
+  
+org.apache.camel
 camel-base64
 3.7.0-SNAPSHOT
   
@@ -4311,229 +4316,229 @@
   
 org.optaplanner
 optaplanner-benchmark
-7.43.1.Final
+7.45.0.Final
   
   
 org.optaplanner
 optaplanner-benchmark
-7.43.1.Final
+7.45.0.Final
 javadoc
   
   
 org.optaplanner
 optaplanner-core
-7.43.1.Final
+7.45.0.Final
   
   
 org.optaplanner
 optaplanner-core
-7.43.1.Final
+7.45.0.Final
 javadoc
   
   
 org.optaplanner
 optaplanner-distribution
-7.43.1.Final
+7.45.0.Final
 zip
   
   
 org.optaplanner
 optaplanner-docs
-7.43.1.Final
+7.45.0.Final
 zip
   
   
 org.optaplanner
 optaplanner-examples
-7.43.1.Final
+7.45.0.Final
   
   
 org.optaplanner
 optaplanner-persistence-common
-7.43.1.Final
+7.45.0.Final
   
   
 org.optaplanner
 optaplanner-persistence-common
-7.43.1.Final
+7.45.0.Final
 javadoc
   
   
 org.optaplanner
 optaplanner-persistence-jackson
-7.43.1.Final
+7.45.0.Final
   
   
 org.optaplanner
 optaplanner-persistence-jackson
-7.43.1.Final
+7.45.0.Final
 javadoc
   
   
 org.optaplanner
 optaplanner-persistence-jaxb
-7.43.1.Final
+7.45.0.Final
   
   
 org.optaplanner
 optaplanner-persistence-jaxb
-7.43.1.Final
+7.45.0.Final
 javadoc
   
   
 org.optaplanner
 optaplanner-persistence-jpa
-7.43.1.Final
+7.45.0.Final
   
   
 org.optaplanner
 optaplanner-persistence-jpa
-7.43.1.Final
+7.45.0.Final
 javadoc
   
   
 org.optaplanner
 optaplanner-persistence-jsonb
-7.43.1.Final
+7.45.0.Final
   
   
 org.optaplanner
 optaplanner-persistence-jsonb
-7.43.1.Final
+7.45.0.Final
 javadoc
   
   
 org.optaplanner
 optaplanner-persistence-xstream
-7.43.1.Final
+7.45.0.Final
   
   
 org.optaplanner
 optaplanner-persistence-xstream
-7.43.1.Final
+7.45.0.Final
 javadoc
   
   
 org.optaplanner
 optaplanner-quarkus
-7.43.1.Final
+7.45.0.Final
   
   
 org.optaplanner
 optaplanner-quarkus-deployment
-7.43.1.Final
+7.45.0.Final
   
   
 org.optaplanner
 optaplanner-quarkus-jackson
-7.43.1.Final
+7.45.0.Final
   
   
 org.optaplanner
 optaplanner-quarkus-jackson-deployment
-7.43.1.Final
+7.45.0.Final
   
   
 org.optaplanner
 optaplanner-quarkus-jackson-integration-test
-7.43.1.Final
+7.45.0.Final
   
   
 org.optaplanner
 optaplanner-quarkus-jsonb
-7.43.1.Final
+7.45.0.Final
   
   
 org.optaplanner
 optaplanner-quarkus-jsonb-deployment
-7.43.1.Final
+7.45.0.Final
   
   
 org.optaplanner
 optaplanner-quarkus-jsonb-integration-test
-7.43.1.Final
+7.45.0.Final
   
   
 org.optaplanner
 optaplanner-spring-boot-autoconfigure
-7.43.1.Final
+7.45.0.Final
   
   
 org.optaplanner
 optaplanner-spring-boot-starter
-7.43.1.Final
+7.45.0.Final
   
   
 org.optaplanner
 optaplanner-test
-7.43.1.Final
+  

[camel-spring-boot] branch master updated: [create-pull-request] automated change

2020-10-26 Thread acosentino
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-spring-boot.git


The following commit(s) were added to refs/heads/master by this push:
 new 27f8b21  [create-pull-request] automated change
27f8b21 is described below

commit 27f8b2192f6399384fdfb6dfb4e5eee412507872
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Oct 27 01:14:08 2020 +

[create-pull-request] automated change
---
 tooling/camel-spring-boot-dependencies/pom.xml | 91 ++
 1 file changed, 48 insertions(+), 43 deletions(-)

diff --git a/tooling/camel-spring-boot-dependencies/pom.xml 
b/tooling/camel-spring-boot-dependencies/pom.xml
index 8d012c8..09170de1 100644
--- a/tooling/camel-spring-boot-dependencies/pom.xml
+++ b/tooling/camel-spring-boot-dependencies/pom.xml
@@ -2279,6 +2279,11 @@
   
   
 org.apache.camel
+camel-base-engine
+3.7.0-SNAPSHOT
+  
+  
+org.apache.camel
 camel-base64
 3.7.0-SNAPSHOT
   
@@ -4311,229 +4316,229 @@
   
 org.optaplanner
 optaplanner-benchmark
-7.43.1.Final
+7.45.0.Final
   
   
 org.optaplanner
 optaplanner-benchmark
-7.43.1.Final
+7.45.0.Final
 javadoc
   
   
 org.optaplanner
 optaplanner-core
-7.43.1.Final
+7.45.0.Final
   
   
 org.optaplanner
 optaplanner-core
-7.43.1.Final
+7.45.0.Final
 javadoc
   
   
 org.optaplanner
 optaplanner-distribution
-7.43.1.Final
+7.45.0.Final
 zip
   
   
 org.optaplanner
 optaplanner-docs
-7.43.1.Final
+7.45.0.Final
 zip
   
   
 org.optaplanner
 optaplanner-examples
-7.43.1.Final
+7.45.0.Final
   
   
 org.optaplanner
 optaplanner-persistence-common
-7.43.1.Final
+7.45.0.Final
   
   
 org.optaplanner
 optaplanner-persistence-common
-7.43.1.Final
+7.45.0.Final
 javadoc
   
   
 org.optaplanner
 optaplanner-persistence-jackson
-7.43.1.Final
+7.45.0.Final
   
   
 org.optaplanner
 optaplanner-persistence-jackson
-7.43.1.Final
+7.45.0.Final
 javadoc
   
   
 org.optaplanner
 optaplanner-persistence-jaxb
-7.43.1.Final
+7.45.0.Final
   
   
 org.optaplanner
 optaplanner-persistence-jaxb
-7.43.1.Final
+7.45.0.Final
 javadoc
   
   
 org.optaplanner
 optaplanner-persistence-jpa
-7.43.1.Final
+7.45.0.Final
   
   
 org.optaplanner
 optaplanner-persistence-jpa
-7.43.1.Final
+7.45.0.Final
 javadoc
   
   
 org.optaplanner
 optaplanner-persistence-jsonb
-7.43.1.Final
+7.45.0.Final
   
   
 org.optaplanner
 optaplanner-persistence-jsonb
-7.43.1.Final
+7.45.0.Final
 javadoc
   
   
 org.optaplanner
 optaplanner-persistence-xstream
-7.43.1.Final
+7.45.0.Final
   
   
 org.optaplanner
 optaplanner-persistence-xstream
-7.43.1.Final
+7.45.0.Final
 javadoc
   
   
 org.optaplanner
 optaplanner-quarkus
-7.43.1.Final
+7.45.0.Final
   
   
 org.optaplanner
 optaplanner-quarkus-deployment
-7.43.1.Final
+7.45.0.Final
   
   
 org.optaplanner
 optaplanner-quarkus-jackson
-7.43.1.Final
+7.45.0.Final
   
   
 org.optaplanner
 optaplanner-quarkus-jackson-deployment
-7.43.1.Final
+7.45.0.Final
   
   
 org.optaplanner
 optaplanner-quarkus-jackson-integration-test
-7.43.1.Final
+7.45.0.Final
   
   
 org.optaplanner
 optaplanner-quarkus-jsonb
-7.43.1.Final
+7.45.0.Final
   
   
 org.optaplanner
 optaplanner-quarkus-jsonb-deployment
-7.43.1.Final
+7.45.0.Final
   
   
 org.optaplanner
 optaplanner-quarkus-jsonb-integration-test
-7.43.1.Final
+7.45.0.Final
   
   
 org.optaplanner
 optaplanner-spring-boot-autoconfigure
-7.43.1.Final
+7.45.0.Final
   
   
 org.optaplanner
 optaplanner-spring-boot-starter
-7.43.1.Final
+7.45.0.Final
   
   
 org.optaplanner
 optaplanner-test
-7.43.1.Final
+  

[camel-spring-boot] branch master updated: [create-pull-request] automated change

2020-10-24 Thread acosentino
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-spring-boot.git


The following commit(s) were added to refs/heads/master by this push:
 new aed7a81  [create-pull-request] automated change
aed7a81 is described below

commit aed7a8103a447cf2fcf514e42905f779d6e80831
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Oct 24 00:57:55 2020 +

[create-pull-request] automated change
---
 .../apache/camel/springboot/catalog/components/vertx-websocket.json  | 1 +
 tooling/camel-spring-boot-dependencies/pom.xml   | 5 +
 2 files changed, 6 insertions(+)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/vertx-websocket.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/vertx-websocket.json
index 33e545c..72a50f1 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/vertx-websocket.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/vertx-websocket.json
@@ -41,6 +41,7 @@
 "exceptionHandler": { "kind": "parameter", "displayName": "Exception 
Handler", "group": "consumer (advanced)", "label": "consumer,advanced", 
"required": false, "type": "object", "javaType": 
"org.apache.camel.spi.ExceptionHandler", "optionalPrefix": "consumer.", 
"deprecated": false, "secret": false, "description": "To let the consumer use a 
custom ExceptionHandler. Notice if the option bridgeErrorHandler is enabled 
then this option is not in use. By default the consumer will deal with [...]
 "exchangePattern": { "kind": "parameter", "displayName": "Exchange 
Pattern", "group": "consumer (advanced)", "label": "consumer,advanced", 
"required": false, "type": "object", "javaType": 
"org.apache.camel.ExchangePattern", "enum": [ "InOnly", "InOut", 
"InOptionalOut" ], "deprecated": false, "secret": false, "description": "Sets 
the exchange pattern when the consumer creates an exchange." },
 "clientOptions": { "kind": "parameter", "displayName": "Client Options", 
"group": "producer", "label": "producer", "required": false, "type": "object", 
"javaType": "io.vertx.core.http.HttpClientOptions", "deprecated": false, 
"secret": false, "configurationClass": 
"org.apache.camel.component.vertx.websocket.VertxWebsocketConfiguration", 
"configurationField": "configuration", "description": "Sets customized options 
for configuring the WebSocket client used in the producer" },
+"clientSubProtocols": { "kind": "parameter", "displayName": "Client Sub 
Protocols", "group": "producer", "label": "producer", "required": false, 
"type": "string", "javaType": "java.lang.String", "deprecated": false, 
"secret": false, "configurationClass": 
"org.apache.camel.component.vertx.websocket.VertxWebsocketConfiguration", 
"configurationField": "configuration", "description": "Comma separated list of 
WebSocket subprotocols that the client should use for the 
Sec-WebSocket-Protocol [...]
 "lazyStartProducer": { "kind": "parameter", "displayName": "Lazy Start 
Producer", "group": "producer", "label": "producer", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "secret": false, 
"defaultValue": false, "description": "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  [...]
 "sendToAll": { "kind": "parameter", "displayName": "Send To All", "group": 
"producer", "label": "producer", "required": false, "type": "boolean", 
"javaType": "boolean", "deprecated": false, "secret": false, "defaultValue": 
false, "configurationClass": 
"org.apache.camel.component.vertx.websocket.VertxWebsocketConfiguration", 
"configurationField": "configuration", "description": "To send to all websocket 
subscribers. Can be used to configure on endpoint level, instead of having to 
use  [...]
 "basicPropertyBinding": { "kind": "parameter", "displayName": "Basic 
Property Binding", "group": "advanced", "label": "advanced", "required": false, 
"type": "boolean", "javaType": "boolean", "deprecated": false, "secret": false, 
"defaultValue": false, "description": "Whether the endpoint should use basic 
property binding (Camel 2.x) or the newer property binding with additional 
capabilities" },
diff --git a/tooling/camel-spring-boot-dependencies/pom.xml 
b/tooling/camel-spring-boot-dependencies/pom.xml
index 48bfe01..bf583c9 100644
--- a/tooling/camel-spring-boot-dependencies/pom.xml
+++ b/tooling/camel-spring-boot-dependencies/pom.xml
@@ -4522,6 +4522,11 @@
   
   
 org.testcontainers
+   

[camel-spring-boot] branch master updated: [create-pull-request] automated change

2020-10-22 Thread acosentino
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-spring-boot.git


The following commit(s) were added to refs/heads/master by this push:
 new e9129cc  [create-pull-request] automated change
e9129cc is described below

commit e9129cce6e544529ad07d7694d156ce840dbc465
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Oct 23 00:58:00 2020 +

[create-pull-request] automated change
---
 components-starter/README.adoc| 4 +---
 docs/modules/ROOT/pages/list.adoc | 4 +---
 2 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/components-starter/README.adoc b/components-starter/README.adoc
index a2cd6df..c7a872a 100644
--- a/components-starter/README.adoc
+++ b/components-starter/README.adoc
@@ -5,7 +5,7 @@ Apache Camel Spring Boot supports the following Camel artifacts 
as Spring Boot S
 == Camel Components
 
 // components: START
-Number of Camel components: 341 in 274 JAR artifacts (3 deprecated)
+Number of Camel components: 340 in 273 JAR artifacts (3 deprecated)
 
 [width="100%",cols="4,3,3,3,6",options="header"]
 |===
@@ -325,8 +325,6 @@ Number of Camel components: 341 in 274 JAR artifacts (3 
deprecated)
 
 | link:https://camel.apache.org/components/latest/hdfs-component.html[HDFS] | 
camel-hdfs-starter | Stable | 2.14 | Read and write from/to an HDFS filesystem 
using Hadoop 2.x.
 
-| 
link:https://camel.apache.org/components/latest/hipchat-component.html[Hipchat] 
| camel-hipchat-starter | Stable | 2.15 | Send and receive messages to/from 
Hipchat service.
-
 | link:https://camel.apache.org/components/latest/http-component.html[HTTP] | 
camel-http-starter | Stable | 2.3 | Send requests to external HTTP servers 
using Apache HTTP Client 4.x.
 
 | 
link:https://camel.apache.org/components/latest/iec60870-client-component.html[IEC
 60870 Client] | camel-iec60870-starter | Stable | 2.20 | IEC 60870 supervisory 
control and data acquisition (SCADA) client using NeoSCADA implementation.
diff --git a/docs/modules/ROOT/pages/list.adoc 
b/docs/modules/ROOT/pages/list.adoc
index a2cd6df..c7a872a 100644
--- a/docs/modules/ROOT/pages/list.adoc
+++ b/docs/modules/ROOT/pages/list.adoc
@@ -5,7 +5,7 @@ Apache Camel Spring Boot supports the following Camel artifacts 
as Spring Boot S
 == Camel Components
 
 // components: START
-Number of Camel components: 341 in 274 JAR artifacts (3 deprecated)
+Number of Camel components: 340 in 273 JAR artifacts (3 deprecated)
 
 [width="100%",cols="4,3,3,3,6",options="header"]
 |===
@@ -325,8 +325,6 @@ Number of Camel components: 341 in 274 JAR artifacts (3 
deprecated)
 
 | link:https://camel.apache.org/components/latest/hdfs-component.html[HDFS] | 
camel-hdfs-starter | Stable | 2.14 | Read and write from/to an HDFS filesystem 
using Hadoop 2.x.
 
-| 
link:https://camel.apache.org/components/latest/hipchat-component.html[Hipchat] 
| camel-hipchat-starter | Stable | 2.15 | Send and receive messages to/from 
Hipchat service.
-
 | link:https://camel.apache.org/components/latest/http-component.html[HTTP] | 
camel-http-starter | Stable | 2.3 | Send requests to external HTTP servers 
using Apache HTTP Client 4.x.
 
 | 
link:https://camel.apache.org/components/latest/iec60870-client-component.html[IEC
 60870 Client] | camel-iec60870-starter | Stable | 2.20 | IEC 60870 supervisory 
control and data acquisition (SCADA) client using NeoSCADA implementation.



[camel-spring-boot] branch master updated: [create-pull-request] automated change

2020-10-21 Thread acosentino
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-spring-boot.git


The following commit(s) were added to refs/heads/master by this push:
 new 34e8f8c  [create-pull-request] automated change
34e8f8c is described below

commit 34e8f8caecfe8d93f635207315522f70c734ea23
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Oct 22 01:13:33 2020 +

[create-pull-request] automated change
---
 tooling/camel-spring-boot-dependencies/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tooling/camel-spring-boot-dependencies/pom.xml 
b/tooling/camel-spring-boot-dependencies/pom.xml
index 173544c..48bfe01 100644
--- a/tooling/camel-spring-boot-dependencies/pom.xml
+++ b/tooling/camel-spring-boot-dependencies/pom.xml
@@ -3975,7 +3975,7 @@
   
 org.apache.cassandra
 cassandra-all
-3.11.5
+3.11.8
   
   
 org.apache.cxf.services.sts



[camel-spring-boot] branch master updated: [create-pull-request] automated change

2020-10-21 Thread acosentino
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-spring-boot.git


The following commit(s) were added to refs/heads/master by this push:
 new 34e8f8c  [create-pull-request] automated change
34e8f8c is described below

commit 34e8f8caecfe8d93f635207315522f70c734ea23
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Oct 22 01:13:33 2020 +

[create-pull-request] automated change
---
 tooling/camel-spring-boot-dependencies/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tooling/camel-spring-boot-dependencies/pom.xml 
b/tooling/camel-spring-boot-dependencies/pom.xml
index 173544c..48bfe01 100644
--- a/tooling/camel-spring-boot-dependencies/pom.xml
+++ b/tooling/camel-spring-boot-dependencies/pom.xml
@@ -3975,7 +3975,7 @@
   
 org.apache.cassandra
 cassandra-all
-3.11.5
+3.11.8
   
   
 org.apache.cxf.services.sts



[camel-spring-boot] branch master updated: [create-pull-request] automated change

2020-10-19 Thread acosentino
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-spring-boot.git


The following commit(s) were added to refs/heads/master by this push:
 new 83388ea  [create-pull-request] automated change
83388ea is described below

commit 83388ea23538218251e73fab10385430b93cf582
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Oct 20 00:35:02 2020 +

[create-pull-request] automated change
---
 components-starter/camel-corda-starter/pom.xml |  8 
 components-starter/camel-iota-starter/pom.xml  | 12 
 2 files changed, 20 deletions(-)

diff --git a/components-starter/camel-corda-starter/pom.xml 
b/components-starter/camel-corda-starter/pom.xml
index 252daab..5ad677a 100644
--- a/components-starter/camel-corda-starter/pom.xml
+++ b/components-starter/camel-corda-starter/pom.xml
@@ -41,14 +41,6 @@
   
   
 
-  ch.qos.logback
-  logback-classic
-
-
-  ch.qos.logback
-  logback-core
-
-
   org.apache.logging.log4j
   log4j-core
 
diff --git a/components-starter/camel-iota-starter/pom.xml 
b/components-starter/camel-iota-starter/pom.xml
index 0f60048..a8484cc 100644
--- a/components-starter/camel-iota-starter/pom.xml
+++ b/components-starter/camel-iota-starter/pom.xml
@@ -38,18 +38,6 @@
   org.apache.camel
   camel-iota
   ${camel-version}
-  
-  
-
-  ch.qos.logback
-  logback-classic
-
-
-  ch.qos.logback
-  logback-core
-
-  
-  
 
 
 



[camel-spring-boot] branch master updated: [create-pull-request] automated change

2020-10-17 Thread acosentino
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-spring-boot.git


The following commit(s) were added to refs/heads/master by this push:
 new 743e96e  [create-pull-request] automated change
743e96e is described below

commit 743e96e36f5be13d80919320f2ebad88444538ed
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Oct 17 01:13:42 2020 +

[create-pull-request] automated change
---
 components-starter/README.adoc |  4 ++-
 docs/modules/ROOT/pages/jsonb-starter.adoc | 34 ++
 docs/modules/ROOT/pages/list.adoc  |  4 ++-
 tooling/camel-spring-boot-bom/pom.xml  |  5 
 tooling/camel-spring-boot-dependencies/pom.xml | 10 
 5 files changed, 55 insertions(+), 2 deletions(-)

diff --git a/components-starter/README.adoc b/components-starter/README.adoc
index dae2670..7d3bd4f 100644
--- a/components-starter/README.adoc
+++ b/components-starter/README.adoc
@@ -696,7 +696,7 @@ Number of Camel components: 340 in 273 JAR artifacts (3 
deprecated)
 == Camel Data Formats
 
 // dataformats: START
-Number of Camel data formats: 45 in 37 JAR artifacts (0 deprecated)
+Number of Camel data formats: 46 in 38 JAR artifacts (0 deprecated)
 
 [width="100%",cols="4,3,3,3,6",options="header"]
 |===
@@ -752,6 +752,8 @@ Number of Camel data formats: 45 in 37 JAR artifacts (0 
deprecated)
 
 | 
link:https://camel.apache.org/components/latest/dataformats/json-johnzon-dataformat.html[JSON
 Johnzon] | camel-johnzon-starter | Stable | 2.18 | Marshal POJOs to JSON and 
back using Johnzon
 
+| 
link:https://camel.apache.org/components/latest/dataformats/json-jsonb-dataformat.html[JSON
 JSON-B] | camel-jsonb-starter | Preview | 3.7 | Marshal POJOs to JSON and back 
using JSON-B.
+
 | 
link:https://camel.apache.org/components/latest/dataformats/json-xstream-dataformat.html[JSON
 XStream] | camel-xstream-starter | Stable | 2.0 | Marshal POJOs to JSON and 
back using XStream
 
 | 
link:https://camel.apache.org/components/latest/dataformats/jsonApi-dataformat.html[JSonApi]
 | camel-jsonapi-starter | Stable | 3.0 | Marshal and unmarshal JSON:API 
resources using JSONAPI-Converter library.
diff --git a/docs/modules/ROOT/pages/jsonb-starter.adoc 
b/docs/modules/ROOT/pages/jsonb-starter.adoc
new file mode 100644
index 000..5ea1118
--- /dev/null
+++ b/docs/modules/ROOT/pages/jsonb-starter.adoc
@@ -0,0 +1,34 @@
+// spring-boot-auto-configure options: START
+:page-partial:
+:doctitle: Camel Spring Boot Starter for jsonb
+
+== Spring Boot Auto-Configuration
+
+When using jsonb with Spring Boot make sure to use the following Maven 
dependency to have support for auto configuration:
+
+[source,xml]
+
+
+  org.apache.camel.springboot
+  camel-jsonb-starter
+  x.x.x
+  
+
+
+
+
+The component supports 4 options, which are listed below.
+
+
+
+[width="100%",cols="2,5,^1,2",options="header"]
+|===
+| Name | Description | Default | Type
+| *camel.dataformat.json-jsonb.enabled* | Whether to enable auto configuration 
of the json-jsonb data format. This is enabled by default. |  | Boolean
+| *camel.dataformat.json-jsonb.object-mapper* | Lookup and use the existing 
Jsonb instance with the given id. |  | String
+| *camel.dataformat.json-jsonb.pretty-print* | To enable pretty printing 
output nicely formatted. Is by default false. | false | Boolean
+| *camel.dataformat.json-jsonb.unmarshal-type-name* | Class name of the java 
type to use when unmarshalling |  | String
+|===
+
+
+// spring-boot-auto-configure options: END
diff --git a/docs/modules/ROOT/pages/list.adoc 
b/docs/modules/ROOT/pages/list.adoc
index dae2670..7d3bd4f 100644
--- a/docs/modules/ROOT/pages/list.adoc
+++ b/docs/modules/ROOT/pages/list.adoc
@@ -696,7 +696,7 @@ Number of Camel components: 340 in 273 JAR artifacts (3 
deprecated)
 == Camel Data Formats
 
 // dataformats: START
-Number of Camel data formats: 45 in 37 JAR artifacts (0 deprecated)
+Number of Camel data formats: 46 in 38 JAR artifacts (0 deprecated)
 
 [width="100%",cols="4,3,3,3,6",options="header"]
 |===
@@ -752,6 +752,8 @@ Number of Camel data formats: 45 in 37 JAR artifacts (0 
deprecated)
 
 | 
link:https://camel.apache.org/components/latest/dataformats/json-johnzon-dataformat.html[JSON
 Johnzon] | camel-johnzon-starter | Stable | 2.18 | Marshal POJOs to JSON and 
back using Johnzon
 
+| 
link:https://camel.apache.org/components/latest/dataformats/json-jsonb-dataformat.html[JSON
 JSON-B] | camel-jsonb-starter | Preview | 3.7 | Marshal POJOs to JSON and back 
using JSON-B.
+
 | 
link:https://camel.apache.org/components/latest/dataformats/json-xstream-dataformat.html[JSON
 XStream] | camel-xstream-starter | Stable | 2.0 | Marshal POJOs to JSON and 
back using XStream
 
 | 
link:https://camel.apache.org/components/latest/dataformats/jsonApi-dataformat.html[JSonApi]
 | 

[camel-spring-boot] branch master updated: [create-pull-request] automated change

2020-10-15 Thread acosentino
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-spring-boot.git


The following commit(s) were added to refs/heads/master by this push:
 new 61f229e  [create-pull-request] automated change
61f229e is described below

commit 61f229e5e320871cdcec8c835db6bb4c16613bc8
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Oct 16 01:12:25 2020 +

[create-pull-request] automated change
---
 .../org/apache/camel/springboot/catalog/components/couchbase.json| 2 +-
 .../apache/camel/springboot/catalog/dataformats/json-johnzon.json| 2 +-
 .../camel-johnzon-starter/src/main/docs/johnzon-starter.adoc | 2 +-
 .../component/johnzon/springboot/JohnzonDataFormatConfiguration.java | 3 +--
 docs/modules/ROOT/pages/johnzon-starter.adoc | 2 +-
 tooling/camel-spring-boot-dependencies/pom.xml   | 5 +
 6 files changed, 10 insertions(+), 6 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/couchbase.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/couchbase.json
index 6ac06ce..a4dd789 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/couchbase.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/couchbase.json
@@ -30,7 +30,7 @@
 "protocol": { "kind": "path", "displayName": "Protocol", "group": 
"common", "label": "", "required": true, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "deprecationNote": "", "secret": 
false, "description": "The protocol to use" },
 "hostname": { "kind": "path", "displayName": "Hostname", "group": 
"common", "label": "", "required": true, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "deprecationNote": "", "secret": 
false, "description": "The hostname to use" },
 "port": { "kind": "path", "displayName": "Port", "group": "common", 
"label": "", "required": false, "type": "integer", "javaType": "int", 
"deprecated": false, "secret": false, "defaultValue": 8091, "description": "The 
port number to use" },
-"bucket": { "kind": "parameter", "displayName": "Bucket", "group": 
"common", "label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "secret": false, "description": "The 
bucket to use" },
+"bucket": { "kind": "parameter", "displayName": "Bucket", "group": 
"common", "label": "", "required": true, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "deprecationNote": "", "secret": 
false, "description": "The bucket to use" },
 "collection": { "kind": "parameter", "displayName": "Collection", "group": 
"common", "label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "secret": false, "description": "The 
collection to use" },
 "key": { "kind": "parameter", "displayName": "Key", "group": "common", 
"label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "secret": false, "description": "The 
key to use" },
 "scope": { "kind": "parameter", "displayName": "Scope", "group": "common", 
"label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "secret": false, "description": "The 
scope to use" },
diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/json-johnzon.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/json-johnzon.json
index a25d6dd..130cd7a 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/json-johnzon.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/json-johnzon.json
@@ -16,7 +16,7 @@
 "modelJavaType": "org.apache.camel.model.dataformat.JsonDataFormat"
   },
   "properties": {
-"objectMapper": { "kind": "attribute", "displayName": "Object Mapper", 
"required": false, "type": "string", "javaType": "java.lang.String", 
"deprecated": false, "secret": false, "description": "Lookup and use the 
existing ObjectMapper with the given id when using Jackson." },
+"objectMapper": { "kind": "attribute", "displayName": "Mapper", 
"required": false, "type": "string", "javaType": "java.lang.String", 
"deprecated": false, "secret": false, "description": "Lookup and use the 
existing Mapper with the given id." },
 "prettyPrint": { "kind": "attribute", "displayName": "Pretty Print", 
"required": false, 

[camel-spring-boot] branch master updated: [create-pull-request] automated change

2020-10-14 Thread acosentino
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-spring-boot.git


The following commit(s) were added to refs/heads/master by this push:
 new 755fee7  [create-pull-request] automated change
755fee7 is described below

commit 755fee7995d3dbf891004c2d03872ce812d258fb
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Oct 15 01:13:23 2020 +

[create-pull-request] automated change
---
 components-starter/camel-corda-starter/pom.xml |  8 
 components-starter/camel-iota-starter/pom.xml  | 12 
 2 files changed, 20 deletions(-)

diff --git a/components-starter/camel-corda-starter/pom.xml 
b/components-starter/camel-corda-starter/pom.xml
index 43b013d..274f6da 100644
--- a/components-starter/camel-corda-starter/pom.xml
+++ b/components-starter/camel-corda-starter/pom.xml
@@ -41,14 +41,6 @@
   
   
 
-  ch.qos.logback
-  logback-classic
-
-
-  ch.qos.logback
-  logback-core
-
-
   org.apache.logging.log4j
   log4j-core
 
diff --git a/components-starter/camel-iota-starter/pom.xml 
b/components-starter/camel-iota-starter/pom.xml
index ce65d0f..2050aee 100644
--- a/components-starter/camel-iota-starter/pom.xml
+++ b/components-starter/camel-iota-starter/pom.xml
@@ -38,18 +38,6 @@
   org.apache.camel
   camel-iota
   ${camel-version}
-  
-  
-
-  ch.qos.logback
-  logback-classic
-
-
-  ch.qos.logback
-  logback-core
-
-  
-  
 
 
 



[camel-spring-boot] branch master updated: [create-pull-request] automated change

2020-10-12 Thread acosentino
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-spring-boot.git


The following commit(s) were added to refs/heads/master by this push:
 new 7683c03  [create-pull-request] automated change
7683c03 is described below

commit 7683c03f067b8e4164c94305d129ddbc5bdd4233
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Oct 13 00:50:26 2020 +

[create-pull-request] automated change
---
 .../springboot/catalog/components/aws2-kinesis-firehose.json |  2 ++
 .../camel/springboot/catalog/components/aws2-kinesis.json|  2 ++
 .../src/main/docs/aws2-kinesis-starter.adoc  |  4 +++-
 .../springboot/KinesisFirehose2ComponentConfiguration.java   | 12 
 .../kinesis/springboot/Kinesis2ComponentConfiguration.java   | 12 
 docs/modules/ROOT/pages/aws2-kinesis-starter.adoc|  4 +++-
 6 files changed, 34 insertions(+), 2 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-kinesis-firehose.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-kinesis-firehose.json
index fda1f97..2c67268 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-kinesis-firehose.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-kinesis-firehose.json
@@ -24,6 +24,7 @@
   "componentProperties": {
 "amazonKinesisFirehoseClient": { "kind": "property", "displayName": 
"Amazon Kinesis Firehose Client", "group": "producer", "label": "", "required": 
false, "type": "object", "javaType": 
"software.amazon.awssdk.services.firehose.FirehoseClient", "deprecated": false, 
"secret": false, "configurationClass": 
"org.apache.camel.component.aws2.firehose.KinesisFirehose2Configuration", 
"configurationField": "configuration", "description": "Amazon Kinesis Firehose 
client to use for all requests  [...]
 "autoDiscoverClient": { "kind": "property", "displayName": "Auto Discover 
Client", "group": "common", "label": "common", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "secret": false, 
"defaultValue": "true", "configurationClass": 
"org.apache.camel.component.aws2.firehose.KinesisFirehose2Configuration", 
"configurationField": "configuration", "description": "Setting the 
autoDiscoverClient mechanism, if true, the component will look for a client 
insta [...]
+"cborEnabled": { "kind": "property", "displayName": "Cbor Enabled", 
"group": "common", "label": "common", "required": false, "type": "boolean", 
"javaType": "boolean", "deprecated": false, "secret": false, "defaultValue": 
"true", "configurationClass": 
"org.apache.camel.component.aws2.firehose.KinesisFirehose2Configuration", 
"configurationField": "configuration", "description": "This option will set the 
CBOR_ENABLED property during the execution" },
 "configuration": { "kind": "property", "displayName": "Configuration", 
"group": "producer", "label": "", "required": false, "type": "object", 
"javaType": 
"org.apache.camel.component.aws2.firehose.KinesisFirehose2Configuration", 
"deprecated": false, "secret": false, "description": "Component configuration" 
},
 "lazyStartProducer": { "kind": "property", "displayName": "Lazy Start 
Producer", "group": "producer", "label": "producer", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "secret": false, 
"defaultValue": false, "description": "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 r [...]
 "operation": { "kind": "property", "displayName": "Operation", "group": 
"producer", "label": "producer", "required": false, "type": "object", 
"javaType": 
"org.apache.camel.component.aws2.firehose.KinesisFirehose2Operations", "enum": 
[ "sendBatchRecord", "createDeliveryStream", "deleteDeliveryStream", 
"describeDeliveryStream", "updateDestination" ], "deprecated": false, "secret": 
false, "configurationClass": 
"org.apache.camel.component.aws2.firehose.KinesisFirehose2Configuration", "co 
[...]
@@ -40,6 +41,7 @@
 "streamName": { "kind": "path", "displayName": "Stream Name", "group": 
"producer", "label": "", "required": true, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "deprecationNote": "", "secret": 
false, "configurationClass": 
"org.apache.camel.component.aws2.firehose.KinesisFirehose2Configuration", 
"configurationField": "configuration", "description": "Name of the stream" },
 "amazonKinesisFirehoseClient": { "kind": 

[camel-spring-boot] branch master updated: [create-pull-request] automated change

2020-10-11 Thread acosentino
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-spring-boot.git


The following commit(s) were added to refs/heads/master by this push:
 new 94023b5  [create-pull-request] automated change
94023b5 is described below

commit 94023b567bd0e6de47900371a50521b5e36e6dbc
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Oct 12 01:02:06 2020 +

[create-pull-request] automated change
---
 .../springboot/catalog/components/aws2-s3.json |  8 +++
 .../src/main/docs/aws2-s3-starter.adoc |  4 ++--
 .../springboot/AWS2S3ComponentConfiguration.java   | 28 --
 docs/modules/ROOT/pages/aws2-s3-starter.adoc   |  4 ++--
 4 files changed, 23 insertions(+), 21 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-s3.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-s3.json
index 7c7687c..5519eef 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-s3.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-s3.json
@@ -46,11 +46,11 @@
 "destinationBucketPrefix": { "kind": "property", "displayName": 
"Destination Bucket Prefix", "group": "consumer", "label": "consumer", 
"required": false, "type": "string", "javaType": "java.lang.String", 
"deprecated": false, "secret": false, "configurationClass": 
"org.apache.camel.component.aws2.s3.AWS2S3Configuration", "configurationField": 
"configuration", "description": "Define the destination bucket prefix to use 
when an object must be moved and moveAfterRead is set to true." },
 "destinationBucketSuffix": { "kind": "property", "displayName": 
"Destination Bucket Suffix", "group": "consumer", "label": "consumer", 
"required": false, "type": "string", "javaType": "java.lang.String", 
"deprecated": false, "secret": false, "configurationClass": 
"org.apache.camel.component.aws2.s3.AWS2S3Configuration", "configurationField": 
"configuration", "description": "Define the destination bucket suffix to use 
when an object must be moved and moveAfterRead is set to true." },
 "fileName": { "kind": "property", "displayName": "File Name", "group": 
"consumer", "label": "consumer", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "secret": false, 
"configurationClass": "org.apache.camel.component.aws2.s3.AWS2S3Configuration", 
"configurationField": "configuration", "description": "To get the object from 
the bucket with the given file name" },
-"includeBody": { "kind": "property", "displayName": "Include Body", 
"group": "consumer", "label": "consumer", "required": false, "type": "boolean", 
"javaType": "boolean", "deprecated": false, "secret": false, "defaultValue": 
"true", "configurationClass": 
"org.apache.camel.component.aws2.s3.AWS2S3Configuration", "configurationField": 
"configuration", "description": "If it is true, the exchange body will be set 
to a stream to the contents of the file. If false, the headers will be set  
[...]
+"includeBody": { "kind": "property", "displayName": "Include Body", 
"group": "consumer", "label": "consumer", "required": false, "type": "boolean", 
"javaType": "boolean", "deprecated": false, "secret": false, "defaultValue": 
"true", "configurationClass": 
"org.apache.camel.component.aws2.s3.AWS2S3Configuration", "configurationField": 
"configuration", "description": "If it is true, the S3Object exchange will be 
consumed and put into the body and closed. If false the S3Object stream wil 
[...]
 "includeFolders": { "kind": "property", "displayName": "Include Folders", 
"group": "consumer", "label": "consumer", "required": false, "type": "boolean", 
"javaType": "boolean", "deprecated": false, "secret": false, "defaultValue": 
"true", "configurationClass": 
"org.apache.camel.component.aws2.s3.AWS2S3Configuration", "configurationField": 
"configuration", "description": "If it is true, the folders\/directories will 
be consumed. If it is false, they will be ignored, and Exchanges will [...]
 "moveAfterRead": { "kind": "property", "displayName": "Move After Read", 
"group": "consumer", "label": "consumer", "required": false, "type": "boolean", 
"javaType": "boolean", "deprecated": false, "secret": false, "defaultValue": 
false, "configurationClass": 
"org.apache.camel.component.aws2.s3.AWS2S3Configuration", "configurationField": 
"configuration", "description": "Move objects from S3 bucket to a different 
bucket after they have been retrieved. To accomplish the operation the de [...]
 "prefix": { "kind": "property", "displayName": "Prefix", "group": 
"consumer", "label": 

[camel-spring-boot] branch master updated: [create-pull-request] automated change

2020-10-10 Thread acosentino
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-spring-boot.git


The following commit(s) were added to refs/heads/master by this push:
 new 98fc4fc  [create-pull-request] automated change
98fc4fc is described below

commit 98fc4fce23b33639b30277db54f2e25fa0700d8d
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Oct 10 01:14:43 2020 +

[create-pull-request] automated change
---
 .../camel/springboot/catalog/components/spring-ws.json   |  2 +-
 components-starter/camel-corda-starter/pom.xml   |  8 
 components-starter/camel-iota-starter/pom.xml| 12 
 tooling/camel-spring-boot-dependencies/pom.xml   |  7 ++-
 4 files changed, 7 insertions(+), 22 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/spring-ws.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/spring-ws.json
index 308483d..a7b9e9a 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/spring-ws.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/spring-ws.json
@@ -33,10 +33,10 @@
 "webServiceEndpointUri": { "kind": "path", "displayName": "Web Service 
Endpoint Uri", "group": "producer", "label": "producer", "required": false, 
"type": "string", "javaType": "java.lang.String", "deprecated": false, 
"secret": false, "configurationClass": 
"org.apache.camel.component.spring.ws.SpringWebserviceConfiguration", 
"configurationField": "configuration", "description": "The default Web Service 
endpoint uri to use for the producer." },
 "expression": { "kind": "path", "displayName": "Expression", "group": 
"consumer", "label": "consumer", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "secret": false, 
"configurationClass": 
"org.apache.camel.component.spring.ws.SpringWebserviceConfiguration", 
"configurationField": "configuration", "description": "The XPath expression to 
use when option type=xpathresult. Then this option is required to be 
configured." },
 "messageFilter": { "kind": "parameter", "displayName": "Message Filter", 
"group": "common", "label": "", "required": false, "type": "object", 
"javaType": "org.apache.camel.component.spring.ws.filter.MessageFilter", 
"deprecated": false, "secret": false, "configurationClass": 
"org.apache.camel.component.spring.ws.SpringWebserviceConfiguration", 
"configurationField": "configuration", "description": "Option to provide a 
custom MessageFilter. For example when you want to process your head [...]
+"messageIdStrategy": { "kind": "parameter", "displayName": "Message Id 
Strategy", "group": "common", "label": "common", "required": false, "type": 
"object", "javaType": 
"org.springframework.ws.soap.addressing.messageid.MessageIdStrategy", 
"deprecated": false, "secret": false, "configurationClass": 
"org.apache.camel.component.spring.ws.SpringWebserviceConfiguration", 
"configurationField": "configuration", "description": "Option to provide a 
custom MessageIdStrategy to control generati [...]
 "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 [...]
 "endpointDispatcher": { "kind": "parameter", "displayName": "Endpoint 
Dispatcher", "group": "consumer", "label": "consumer", "required": false, 
"type": "object", "javaType": 
"org.apache.camel.component.spring.ws.bean.CamelEndpointDispatcher", 
"deprecated": false, "secret": false, "configurationClass": 
"org.apache.camel.component.spring.ws.SpringWebserviceConfiguration", 
"configurationField": "configuration", "description": "Spring 
org.springframework.ws.server.endpoint.MessageEndpoin [...]
 "endpointMapping": { "kind": "parameter", "displayName": "Endpoint 
Mapping", "group": "consumer", "label": "consumer", "required": false, "type": 
"object", "javaType": 
"org.apache.camel.component.spring.ws.bean.CamelSpringWSEndpointMapping", 
"deprecated": false, "secret": false, "configurationClass": 
"org.apache.camel.component.spring.ws.SpringWebserviceConfiguration", 
"configurationField": "configuration", "description": "Reference to an instance 
of org.apache.camel.component.spring [...]
-"messageIdStrategy": { "kind": 

[camel-spring-boot] branch master updated: [create-pull-request] automated change

2020-10-08 Thread acosentino
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-spring-boot.git


The following commit(s) were added to refs/heads/master by this push:
 new 30ac594  [create-pull-request] automated change
30ac594 is described below

commit 30ac59474034b5263be17567e586c25a81607c13
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Oct 9 01:27:58 2020 +

[create-pull-request] automated change
---
 .../springboot/catalog/components/rabbitmq.json|  1 +
 .../camel/springboot/catalog/languages/bean.json   |  1 +
 .../src/main/docs/bean-starter.adoc|  3 ++-
 .../bean/springboot/BeanLanguageConfiguration.java | 24 ++
 components-starter/camel-corda-starter/pom.xml |  8 
 components-starter/camel-iota-starter/pom.xml  | 12 ---
 docs/modules/ROOT/pages/bean-starter.adoc  |  3 ++-
 7 files changed, 30 insertions(+), 22 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/rabbitmq.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/rabbitmq.json
index 82d7968..611a246 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/rabbitmq.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/rabbitmq.json
@@ -111,6 +111,7 @@
 "prefetchEnabled": { "kind": "parameter", "displayName": "Prefetch 
Enabled", "group": "consumer", "label": "consumer", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "secret": false, 
"defaultValue": false, "description": "Enables the quality of service on the 
RabbitMQConsumer side. You need to specify the option of prefetchSize, 
prefetchCount, prefetchGlobal at the same time" },
 "prefetchGlobal": { "kind": "parameter", "displayName": "Prefetch Global", 
"group": "consumer", "label": "consumer", "required": false, "type": "boolean", 
"javaType": "boolean", "deprecated": false, "secret": false, "defaultValue": 
false, "description": "If the settings should be applied to the entire channel 
rather than each consumer You need to specify the option of prefetchSize, 
prefetchCount, prefetchGlobal at the same time" },
 "prefetchSize": { "kind": "parameter", "displayName": "Prefetch Size", 
"group": "consumer", "label": "consumer", "required": false, "type": "integer", 
"javaType": "int", "deprecated": false, "secret": false, "description": "The 
maximum amount of content (measured in octets) that the server will deliver, 0 
if unlimited. You need to specify the option of prefetchSize, prefetchCount, 
prefetchGlobal at the same time" },
+"reQueue": { "kind": "parameter", "displayName": "Re Queue", "group": 
"consumer", "label": "consumer", "required": false, "type": "boolean", 
"javaType": "boolean", "deprecated": false, "secret": false, "defaultValue": 
false, "description": "This is used by the consumer to control rejection of the 
message. When the consumer is complete processing the exchange, and if the 
exchange failed, then the consumer is going to reject the message from the 
RabbitMQ broker. If the header CamelRabb [...]
 "exceptionHandler": { "kind": "parameter", "displayName": "Exception 
Handler", "group": "consumer (advanced)", "label": "consumer,advanced", 
"required": false, "type": "object", "javaType": 
"org.apache.camel.spi.ExceptionHandler", "optionalPrefix": "consumer.", 
"deprecated": false, "secret": false, "description": "To let the consumer use a 
custom ExceptionHandler. Notice if the option bridgeErrorHandler is enabled 
then this option is not in use. By default the consumer will deal with [...]
 "exchangePattern": { "kind": "parameter", "displayName": "Exchange 
Pattern", "group": "consumer (advanced)", "label": "consumer,advanced", 
"required": false, "type": "object", "javaType": 
"org.apache.camel.ExchangePattern", "enum": [ "InOnly", "InOut", 
"InOptionalOut" ], "deprecated": false, "secret": false, "description": "Sets 
the exchange pattern when the consumer creates an exchange." },
 "threadPoolSize": { "kind": "parameter", "displayName": "Thread Pool 
Size", "group": "consumer (advanced)", "label": "consumer,advanced", 
"required": false, "type": "integer", "javaType": "int", "deprecated": false, 
"secret": false, "defaultValue": "10", "description": "The consumer uses a 
Thread Pool Executor with a fixed number of threads. This setting allows you to 
set that number of threads." },
diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/bean.json
 

[camel-spring-boot] branch master updated: [create-pull-request] automated change

2020-10-01 Thread acosentino
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-spring-boot.git


The following commit(s) were added to refs/heads/master by this push:
 new fba6ab1  [create-pull-request] automated change
fba6ab1 is described below

commit fba6ab11c6608d9ffb806c8567dcd89571351e6a
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Oct 2 00:54:21 2020 +

[create-pull-request] automated change
---
 .../springboot/catalog/components/infinispan.json  |  8 
 .../src/main/docs/infinispan-starter.adoc  |  6 ++-
 .../InfinispanComponentConfiguration.java  | 52 ++
 docs/modules/ROOT/pages/infinispan-starter.adoc|  6 ++-
 tooling/camel-spring-boot-dependencies/pom.xml |  2 +-
 5 files changed, 71 insertions(+), 3 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/infinispan.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/infinispan.json
index c75f426..f5f9c5a 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/infinispan.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/infinispan.json
@@ -31,8 +31,12 @@
 "customListener": { "kind": "property", "displayName": "Custom Listener", 
"group": "consumer", "label": "consumer", "required": false, "type": "object", 
"javaType": "org.apache.camel.component.infinispan.InfinispanCustomListener", 
"deprecated": false, "secret": false, "configurationClass": 
"org.apache.camel.component.infinispan.InfinispanConfiguration", 
"configurationField": "configuration", "description": "Returns the custom 
listener in use, if provided" },
 "eventTypes": { "kind": "property", "displayName": "Event Types", "group": 
"consumer", "label": "consumer", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "secret": false, 
"configurationClass": 
"org.apache.camel.component.infinispan.InfinispanConfiguration", 
"configurationField": "configuration", "description": "Specifies the set of 
event types to register by the consumer. Multiple event can be separated by 
comma. The possible event types ar [...]
 "sync": { "kind": "property", "displayName": "Sync", "group": "consumer", 
"label": "consumer", "required": false, "type": "boolean", "javaType": 
"boolean", "deprecated": false, "secret": false, "defaultValue": "true", 
"configurationClass": 
"org.apache.camel.component.infinispan.InfinispanConfiguration", 
"configurationField": "configuration", "description": "If true, the consumer 
will receive notifications synchronously" },
+"defaultValue": { "kind": "property", "displayName": "Default Value", 
"group": "producer", "label": "producer", "required": false, "type": "object", 
"javaType": "java.lang.Object", "deprecated": false, "secret": false, 
"configurationClass": 
"org.apache.camel.component.infinispan.InfinispanConfiguration", 
"configurationField": "configuration", "description": "Set a specific default 
value for some producer operations" },
+"key": { "kind": "property", "displayName": "Key", "group": "producer", 
"label": "producer", "required": false, "type": "object", "javaType": 
"java.lang.Object", "deprecated": false, "secret": false, "configurationClass": 
"org.apache.camel.component.infinispan.InfinispanConfiguration", 
"configurationField": "configuration", "description": "Set a specific key for 
producer operations" },
 "lazyStartProducer": { "kind": "property", "displayName": "Lazy Start 
Producer", "group": "producer", "label": "producer", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "secret": false, 
"defaultValue": false, "description": "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 r [...]
+"oldValue": { "kind": "property", "displayName": "Old Value", "group": 
"producer", "label": "producer", "required": false, "type": "object", 
"javaType": "java.lang.Object", "deprecated": false, "secret": false, 
"configurationClass": 
"org.apache.camel.component.infinispan.InfinispanConfiguration", 
"configurationField": "configuration", "description": "Set a specific old value 
for some producer operations" },
 "operation": { "kind": "property", "displayName": "Operation", "group": 
"producer", "label": "producer", "required": false, "type": "object", 
"javaType": "org.apache.camel.component.infinispan.InfinispanOperation", 
"enum": [ "PUT", "PUTASYNC", "PUTALL", "PUTALLASYNC", "PUTIFABSENT", 

[camel-spring-boot] branch master updated: [create-pull-request] automated change

2020-10-01 Thread acosentino
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-spring-boot.git


The following commit(s) were added to refs/heads/master by this push:
 new fba6ab1  [create-pull-request] automated change
fba6ab1 is described below

commit fba6ab11c6608d9ffb806c8567dcd89571351e6a
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Oct 2 00:54:21 2020 +

[create-pull-request] automated change
---
 .../springboot/catalog/components/infinispan.json  |  8 
 .../src/main/docs/infinispan-starter.adoc  |  6 ++-
 .../InfinispanComponentConfiguration.java  | 52 ++
 docs/modules/ROOT/pages/infinispan-starter.adoc|  6 ++-
 tooling/camel-spring-boot-dependencies/pom.xml |  2 +-
 5 files changed, 71 insertions(+), 3 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/infinispan.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/infinispan.json
index c75f426..f5f9c5a 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/infinispan.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/infinispan.json
@@ -31,8 +31,12 @@
 "customListener": { "kind": "property", "displayName": "Custom Listener", 
"group": "consumer", "label": "consumer", "required": false, "type": "object", 
"javaType": "org.apache.camel.component.infinispan.InfinispanCustomListener", 
"deprecated": false, "secret": false, "configurationClass": 
"org.apache.camel.component.infinispan.InfinispanConfiguration", 
"configurationField": "configuration", "description": "Returns the custom 
listener in use, if provided" },
 "eventTypes": { "kind": "property", "displayName": "Event Types", "group": 
"consumer", "label": "consumer", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "secret": false, 
"configurationClass": 
"org.apache.camel.component.infinispan.InfinispanConfiguration", 
"configurationField": "configuration", "description": "Specifies the set of 
event types to register by the consumer. Multiple event can be separated by 
comma. The possible event types ar [...]
 "sync": { "kind": "property", "displayName": "Sync", "group": "consumer", 
"label": "consumer", "required": false, "type": "boolean", "javaType": 
"boolean", "deprecated": false, "secret": false, "defaultValue": "true", 
"configurationClass": 
"org.apache.camel.component.infinispan.InfinispanConfiguration", 
"configurationField": "configuration", "description": "If true, the consumer 
will receive notifications synchronously" },
+"defaultValue": { "kind": "property", "displayName": "Default Value", 
"group": "producer", "label": "producer", "required": false, "type": "object", 
"javaType": "java.lang.Object", "deprecated": false, "secret": false, 
"configurationClass": 
"org.apache.camel.component.infinispan.InfinispanConfiguration", 
"configurationField": "configuration", "description": "Set a specific default 
value for some producer operations" },
+"key": { "kind": "property", "displayName": "Key", "group": "producer", 
"label": "producer", "required": false, "type": "object", "javaType": 
"java.lang.Object", "deprecated": false, "secret": false, "configurationClass": 
"org.apache.camel.component.infinispan.InfinispanConfiguration", 
"configurationField": "configuration", "description": "Set a specific key for 
producer operations" },
 "lazyStartProducer": { "kind": "property", "displayName": "Lazy Start 
Producer", "group": "producer", "label": "producer", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "secret": false, 
"defaultValue": false, "description": "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 r [...]
+"oldValue": { "kind": "property", "displayName": "Old Value", "group": 
"producer", "label": "producer", "required": false, "type": "object", 
"javaType": "java.lang.Object", "deprecated": false, "secret": false, 
"configurationClass": 
"org.apache.camel.component.infinispan.InfinispanConfiguration", 
"configurationField": "configuration", "description": "Set a specific old value 
for some producer operations" },
 "operation": { "kind": "property", "displayName": "Operation", "group": 
"producer", "label": "producer", "required": false, "type": "object", 
"javaType": "org.apache.camel.component.infinispan.InfinispanOperation", 
"enum": [ "PUT", "PUTASYNC", "PUTALL", "PUTALLASYNC", "PUTIFABSENT", 

[camel-spring-boot] branch master updated: [create-pull-request] automated change

2020-09-30 Thread acosentino
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-spring-boot.git


The following commit(s) were added to refs/heads/master by this push:
 new 7ee8271  [create-pull-request] automated change
7ee8271 is described below

commit 7ee82710abc5659b7a7a23641d65d4a480a3e5a8
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Oct 1 01:00:46 2020 +

[create-pull-request] automated change
---
 tooling/camel-spring-boot-dependencies/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/tooling/camel-spring-boot-dependencies/pom.xml 
b/tooling/camel-spring-boot-dependencies/pom.xml
index 19a3643..c29c21e 100644
--- a/tooling/camel-spring-boot-dependencies/pom.xml
+++ b/tooling/camel-spring-boot-dependencies/pom.xml
@@ -108,7 +108,7 @@
   
 com.sun.xml.bind
 jaxb-impl
-2.3.0
+2.3.3
 
   
 javax.jws
@@ -119,7 +119,7 @@
   
 com.sun.xml.bind
 jaxb-jxc
-2.3.0
+2.3.3
   
   
 com.sun.xml.parsers
@@ -159,7 +159,7 @@
   
 io.methvin
 directory-watcher
-0.10.0
+0.10.1
   
   
 io.nessus



[camel-spring-boot] branch master updated: [create-pull-request] automated change

2020-09-28 Thread acosentino
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-spring-boot.git


The following commit(s) were added to refs/heads/master by this push:
 new 851e0a7  [create-pull-request] automated change
851e0a7 is described below

commit 851e0a75ec216d86db3b11f03545321c564f0555
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Sep 29 01:00:16 2020 +

[create-pull-request] automated change
---
 components-starter/camel-corda-starter/pom.xml |  8 
 components-starter/camel-iota-starter/pom.xml  | 12 
 2 files changed, 20 deletions(-)

diff --git a/components-starter/camel-corda-starter/pom.xml 
b/components-starter/camel-corda-starter/pom.xml
index 43b013d..274f6da 100644
--- a/components-starter/camel-corda-starter/pom.xml
+++ b/components-starter/camel-corda-starter/pom.xml
@@ -41,14 +41,6 @@
   
   
 
-  ch.qos.logback
-  logback-classic
-
-
-  ch.qos.logback
-  logback-core
-
-
   org.apache.logging.log4j
   log4j-core
 
diff --git a/components-starter/camel-iota-starter/pom.xml 
b/components-starter/camel-iota-starter/pom.xml
index ce65d0f..2050aee 100644
--- a/components-starter/camel-iota-starter/pom.xml
+++ b/components-starter/camel-iota-starter/pom.xml
@@ -38,18 +38,6 @@
   org.apache.camel
   camel-iota
   ${camel-version}
-  
-  
-
-  ch.qos.logback
-  logback-classic
-
-
-  ch.qos.logback
-  logback-core
-
-  
-  
 
 
 



[camel-spring-boot] branch master updated: [create-pull-request] automated change

2020-09-27 Thread acosentino
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-spring-boot.git


The following commit(s) were added to refs/heads/master by this push:
 new 65e547f  [create-pull-request] automated change
65e547f is described below

commit 65e547f7c73e2ea33ab91b10a9f9cfeb0243a85d
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Sep 28 01:13:03 2020 +

[create-pull-request] automated change
---
 .../org/apache/camel/springboot/catalog/components/google-sheets.json | 4 ++--
 .../src/main/docs/google-sheets-starter.adoc  | 2 +-
 .../google/sheets/springboot/GoogleSheetsComponentConfiguration.java  | 2 +-
 docs/modules/ROOT/pages/google-sheets-starter.adoc| 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/google-sheets.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/google-sheets.json
index 0fdfce6..9c69f3e 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/google-sheets.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/google-sheets.json
@@ -28,7 +28,7 @@
 "clientId": { "kind": "property", "displayName": "Client Id", "group": 
"common", "label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "secret": false, "configurationClass": 
"org.apache.camel.component.google.sheets.GoogleSheetsConfiguration", 
"configurationField": "configuration", "description": "Client ID of the sheets 
application" },
 "configuration": { "kind": "property", "displayName": "Configuration", 
"group": "common", "label": "", "required": false, "type": "object", 
"javaType": 
"org.apache.camel.component.google.sheets.GoogleSheetsConfiguration", 
"deprecated": false, "secret": false, "description": "To use the shared 
configuration" },
 "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 [...]
-"splitResult": { "kind": "property", "displayName": "Split Result", 
"group": "consumer", "label": "consumer", "required": false, "type": "boolean", 
"javaType": "boolean", "deprecated": false, "secret": false, "defaultValue": 
"true", "configurationClass": 
"org.apache.camel.component.google.sheets.GoogleSheetsConfiguration", 
"configurationField": "configuration", "description": "When consumer return an 
array or collection this will generate one exchange per element, and their 
routes wi [...]
+"splitResult": { "kind": "property", "displayName": "Split Result", 
"group": "consumer", "label": "consumer", "required": false, "type": "boolean", 
"javaType": "boolean", "deprecated": false, "secret": false, "defaultValue": 
"true", "configurationClass": 
"org.apache.camel.component.google.sheets.GoogleSheetsConfiguration", 
"configurationField": "configuration", "description": "When consumer return an 
array or collection this will generate one exchange per element, and their 
routes wi [...]
 "lazyStartProducer": { "kind": "property", "displayName": "Lazy Start 
Producer", "group": "producer", "label": "producer", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "secret": false, 
"defaultValue": false, "description": "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 r [...]
 "basicPropertyBinding": { "kind": "property", "displayName": "Basic 
Property Binding", "group": "advanced", "label": "advanced", "required": false, 
"type": "boolean", "javaType": "boolean", "deprecated": true, "secret": false, 
"defaultValue": false, "description": "Whether the component should use basic 
property binding (Camel 2.x) or the newer property binding with additional 
capabilities" },
 "clientFactory": { "kind": "property", "displayName": "Client Factory", 
"group": "advanced", "label": "advanced", "required": false, "type": "object", 
"javaType": 
"org.apache.camel.component.google.sheets.GoogleSheetsClientFactory", 
"deprecated": false, "secret": false, "description": "To use the 

  1   2   >