[camel-spring-boot] branch camel-spring-boot-3.x updated: [create-pull-request] automated change

2023-04-14 Thread acosentino
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch camel-spring-boot-3.x
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


The following commit(s) were added to refs/heads/camel-spring-boot-3.x by this 
push:
 new c3481d2bbb9 [create-pull-request] automated change
c3481d2bbb9 is described below

commit c3481d2bbb97e713481e63490ec001b8b458e24b
Author: orpiske 
AuthorDate: Sat Apr 15 01:00:30 2023 +

[create-pull-request] automated change
---
 .../apache/camel/springboot/catalog/components/aws2-s3.json |  2 ++
 .../camel-aws2-s3-starter/src/main/docs/aws2-s3.json|  7 +++
 .../aws2/s3/springboot/AWS2S3ComponentConfiguration.java| 13 +
 3 files changed, 22 insertions(+)

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 48ec7648d30..6f6712ac879 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
@@ -27,6 +27,7 @@
 "autoCreateBucket": { "kind": "property", "displayName": "Auto Create 
Bucket", "group": "common", "label": "common", "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": "Setting the autocreation of the S3 bucket 
bucketName. This will apply also in case of moveAfte [...]
 "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" },
 "delimiter": { "kind": "property", "displayName": "Delimiter", "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 delimiter which is 
used in the com.amazonaws.services.s3.model.ListObjectsRequest to only consume 
objects we are interested in." },
+"forcePathStyle": { "kind": "property", "displayName": "Force Path Style", 
"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 use 
path-style URL instead of virtual-hosted-style" },
 "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 [...]
 "pojoRequest": { "kind": "property", "displayName": "Pojo Request", 
"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 use a POJO request as body or 
not" },
 "policy": { "kind": "property", "displayName": "Policy", "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 policy for this 
queue to set in the com.amazonaws.services.s3.AmazonS3#setBucketPolicy() 
method." },
@@ -112,6 +113,7 @@
 "amazonS3Presigner": { "kind": "parameter", "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.AWS2S3Conf

[camel-spring-boot] branch camel-spring-boot-3.x updated: [create-pull-request] automated change

2023-04-20 Thread acosentino
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch camel-spring-boot-3.x
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


The following commit(s) were added to refs/heads/camel-spring-boot-3.x by this 
push:
 new 8a32d3b608e [create-pull-request] automated change
8a32d3b608e is described below

commit 8a32d3b608e58790c6a17a7196c1336d6400ce6e
Author: orpiske 
AuthorDate: Fri Apr 21 01:06:51 2023 +

[create-pull-request] automated change
---
 .../apache/camel/springboot/catalog/components/aws2-ec2.json |  2 +-
 .../apache/camel/springboot/catalog/components/dhis2.json| 12 
 tooling/camel-spring-boot-dependencies/pom.xml   |  4 ++--
 3 files changed, 11 insertions(+), 7 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-ec2.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-ec2.json
index a6ad1462a88..c6259240eb8 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-ec2.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-ec2.json
@@ -41,7 +41,7 @@
   },
   "headers": {
 "CamelAwsEC2ImageId": { "kind": "header", "displayName": "", "group": 
"producer", "label": "", "required": false, "javaType": "String", "deprecated": 
false, "deprecationNote": "", "autowired": false, "secret": false, 
"description": "An image ID of the AWS marketplace", "constantName": 
"org.apache.camel.component.aws2.ec2.AWS2EC2Constants#IMAGE_ID" },
-"CamelAwsEC2InstanceType": { "kind": "header", "displayName": "", "group": 
"producer", "label": "", "required": false, "javaType": 
"software.amazon.awssdk.services.ec2.model.InstanceType", "enum": [ 
"a1.medium", "a1.large", "a1.xlarge", "a1.2xlarge", "a1.4xlarge", "a1.metal", 
"c1.medium", "c1.xlarge", "c3.large", "c3.xlarge", "c3.2xlarge", "c3.4xlarge", 
"c3.8xlarge", "c4.large", "c4.xlarge", "c4.2xlarge", "c4.4xlarge", 
"c4.8xlarge", "c5.large", "c5.xlarge", "c5.2xlarge", "c5.4xlarge" [...]
+"CamelAwsEC2InstanceType": { "kind": "header", "displayName": "", "group": 
"producer", "label": "", "required": false, "javaType": 
"software.amazon.awssdk.services.ec2.model.InstanceType", "enum": [ 
"a1.medium", "a1.large", "a1.xlarge", "a1.2xlarge", "a1.4xlarge", "a1.metal", 
"c1.medium", "c1.xlarge", "c3.large", "c3.xlarge", "c3.2xlarge", "c3.4xlarge", 
"c3.8xlarge", "c4.large", "c4.xlarge", "c4.2xlarge", "c4.4xlarge", 
"c4.8xlarge", "c5.large", "c5.xlarge", "c5.2xlarge", "c5.4xlarge" [...]
 "CamelAwsEC2Operation": { "kind": "header", "displayName": "", "group": 
"producer", "label": "", "required": false, "javaType": "String", "deprecated": 
false, "deprecationNote": "", "autowired": false, "secret": false, 
"description": "The operation we want to perform", "constantName": 
"org.apache.camel.component.aws2.ec2.AWS2EC2Constants#OPERATION" },
 "CamelAwsEC2InstanceMinCount": { "kind": "header", "displayName": "", 
"group": "producer", "label": "", "required": false, "javaType": "Integer", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "The minimum number of instances we want to run.", 
"constantName": 
"org.apache.camel.component.aws2.ec2.AWS2EC2Constants#INSTANCE_MIN_COUNT" },
 "CamelAwsEC2InstanceMaxCount": { "kind": "header", "displayName": "", 
"group": "producer", "label": "", "required": false, "javaType": "Integer", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "The maximum number of instances we want to run.", 
"constantName": 
"org.apache.camel.component.aws2.ec2.AWS2EC2Constants#INSTANCE_MAX_COUNT" },
diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/dhis2.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/dhis2.json
index 4bf685cb767..13a2aadce7d 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/dhis2.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/dhis2.json
@@ -33,7 +33,7 @@
 "username": { "kind": "property", "displayName": "Username", "group": 
"security", "label": "security", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": true, "configurationClass": 
"org.apache.camel.component.dhis2.Dhis2Configuration", "configurationField": 
"configuration", "description": "DHIS2 account username for accessing the DHIS2 
API" }
   },
   "properties": {
-"apiName": { "kind": "path", "displayName"

[camel-spring-boot] branch camel-spring-boot-3.x updated: [create-pull-request] automated change

2023-04-26 Thread acosentino
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch camel-spring-boot-3.x
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


The following commit(s) were added to refs/heads/camel-spring-boot-3.x by this 
push:
 new b335f1208c4 [create-pull-request] automated change
b335f1208c4 is described below

commit b335f1208c4ac765e1fef0dcb563afd9df2f6648
Author: orpiske 
AuthorDate: Thu Apr 27 01:09:28 2023 +

[create-pull-request] automated change
---
 .../resources/org/apache/camel/springboot/catalog/components/solr.json  | 2 +-
 .../org/apache/camel/springboot/catalog/components/solrCloud.json   | 2 +-
 .../resources/org/apache/camel/springboot/catalog/components/solrs.json | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/solr.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/solr.json
index cc6e257835b..081bdf4e21e 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/solr.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/solr.json
@@ -4,7 +4,7 @@
 "name": "solr",
 "title": "Solr",
 "description": "Perform operations against Apache Lucene Solr.",
-"deprecated": false,
+"deprecated": true,
 "firstVersion": "2.9.0",
 "label": "monitoring,search",
 "javaType": "org.apache.camel.component.solr.SolrComponent",
diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/solrCloud.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/solrCloud.json
index 8ba863c1fa4..d1de89f0002 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/solrCloud.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/solrCloud.json
@@ -4,7 +4,7 @@
 "name": "solrCloud",
 "title": "Solr",
 "description": "Perform operations against Apache Lucene Solr.",
-"deprecated": false,
+"deprecated": true,
 "firstVersion": "2.9.0",
 "label": "monitoring,search",
 "javaType": "org.apache.camel.component.solr.SolrComponent",
diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/solrs.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/solrs.json
index b4ac9f59442..2753052c8d8 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/solrs.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/solrs.json
@@ -4,7 +4,7 @@
 "name": "solrs",
 "title": "Solr (Secure)",
 "description": "Perform operations against Apache Lucene Solr.",
-"deprecated": false,
+"deprecated": true,
 "firstVersion": "2.9.0",
 "label": "monitoring,search",
 "javaType": "org.apache.camel.component.solr.SolrComponent",



[camel-spring-boot] branch camel-spring-boot-3.x updated: [create-pull-request] automated change

2023-05-07 Thread acosentino
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch camel-spring-boot-3.x
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


The following commit(s) were added to refs/heads/camel-spring-boot-3.x by this 
push:
 new bbeec442a74 [create-pull-request] automated change
bbeec442a74 is described below

commit bbeec442a746de4a1864f17a9bdc00625d9218a2
Author: orpiske 
AuthorDate: Sun May 7 01:12:57 2023 +

[create-pull-request] automated change
---
 .../org/apache/camel/springboot/catalog/components/as2.json |  4 +++-
 .../camel/springboot/catalog/components/azure-cosmosdb.json |  6 --
 .../org/apache/camel/springboot/catalog/components/jpa.json |  5 -
 .../src/main/docs/azure-cosmosdb.json   |  7 +++
 .../cosmosdb/springboot/CosmosDbComponentConfiguration.java | 13 +
 5 files changed, 31 insertions(+), 4 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/as2.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/as2.json
index 69249337ec3..ed92465ed7c 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/as2.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/as2.json
@@ -43,6 +43,7 @@
 "ediMessageTransferEncoding": { "kind": "parameter", "displayName": "Edi 
Message Transfer Encoding", "group": "common", "label": "", "required": false, 
"type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.as2.AS2Configuration", "configurationField": 
"configuration", "description": "The transfer encoding of EDI message." },
 "ediMessageType": { "kind": "parameter", "displayName": "Edi Message 
Type", "group": "common", "label": "", "required": false, "type": "object", 
"javaType": "org.apache.http.entity.ContentType", "deprecated": false, 
"autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.as2.AS2Configuration", "configurationField": 
"configuration", "description": "The content type of EDI message. One of 
application\/edifact, application\/edi-x12, application\/edi-consent" },
 "from": { "kind": "parameter", "displayName": "From", "group": "common", 
"label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"configurationClass": "org.apache.camel.component.as2.AS2Configuration", 
"configurationField": "configuration", "description": "The value of the From 
header of AS2 message." },
+"hostnameVerifier": { "kind": "parameter", "displayName": "Hostname 
Verifier", "group": "common", "label": "", "required": false, "type": "object", 
"javaType": "javax.net.ssl.HostnameVerifier", "deprecated": false, "autowired": 
false, "secret": false, "configurationClass": 
"org.apache.camel.component.as2.AS2Configuration", "configurationField": 
"configuration", "description": "Set hostname verifier for SSL session." },
 "httpConnectionPoolSize": { "kind": "parameter", "displayName": "Http 
Connection Pool Size", "group": "common", "label": "", "required": false, 
"type": "integer", "javaType": "java.lang.Integer", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": "5", "configurationClass": 
"org.apache.camel.component.as2.AS2Configuration", "configurationField": 
"configuration", "description": "The maximum size of the connection pool for 
http connections (client only)" },
 "httpConnectionPoolTtl": { "kind": "parameter", "displayName": "Http 
Connection Pool Ttl", "group": "common", "label": "", "required": false, 
"type": "object", "javaType": "java.time.Duration", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": "15m", 
"configurationClass": "org.apache.camel.component.as2.AS2Configuration", 
"configurationField": "configuration", "description": "The time to live for 
connections in the connection pool (client only)" },
 "httpConnectionTimeout": { "kind": "parameter", "displayName": "Http 
Connection Timeout", "group": "common", "label": "", "required": false, "type": 
"object", "javaType": "java.time.Duration", "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": "5s", "configurationClass": 
"org.apache.camel.component.as2.AS2Configuration", "configurationField": 
"configuration", "description": "The timeout of the http connection (client 
only)" },
@@ -53,6 +54,7 @@
 "server": { "kind": "parameter", "displayName": "Server", "group": 
"common", "label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": "Ca

[camel-spring-boot] branch camel-spring-boot-3.x updated: [create-pull-request] automated change

2023-07-05 Thread acosentino
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch camel-spring-boot-3.x
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


The following commit(s) were added to refs/heads/camel-spring-boot-3.x by this 
push:
 new 5e689fb8472 [create-pull-request] automated change
5e689fb8472 is described below

commit 5e689fb84721d19224dfb63f21828a5e27bfaf82
Author: orpiske 
AuthorDate: Thu Jul 6 01:08:19 2023 +

[create-pull-request] automated change
---
 .../springboot/catalog/components/azure-files.json | 28 +++---
 .../springboot/catalog/components/influxdb2.json   |  2 +-
 .../catalog/components/kubernetes-events.json  |  2 +-
 .../camel/springboot/catalog/components/plc4x.json |  2 +-
 .../springboot/catalog/components/rocketmq.json|  2 +-
 .../springboot/catalog/dataformats/swiftMt.json|  2 +-
 .../springboot/catalog/dataformats/swiftMx.json|  2 +-
 .../camel/springboot/catalog/languages/js.json |  2 +-
 8 files changed, 21 insertions(+), 21 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/azure-files.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/azure-files.json
index 7b7fdedc516..1ac6512d82c 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/azure-files.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/azure-files.json
@@ -6,7 +6,7 @@
 "description": "Camel Azure Files Component",
 "deprecated": false,
 "deprecationNote": "",
-"firstVersion": "3.21.0",
+"firstVersion": "3.22.0",
 "label": "cloud,file",
 "javaType": "org.apache.camel.component.file.azure.FilesComponent",
 "supportLevel": "Preview",
@@ -15,7 +15,7 @@
 "version": "3.22.0-SNAPSHOT",
 "scheme": "azure-files",
 "extendsScheme": "file",
-"syntax": "azure-files:\/\/account\/share",
+"syntax": "azure-files:account\/share",
 "async": false,
 "api": false,
 "consumerOnly": false,
@@ -80,19 +80,7 @@
 "reconnectDelay": { "kind": "parameter", "displayName": "Reconnect Delay", 
"group": "advanced", "label": "advanced", "required": false, "type": 
"duration", "javaType": "long", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": "1000", "description": "Delay in millis Camel 
will wait before performing a reconnect attempt." },
 "throwExceptionOnConnectFailed": { "kind": "parameter", "displayName": 
"Throw Exception On Connect Failed", "group": "advanced", "label": "advanced", 
"required": false, "type": "boolean", "javaType": "boolean", "deprecated": 
false, "autowired": false, "secret": false, "defaultValue": false, 
"configurationClass": 
"org.apache.camel.component.file.azure.FilesConfiguration", 
"configurationField": "configuration", "description": "Should an exception be 
thrown if connection failed (exhaust [...]
 "timeout": { "kind": "parameter", "displayName": "Timeout", "group": 
"advanced", "label": "advanced", "required": false, "type": "duration", 
"javaType": "int", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": "3", "configurationClass": 
"org.apache.camel.component.file.azure.FilesConfiguration", 
"configurationField": "configuration", "description": "Sets the data timeout 
for waiting for reply Used only by FTPClient" },
-"sdd": { "kind": "parameter", "displayName": "Sdd", "group": "both", 
"label": "both", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": true, 
"configurationClass": "org.apache.camel.component.file.azure.FilesToken", 
"configurationField": "token", "description": "part of service SAS token" },
-"se": { "kind": "parameter", "displayName": "Se", "group": "both", 
"label": "both", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": true, 
"configurationClass": "org.apache.camel.component.file.azure.FilesToken", 
"configurationField": "token", "description": "part of SAS token" },
 "sharedKey": { "kind": "parameter", "displayName": "Shared Key", "group": 
"both", "label": "both", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": true, 
"configurationClass": 
"org.apache.camel.component.file.azure.FilesConfiguration", 
"configurationField": "configuration", "description": "Shared key (storage 
account key)" },
-"si": { "kind": "parameter", "displayName": "Si", "group": "both", 
"label": "both", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": true, 
"configurationClass": "org.apache.camel.co

[camel-spring-boot] branch camel-spring-boot-3.x updated: [create-pull-request] automated change

2023-07-09 Thread acosentino
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch camel-spring-boot-3.x
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


The following commit(s) were added to refs/heads/camel-spring-boot-3.x by this 
push:
 new 21f9f97241a [create-pull-request] automated change
21f9f97241a is described below

commit 21f9f97241af57b85754fea665c6745647482611
Author: orpiske 
AuthorDate: Sun Jul 9 00:58:47 2023 +

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

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/jira.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/jira.json
index 48904b349c9..47247ac24e8 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/jira.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/jira.json
@@ -36,6 +36,7 @@
 "verificationCode": { "kind": "property", "displayName": "Verification 
Code", "group": "security", "label": "security", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "autowired": 
false, "secret": true, "configurationClass": 
"org.apache.camel.component.jira.JiraConfiguration", "configurationField": 
"configuration", "description": "(OAuth only) The verification code from Jira 
generated in the first step of the authorization proccess." }
   },
   "headers": {
+"IssueAssigneeId": { "kind": "header", "displayName": "", "group": 
"producer", "label": "producer", "required": false, "javaType": "String", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "The assignee's id of the issue", "constantName": 
"org.apache.camel.component.jira.JiraConstants#ISSUE_ASSIGNEE_ID" },
 "IssueAssignee": { "kind": "header", "displayName": "", "group": 
"producer", "label": "producer", "required": false, "javaType": "String", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "The assignee's name of the issue", "constantName": 
"org.apache.camel.component.jira.JiraConstants#ISSUE_ASSIGNEE" },
 "IssueComponents": { "kind": "header", "displayName": "", "group": 
"producer", "label": "producer", "required": false, "javaType": "String", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "The comma separated list of the issue's components", 
"constantName": 
"org.apache.camel.component.jira.JiraConstants#ISSUE_COMPONENTS" },
 "IssueChanged": { "kind": "header", "displayName": "", "group": 
"consumer", "label": "consumer", "required": false, "javaType": "String", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "The name of the updated field (i.e Status)", 
"constantName": "org.apache.camel.component.jira.JiraConstants#ISSUE_CHANGED" },
diff --git a/tooling/camel-spring-boot-dependencies/pom.xml 
b/tooling/camel-spring-boot-dependencies/pom.xml
index 9fab13dbcce..406c9d8662e 100644
--- a/tooling/camel-spring-boot-dependencies/pom.xml
+++ b/tooling/camel-spring-boot-dependencies/pom.xml
@@ -149,7 +149,7 @@
   
 info.picocli
 picocli
-4.7.3
+4.7.4
   
   
 io.apicurio



[camel-spring-boot] branch camel-spring-boot-3.x updated: [create-pull-request] automated change

2023-07-18 Thread acosentino
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch camel-spring-boot-3.x
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


The following commit(s) were added to refs/heads/camel-spring-boot-3.x by this 
push:
 new 9fe7db0c142 [create-pull-request] automated change
9fe7db0c142 is described below

commit 9fe7db0c14232a4ddc828760f4d03f30a6797e9d
Author: orpiske 
AuthorDate: Wed Jul 19 01:05:31 2023 +

[create-pull-request] automated change
---
 .../org/apache/camel/springboot/catalog/components/dhis2.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/dhis2.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/dhis2.json
index dc7077148dd..21fde77b41a 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/dhis2.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/dhis2.json
@@ -63,14 +63,14 @@
   },
   "apis": {
 "delete": { "consumerOnly": false, "producerOnly": false, "description": 
"", "methods": { "resource": { "description": "", "signatures": [ 
"java.io.InputStream resource(String path, Object resource, 
java.util.Map queryParams)" ] } } },
-"get": { "consumerOnly": false, "producerOnly": false, "description": "", 
"methods": { "collection": { "description": "", "signatures": [ 
"java.util.Iterator collection(String path, String itemType, Boolean paging, 
String fields, String filter, 
org.apache.camel.component.dhis2.api.RootJunctionEnum rootJunction, 
java.util.Map queryParams)" ] }, "resource": { "description": 
"", "signatures": [ "java.io.InputStream resource(String path, String fields, 
String filter, org. [...]
+"get": { "consumerOnly": false, "producerOnly": false, "description": "", 
"methods": { "collection": { "description": "", "signatures": [ 
"java.util.Iterator collection(String path, String itemType, String arrayName, 
Boolean paging, String fields, String filter, 
org.apache.camel.component.dhis2.api.RootJunctionEnum rootJunction, 
java.util.Map queryParams)" ] }, "resource": { "description": 
"", "signatures": [ "java.io.InputStream resource(String path, String fields, S 
[...]
 "post": { "consumerOnly": false, "producerOnly": false, "description": "", 
"methods": { "resource": { "description": "", "signatures": [ 
"java.io.InputStream resource(String path, Object resource, 
java.util.Map queryParams)" ] } } },
 "put": { "consumerOnly": false, "producerOnly": false, "description": "", 
"methods": { "resource": { "description": "", "signatures": [ 
"java.io.InputStream resource(String path, Object resource, 
java.util.Map queryParams)" ] } } },
 "resourceTables": { "consumerOnly": false, "producerOnly": false, 
"description": "", "methods": { "analytics": { "description": "", "signatures": 
[ "void analytics(Boolean skipAggregate, Boolean skipEvents, Integer lastYears, 
Integer interval)" ] } } }
   },
   "apiProperties": {
 "delete": { "methods": { "resource": { "properties": { "path": { "kind": 
"parameter", "displayName": "Path", "group": "common", "label": "", "required": 
false, "type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "description": "", "optional": false }, 
"queryParams": { "kind": "parameter", "displayName": "Query Params", "group": 
"common", "label": "", "required": false, "type": "object", "javaType": 
"java.util.Map

[camel-spring-boot] branch camel-spring-boot-3.x updated: [create-pull-request] automated change

2023-02-22 Thread acosentino
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch camel-spring-boot-3.x
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


The following commit(s) were added to refs/heads/camel-spring-boot-3.x by this 
push:
 new 2cef1be0ba5 [create-pull-request] automated change
2cef1be0ba5 is described below

commit 2cef1be0ba548d1f5f52188c20d15cccd1314308
Author: orpiske 
AuthorDate: Thu Feb 23 01:11:44 2023 +

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

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/minio.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/minio.json
index c8049992a01..4668d431b4e 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/minio.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/minio.json
@@ -63,7 +63,7 @@
 "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.minio.MinioConfiguration", "configurationField": 
"configuration", "description": "Delete file object after the Minio 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.minio.MinioConfiguration", "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, "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.minio.MinioOperations", "enum": [ 
"copyObject", "listObjects", "deleteObject", "deleteObjects", "deleteBucket", 
"listBuckets", "getObject", "getObjectRange" ], "deprecated": false, 
"autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.minio.MinioConfiguration", "configurat [...]
+"operation": { "kind": "property", "displayName": "Operation", "group": 
"producer", "label": "producer", "required": false, "type": "object", 
"javaType": "org.apache.camel.component.minio.MinioOperations", "enum": [ 
"copyObject", "listObjects", "deleteObject", "deleteObjects", "deleteBucket", 
"listBuckets", "getObject", "getObjectRange", "createDownloadLink", 
"createUploadLink" ], "deprecated": false, "autowired": false, "secret": false, 
"configurationClass": "org.apache.camel.compon [...]
 "pojoRequest": { "kind": "property", "displayName": "Pojo Request", 
"group": "producer", "label": "producer", "required": false, "type": "boolean", 
"javaType": "boolean", "deprecated": false, "autowired": false, "secret": 
false, "defaultValue": false, "configurationClass": 
"org.apache.camel.component.minio.MinioConfiguration", "configurationField": 
"configuration", "description": "If we want to use a POJO request as body or 
not." },
 "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.minio.MinioConfiguration", "configurationField": 
"configuration", "description": "The storage class to set in the request." },
 "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

[camel-spring-boot] branch camel-spring-boot-3.x updated: [create-pull-request] automated change

2023-02-25 Thread acosentino
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch camel-spring-boot-3.x
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


The following commit(s) were added to refs/heads/camel-spring-boot-3.x by this 
push:
 new 27a9b222841 [create-pull-request] automated change
27a9b222841 is described below

commit 27a9b2228415dd6b9c81c256646e85e04d36d89e
Author: orpiske 
AuthorDate: Sun Feb 26 01:12:25 2023 +

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

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/language.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/language.json
index 9198222a268..288f26a92f5 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/language.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/language.json
@@ -35,6 +35,7 @@
 "binary": { "kind": "parameter", "displayName": "Binary", "group": 
"producer", "label": "", "required": false, "type": "boolean", "javaType": 
"boolean", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": false, "description": "Whether the script is binary content or 
text content. By default the script is read as text content (eg 
java.lang.String)" },
 "cacheScript": { "kind": "parameter", "displayName": "Cache Script", 
"group": "producer", "label": "", "required": false, "type": "boolean", 
"javaType": "boolean", "deprecated": false, "autowired": false, "secret": 
false, "defaultValue": false, "description": "Whether to cache the compiled 
script and reuse Notice reusing the script can cause side effects from 
processing one Camel org.apache.camel.Exchange to the next 
org.apache.camel.Exchange." },
 "contentCache": { "kind": "parameter", "displayName": "Content Cache", 
"group": "producer", "label": "", "required": false, "type": "boolean", 
"javaType": "boolean", "deprecated": false, "autowired": false, "secret": 
false, "defaultValue": true, "description": "Sets whether to use resource 
content cache or not" },
+"resultType": { "kind": "parameter", "displayName": "Result Type", 
"group": "producer", "label": "", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "description": "Sets the class of the result type (type from 
output)" },
 "script": { "kind": "parameter", "displayName": "Script", "group": 
"producer", "label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"description": "Sets the script to execute" },
 "transform": { "kind": "parameter", "displayName": "Transform", "group": 
"producer", "label": "", "required": false, "type": "boolean", "javaType": 
"boolean", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": true, "description": "Whether or not the result of the script 
should be used as message body. This options is default true." },
 "lazyStartProducer": { "kind": "parameter", "displayName": "Lazy Start 
Producer", "group": "producer (advanced)", "label": "producer,advanced", 
"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 other [...]



[camel-spring-boot] branch camel-spring-boot-3.x updated: [create-pull-request] automated change

2023-03-02 Thread acosentino
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch camel-spring-boot-3.x
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


The following commit(s) were added to refs/heads/camel-spring-boot-3.x by this 
push:
 new 1015d0a39eb [create-pull-request] automated change
1015d0a39eb is described below

commit 1015d0a39eb0799663a85a70fe2a0b16c98d4bdb
Author: orpiske 
AuthorDate: Fri Mar 3 02:56:15 2023 +

[create-pull-request] automated change
---
 .../org/apache/camel/springboot/catalog/components/milo-client.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/milo-client.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/milo-client.json
index 4b72152bd49..ae53dbec195 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/milo-client.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/milo-client.json
@@ -57,7 +57,7 @@
 "clientId": { "kind": "parameter", "displayName": "Client Id", "group": 
"common", "label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"configurationClass": 
"org.apache.camel.component.milo.client.MiloClientConfiguration", 
"configurationField": "configuration", "description": "A virtual client id to 
force the creation of a new connection instance" },
 "dataChangeFilterDeadbandType": { "kind": "parameter", "displayName": 
"Data Change Filter Deadband Type", "group": "common", "label": "", "required": 
false, "type": "object", "javaType": 
"org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": "0", 
"configurationClass": 
"org.apache.camel.component.milo.client.MonitorFilterConfiguration", 
"configurationField": "monitorFilterConfiguration", "descripti [...]
 "dataChangeFilterDeadbandValue": { "kind": "parameter", "displayName": 
"Data Change Filter Deadband Value", "group": "common", "label": "", 
"required": false, "type": "number", "javaType": "java.lang.Double", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": 
"0.0", "configurationClass": 
"org.apache.camel.component.milo.client.MonitorFilterConfiguration", 
"configurationField": "monitorFilterConfiguration", "description": "Deadband 
value for MonitorFilterType Da [...]
-"dataChangeFilterTrigger": { "kind": "parameter", "displayName": "Data 
Change Filter Trigger", "group": "common", "label": "", "required": false, 
"type": "object", "javaType": 
"org.eclipse.milo.opcua.stack.core.types.enumerated.DataChangeTrigger", "enum": 
[ "Status", "StatusValue", "StatusValueTimestamp" ], "deprecated": false, 
"autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.milo.client.MonitorFilterConfiguration", 
"configurationField": "monitor [...]
+"dataChangeFilterTrigger": { "kind": "parameter", "displayName": "Data 
Change Filter Trigger", "group": "common", "label": "", "required": false, 
"type": "object", "javaType": 
"org.eclipse.milo.opcua.stack.core.types.enumerated.DataChangeTrigger", "enum": 
[ "Status", "StatusValue", "StatusValueTimestamp" ], "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": "StatusValueTimestamp", 
"configurationClass": 
"org.apache.camel.component.milo.client.MonitorFilterConfig [...]
 "defaultAwaitWrites": { "kind": "parameter", "displayName": "Default Await 
Writes", "group": "common", "label": "", "required": false, "type": "boolean", 
"javaType": "boolean", "deprecated": false, "autowired": false, "secret": 
false, "defaultValue": false, "description": "Default await setting for writes" 
},
 "discoveryEndpointSuffix": { "kind": "parameter", "displayName": 
"Discovery Endpoint Suffix", "group": "common", "label": "", "required": false, 
"type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.milo.client.MiloClientConfiguration", 
"configurationField": "configuration", "description": "A suffix for endpoint 
URI when discovering" },
 "discoveryEndpointUri": { "kind": "parameter", "displayName": "Discovery 
Endpoint Uri", "group": "common", "label": "", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "autowired": 
false, "secret": false, "configurationClass": 
"org.apache.camel.component.milo.client.MiloClientConfiguration", 
"configurationField": "configuration", "description": "An alternative discovery 
URI" },



[camel-spring-boot] branch camel-spring-boot-3.x updated: [create-pull-request] automated change

2023-03-03 Thread acosentino
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch camel-spring-boot-3.x
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


The following commit(s) were added to refs/heads/camel-spring-boot-3.x by this 
push:
 new f17faa39319 [create-pull-request] automated change
f17faa39319 is described below

commit f17faa39319b128ca787e6d93e099c154f05939a
Author: orpiske 
AuthorDate: Sat Mar 4 01:09:26 2023 +

[create-pull-request] automated change
---
 .../org/apache/camel/springboot/catalog/languages/xtokenize.json  | 4 ++--
 components-starter/camel-stax-starter/src/main/docs/stax.json | 3 ++-
 .../xtokenizer/springboot/XMLTokenizeLanguageConfiguration.java   | 2 +-
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/xtokenize.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/xtokenize.json
index 3288548aa30..59688cd3c1c 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/xtokenize.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/xtokenize.json
@@ -16,8 +16,8 @@
 "modelJavaType": "org.apache.camel.model.language.XMLTokenizerExpression"
   },
   "properties": {
-"mode": { "kind": "attribute", "displayName": "Mode", "label": "advanced", 
"required": false, "type": "enum", "javaType": "java.lang.String", "enum": [ 
"i", "w", "u", "t" ], "deprecated": false, "autowired": false, "secret": false, 
"description": "The extraction mode. The available extraction modes are: i - 
injecting the contextual namespace bindings into the extracted token (default) 
w - wrapping the extracted token in its ancestor context u - unwrapping the 
extracted token to its c [...]
-"group": { "kind": "attribute", "displayName": "Group", "label": 
"advanced", "required": false, "type": "integer", "javaType": 
"java.lang.Integer", "deprecated": false, "autowired": false, "secret": false, 
"description": "To group N parts together" },
+"mode": { "kind": "attribute", "displayName": "Mode", "required": false, 
"type": "enum", "javaType": "java.lang.String", "enum": [ "i", "w", "u", "t" ], 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": "i", 
"description": "The extraction mode. The available extraction modes are: i - 
injecting the contextual namespace bindings into the extracted token (default) 
w - wrapping the extracted token in its ancestor context u - unwrapping the 
extracted token to its c [...]
+"group": { "kind": "attribute", "displayName": "Group", "required": false, 
"type": "integer", "javaType": "java.lang.Integer", "deprecated": false, 
"autowired": false, "secret": false, "description": "To group N parts together" 
},
 "namespace": { "kind": "element", "displayName": "Namespace", "label": 
"common", "required": false, "type": "array", "javaType": 
"java.util.List", "deprecated": 
false, "autowired": false, "secret": false, "description": "Injects the XML 
Namespaces of prefix - uri mappings" },
 "headerName": { "kind": "attribute", "displayName": "Header Name", 
"label": "advanced", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"description": "Name of header to use as input, instead of the message body It 
has as higher precedent than the propertyName if both are set." },
 "propertyName": { "kind": "attribute", "displayName": "Property Name", 
"label": "advanced", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"description": "Name of property to use as input, instead of the message body. 
It has a lower precedent than the headerName if both are set." },
diff --git a/components-starter/camel-stax-starter/src/main/docs/stax.json 
b/components-starter/camel-stax-starter/src/main/docs/stax.json
index 4b131b06158..e0a86f4c9a2 100644
--- a/components-starter/camel-stax-starter/src/main/docs/stax.json
+++ b/components-starter/camel-stax-starter/src/main/docs/stax.json
@@ -64,7 +64,8 @@
   "name": "camel.language.xtokenize.mode",
   "type": "java.lang.String",
   "description": "The extraction mode. The available extraction modes are: 
i - injecting the contextual namespace bindings into the extracted token 
(default) w - wrapping the extracted token in its ancestor context u - 
unwrapping the extracted token to its child content t - extracting the text 
content of the specified element",
-  "sourceType": 
"org.apache.camel.language.xtokenizer.springboot.XMLTokenizeLanguageConfiguration"
+  "sourceType": 
"org.apache.camel.language.xtokenizer.springboot.XMLTokenizeLanguageConfigu

[camel-spring-boot] branch camel-spring-boot-3.x updated: [create-pull-request] automated change

2023-06-12 Thread acosentino
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch camel-spring-boot-3.x
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


The following commit(s) were added to refs/heads/camel-spring-boot-3.x by this 
push:
 new 675559a14a2 [create-pull-request] automated change
675559a14a2 is described below

commit 675559a14a29dc33e24b8788d57cad0cead2a692
Author: orpiske 
AuthorDate: Tue Jun 13 01:00:47 2023 +

[create-pull-request] automated change
---
 .../springboot/catalog/components/spring-ws.json   |  2 +-
 tooling/camel-spring-boot-dependencies/pom.xml | 58 +++---
 2 files changed, 30 insertions(+), 30 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 7dcd006839e..7c7bfdb40c2 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
@@ -40,11 +40,11 @@
 "type": { "kind": "path", "displayName": "Type", "group": "consumer", 
"label": "consumer", "required": false, "type": "object", "javaType": 
"org.apache.camel.component.spring.ws.type.EndpointMappingType", "enum": [ 
"ROOT_QNAME", "ACTION", "TO", "SOAP_ACTION", "XPATHRESULT", "URI", "URI_PATH", 
"BEANNAME" ], "deprecated": false, "autowired": false, "secret": false, 
"configurationClass": 
"org.apache.camel.component.spring.ws.SpringWebserviceConfiguration", 
"configurationField": "configu [...]
 "lookupKey": { "kind": "path", "displayName": "Lookup Key", "group": 
"consumer", "label": "consumer", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "configurationClass": 
"org.apache.camel.component.spring.ws.SpringWebserviceConfiguration", 
"configurationField": "configuration", "description": "Endpoint mapping key if 
endpoint mapping is used" },
 "webServiceEndpointUri": { "kind": "path", "displayName": "Web Service 
Endpoint Uri", "group": "producer", "label": "producer", "required": false, 
"type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": 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, "autowired": 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, "autowired": 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  [...]
 "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, "autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.spring.ws.SpringWebserviceConfiguration", 
"configurationField": "configuration", "description": "Option to provide a 
custom MessageIdStrategy [...]
 "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, "autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.spring.ws.SpringWebserviceConfiguration", 
"configurationField": "configuration", "description": "Spring 
org.springframework.ws.server.end [...]
 "endpointMapping": { "kind": "parameter", "displayName": "Endpoint 
Mapping", "group": "consumer", "label": "consumer", "required": false, "type": 
"object", "javaType": 
"org.apache.camel.component.spring.ws.bean.CamelSpringWSEndpointMapp

[camel-spring-boot] branch camel-spring-boot-3.x updated: [create-pull-request] automated change

2023-06-28 Thread acosentino
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch camel-spring-boot-3.x
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


The following commit(s) were added to refs/heads/camel-spring-boot-3.x by this 
push:
 new f8fae273002 [create-pull-request] automated change
f8fae273002 is described below

commit f8fae273002389f67f9faceab8116c79d3519992
Author: orpiske 
AuthorDate: Thu Jun 29 01:06:46 2023 +

[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 bc1c1340bc1..425c4323c83 100644
--- a/tooling/camel-spring-boot-dependencies/pom.xml
+++ b/tooling/camel-spring-boot-dependencies/pom.xml
@@ -2267,6 +2267,11 @@
 camel-azure-eventhubs
 3.21.0-SNAPSHOT
   
+  
+org.apache.camel
+camel-azure-files
+3.21.0-SNAPSHOT
+  
   
 org.apache.camel
 camel-azure-key-vault



[camel-spring-boot] branch camel-spring-boot-3.x updated: [create-pull-request] automated change

2023-01-31 Thread acosentino
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch camel-spring-boot-3.x
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


The following commit(s) were added to refs/heads/camel-spring-boot-3.x by this 
push:
 new 70632a20e75 [create-pull-request] automated change
70632a20e75 is described below

commit 70632a20e7559ca7c885d366c57aef394f0bdd8b
Author: orpiske 
AuthorDate: Wed Feb 1 01:16:46 2023 +

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

diff --git a/tooling/camel-spring-boot-bom/pom.xml 
b/tooling/camel-spring-boot-bom/pom.xml
index b95295832ae..f9396bb7906 100644
--- a/tooling/camel-spring-boot-bom/pom.xml
+++ b/tooling/camel-spring-boot-bom/pom.xml
@@ -1808,6 +1808,11 @@
 camel-yaml-dsl-starter
 ${project.version}
   
+  
+org.apache.camel.springboot
+camel-zeebe-starter
+${project.version}
+  
   
 org.apache.camel.springboot
 camel-zendesk-starter
diff --git a/tooling/camel-spring-boot-dependencies/pom.xml 
b/tooling/camel-spring-boot-dependencies/pom.xml
index 827ee393184..e282472279e 100644
--- a/tooling/camel-spring-boot-dependencies/pom.xml
+++ b/tooling/camel-spring-boot-dependencies/pom.xml
@@ -2011,6 +2011,11 @@
 camel-yaml-dsl-starter
 ${project.version}
   
+  
+org.apache.camel.springboot
+camel-zeebe-starter
+${project.version}
+  
   
 org.apache.camel.springboot
 camel-zendesk-starter



[camel-spring-boot] branch camel-spring-boot-3.x updated: [create-pull-request] automated change

2023-02-02 Thread acosentino
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch camel-spring-boot-3.x
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


The following commit(s) were added to refs/heads/camel-spring-boot-3.x by this 
push:
 new a09dfaacaff [create-pull-request] automated change
a09dfaacaff is described below

commit a09dfaacaff30b0e7996fe34794636f39715f578
Author: orpiske 
AuthorDate: Fri Feb 3 01:15:28 2023 +

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

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/cql.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/cql.json
index 2db200ed1f1..45a6f7227cc 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/cql.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/cql.json
@@ -39,6 +39,7 @@
 "consistencyLevel": { "kind": "parameter", "displayName": "Consistency 
Level", "group": "common", "label": "", "required": false, "type": "object", 
"javaType": "com.datastax.oss.driver.api.core.DefaultConsistencyLevel", "enum": 
[ "ANY", "ONE", "TWO", "THREE", "QUORUM", "ALL", "LOCAL_ONE", "LOCAL_QUORUM", 
"EACH_QUORUM", "SERIAL", "LOCAL_SERIAL" ], "deprecated": false, "autowired": 
false, "secret": false, "description": "Consistency level to use" },
 "cql": { "kind": "parameter", "displayName": "Cql", "group": "common", 
"label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"description": "CQL query to perform. Can be overridden with the message header 
with key CamelCqlQuery." },
 "datacenter": { "kind": "parameter", "displayName": "Datacenter", "group": 
"common", "label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": "datacenter1", "description": "Datacenter to use" },
+"extraTypeCodecs": { "kind": "parameter", "displayName": "Extra Type 
Codecs", "group": "common", "label": "", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "description": "To use a specific comma separated list of 
Extra Type codecs. Possible values are: BLOB_TO_ARRAY, BOOLEAN_LIST_TO_ARRAY, 
BYTE_LIST_TO_ARRAY, SHORT_LIST_TO_ARRAY, INT_LIST_TO_ARRAY, LONG_LIST_TO_ARRAY, 
FLOAT_LIST_TO_ARRAY, DOUBLE_LIST_TO [...]
 "loadBalancingPolicyClass": { "kind": "parameter", "displayName": "Load 
Balancing Policy Class", "group": "common", "label": "", "required": false, 
"type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "description": "To use a specific 
LoadBalancingPolicyClass" },
 "password": { "kind": "parameter", "displayName": "Password", "group": 
"common", "label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"description": "Password for session authentication" },
 "prepareStatements": { "kind": "parameter", "displayName": "Prepare 
Statements", "group": "common", "label": "", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": true, "description": "Whether to use 
PreparedStatements or regular Statements" },



[camel-spring-boot] branch camel-spring-boot-3.x updated: [create-pull-request] automated change

2023-03-18 Thread acosentino
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch camel-spring-boot-3.x
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


The following commit(s) were added to refs/heads/camel-spring-boot-3.x by this 
push:
 new 1de8fc00591 [create-pull-request] automated change
1de8fc00591 is described below

commit 1de8fc00591ce0f52e9cd2c48e553e67d0d089af
Author: orpiske 
AuthorDate: Sat Mar 18 01:17:52 2023 +

[create-pull-request] automated change
---
 .../camel/springboot/catalog/components/spring-rabbitmq.json   |  3 ++-
 .../apache/camel/springboot/catalog/languages/xtokenize.json   |  1 +
 tooling/camel-spring-boot-dependencies/pom.xml | 10 ++
 3 files changed, 13 insertions(+), 1 deletion(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/spring-rabbitmq.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/spring-rabbitmq.json
index 7c2a206626b..fce5cfb075d 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/spring-rabbitmq.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/spring-rabbitmq.json
@@ -54,7 +54,8 @@
   },
   "headers": {
 "CamelSpringRabbitmqRoutingOverrideKey": { "kind": "header", 
"displayName": "", "group": "common", "label": "", "required": false, 
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "The exchange key.", "constantName": 
"org.apache.camel.component.springrabbit.SpringRabbitMQConstants#ROUTING_OVERRIDE_KEY"
 },
-"CamelSpringRabbitmqExchangeOverrideName": { "kind": "header", 
"displayName": "", "group": "common", "label": "", "required": false, 
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "The exchange name.", "constantName": 
"org.apache.camel.component.springrabbit.SpringRabbitMQConstants#EXCHANGE_OVERRIDE_NAME"
 }
+"CamelSpringRabbitmqExchangeOverrideName": { "kind": "header", 
"displayName": "", "group": "common", "label": "", "required": false, 
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "The exchange name.", "constantName": 
"org.apache.camel.component.springrabbit.SpringRabbitMQConstants#EXCHANGE_OVERRIDE_NAME"
 },
+"CamelSpringRabbitmqDeliveryTag": { "kind": "header", "displayName": "", 
"group": "common", "label": "", "required": false, "javaType": "long", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "Delivery tag for manual acknowledge mode", 
"constantName": 
"org.apache.camel.component.springrabbit.SpringRabbitMQConstants#DELIVERY_TAG" }
   },
   "properties": {
 "exchangeName": { "kind": "path", "displayName": "Exchange Name", "group": 
"common", "label": "", "required": true, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "The exchange name determines the 
exchange to which the produced messages will be sent to. In the case of 
consumers, the exchange name determines the exchange the queue will be bound 
to. Note: to use default exchange then do n [...]
diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/xtokenize.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/xtokenize.json
index 59688cd3c1c..c05dedd6430 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/xtokenize.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/languages/xtokenize.json
@@ -16,6 +16,7 @@
 "modelJavaType": "org.apache.camel.model.language.XMLTokenizerExpression"
   },
   "properties": {
+"expression": { "kind": "value", "displayName": "Expression", "required": 
true, "type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "description": "The expression value in 
your chosen language syntax" },
 "mode": { "kind": "attribute", "displayName": "Mode", "required": false, 
"type": "enum", "javaType": "java.lang.String", "enum": [ "i", "w", "u", "t" ], 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": "i", 
"description": "The extraction mode. The available extraction modes are: i - 
injecting the contextual namespace bindings into the extracted token (default) 
w - wrapping the extracted token in its ancestor context u - unwrapping the 
extracted token to its c [...]
 "group": { "ki

[camel-spring-boot] branch camel-spring-boot-3.x updated: [create-pull-request] automated change

2023-05-09 Thread acosentino
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch camel-spring-boot-3.x
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


The following commit(s) were added to refs/heads/camel-spring-boot-3.x by this 
push:
 new 3514947f74d [create-pull-request] automated change
3514947f74d is described below

commit 3514947f74d1feac5e5eb1bfeabe4d4a3b38bbbd
Author: orpiske 
AuthorDate: Wed May 10 01:07:24 2023 +

[create-pull-request] automated change
---
 .../resources/org/apache/camel/springboot/catalog/components/as2.json   | 2 +-
 tooling/camel-spring-boot-dependencies/pom.xml  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/as2.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/as2.json
index ed92465ed7c..26fc43f09b9 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/as2.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/as2.json
@@ -41,7 +41,7 @@
 "compressionAlgorithm": { "kind": "parameter", "displayName": "Compression 
Algorithm", "group": "common", "label": "", "required": false, "type": 
"object", "javaType": 
"org.apache.camel.component.as2.api.AS2CompressionAlgorithm", "enum": [ "ZLIB" 
], "deprecated": false, "autowired": false, "secret": false, 
"configurationClass": "org.apache.camel.component.as2.AS2Configuration", 
"configurationField": "configuration", "description": "The algorithm used to 
compress EDI message." },
 "dispositionNotificationTo": { "kind": "parameter", "displayName": 
"Disposition Notification To", "group": "common", "label": "", "required": 
false, "type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.as2.AS2Configuration", "configurationField": 
"configuration", "description": "The value of the Disposition-Notification-To 
header. Assigning a value to this parameter requests a mes [...]
 "ediMessageTransferEncoding": { "kind": "parameter", "displayName": "Edi 
Message Transfer Encoding", "group": "common", "label": "", "required": false, 
"type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.as2.AS2Configuration", "configurationField": 
"configuration", "description": "The transfer encoding of EDI message." },
-"ediMessageType": { "kind": "parameter", "displayName": "Edi Message 
Type", "group": "common", "label": "", "required": false, "type": "object", 
"javaType": "org.apache.http.entity.ContentType", "deprecated": false, 
"autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.as2.AS2Configuration", "configurationField": 
"configuration", "description": "The content type of EDI message. One of 
application\/edifact, application\/edi-x12, application\/edi-consent" },
+"ediMessageType": { "kind": "parameter", "displayName": "Edi Message 
Type", "group": "common", "label": "", "required": false, "type": "object", 
"javaType": "org.apache.http.entity.ContentType", "deprecated": false, 
"autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.as2.AS2Configuration", "configurationField": 
"configuration", "description": "The content type of EDI message. One of 
application\/edifact, application\/edi-x12, application\/edi-consen [...]
 "from": { "kind": "parameter", "displayName": "From", "group": "common", 
"label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"configurationClass": "org.apache.camel.component.as2.AS2Configuration", 
"configurationField": "configuration", "description": "The value of the From 
header of AS2 message." },
 "hostnameVerifier": { "kind": "parameter", "displayName": "Hostname 
Verifier", "group": "common", "label": "", "required": false, "type": "object", 
"javaType": "javax.net.ssl.HostnameVerifier", "deprecated": false, "autowired": 
false, "secret": false, "configurationClass": 
"org.apache.camel.component.as2.AS2Configuration", "configurationField": 
"configuration", "description": "Set hostname verifier for SSL session." },
 "httpConnectionPoolSize": { "kind": "parameter", "displayName": "Http 
Connection Pool Size", "group": "common", "label": "", "required": false, 
"type": "integer", "javaType": "java.lang.Integer", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": "5", "configurationClass": 
"org.apache.camel.component.as2.AS2Configuration", "configurationField": 
"configuration", "description"

[camel-spring-boot] branch camel-spring-boot-3.x updated: [create-pull-request] automated change

2023-05-10 Thread acosentino
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch camel-spring-boot-3.x
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


The following commit(s) were added to refs/heads/camel-spring-boot-3.x by this 
push:
 new 0dc762e4605 [create-pull-request] automated change
0dc762e4605 is described below

commit 0dc762e46053895383a8fcb49c203291fe6c7df6
Author: orpiske 
AuthorDate: Thu May 11 01:12:04 2023 +

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

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/jpa.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/jpa.json
index 066aaae17e5..dbce0cedc0e 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/jpa.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/jpa.json
@@ -65,6 +65,7 @@
 "firstResult": { "kind": "parameter", "displayName": "First Result", 
"group": "producer", "label": "producer", "required": false, "type": "integer", 
"javaType": "int", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": -1, "description": "Set the position of the first result to 
retrieve." },
 "flushOnSend": { "kind": "parameter", "displayName": "Flush On Send", 
"group": "producer", "label": "producer", "required": false, "type": "boolean", 
"javaType": "boolean", "deprecated": false, "autowired": false, "secret": 
false, "defaultValue": true, "description": "Flushes the EntityManager after 
the entity bean has been persisted." },
 "remove": { "kind": "parameter", "displayName": "Remove", "group": 
"producer", "label": "producer", "required": false, "type": "boolean", 
"javaType": "boolean", "deprecated": false, "autowired": false, "secret": 
false, "defaultValue": false, "description": "Indicates to use 
entityManager.remove(entity)." },
+"singleResult": { "kind": "parameter", "displayName": "Single Result", 
"group": "producer", "label": "producer", "required": false, "type": "boolean", 
"javaType": "boolean", "deprecated": false, "autowired": false, "secret": 
false, "defaultValue": false, "description": "If enabled, a query or a find 
which would return no results or more than one result, will throw an exception 
instead." },
 "useExecuteUpdate": { "kind": "parameter", "displayName": "Use Execute 
Update", "group": "producer", "label": "producer", "required": false, "type": 
"boolean", "javaType": "java.lang.Boolean", "deprecated": false, "autowired": 
false, "secret": false, "description": "To configure whether to use 
executeUpdate() when producer executes a query. When you use INSERT, UPDATE or 
DELETE statement as a named query, you need to specify this option to 'true'." 
},
 "usePersist": { "kind": "parameter", "displayName": "Use Persist", 
"group": "producer", "label": "producer", "required": false, "type": "boolean", 
"javaType": "boolean", "deprecated": false, "autowired": false, "secret": 
false, "defaultValue": false, "description": "Indicates to use 
entityManager.persist(entity) instead of entityManager.merge(entity). Note: 
entityManager.persist(entity) doesn't work for detached entities (where the 
EntityManager has to execute an UPDATE instead of an [...]
 "lazyStartProducer": { "kind": "parameter", "displayName": "Lazy Start 
Producer", "group": "producer (advanced)", "label": "producer,advanced", 
"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 other [...]



[camel-spring-boot] branch camel-spring-boot-3.x updated: [create-pull-request] automated change

2023-05-20 Thread acosentino
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch camel-spring-boot-3.x
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


The following commit(s) were added to refs/heads/camel-spring-boot-3.x by this 
push:
 new 125de7e3ff5 [create-pull-request] automated change
125de7e3ff5 is described below

commit 125de7e3ff58422a483d262408a074797ac68ae7
Author: orpiske 
AuthorDate: Sun May 21 00:57:47 2023 +

[create-pull-request] automated change
---
 .../org/apache/camel/springboot/catalog/components/aws2-ses.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/aws2-ses.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-ses.json
index 0a135b8dbd6..854f43bea8a 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-ses.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-ses.json
@@ -47,7 +47,7 @@
   "headers": {
 "CamelAwsSesFrom": { "kind": "header", "displayName": "", "group": 
"producer", "label": "", "required": false, "javaType": "String", "deprecated": 
false, "deprecationNote": "", "autowired": false, "secret": false, 
"description": "The sender's email address.", "constantName": 
"org.apache.camel.component.aws2.ses.Ses2Constants#FROM" },
 "CamelAwsSesMessageId": { "kind": "header", "displayName": "", "group": 
"producer", "label": "", "required": false, "javaType": "String", "deprecated": 
false, "deprecationNote": "", "autowired": false, "secret": false, 
"description": "The Amazon SES message ID.", "constantName": 
"org.apache.camel.component.aws2.ses.Ses2Constants#MESSAGE_ID" },
-"CamelAwsSesReplyToAddresses": { "kind": "header", "displayName": "", 
"group": "producer", "label": "", "required": false, "javaType": 
"List", "deprecated": false, "deprecationNote": "", "autowired": false, 
"secret": false, "description": "The reply-to email address(es) for the 
message.", "constantName": 
"org.apache.camel.component.aws2.ses.Ses2Constants#REPLY_TO_ADDRESSES" },
+"CamelAwsSesReplyToAddresses": { "kind": "header", "displayName": "", 
"group": "producer", "label": "", "required": false, "javaType": "String", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "The reply-to email address(es) for the message. Use 
comma to separate multiple values.", "constantName": 
"org.apache.camel.component.aws2.ses.Ses2Constants#REPLY_TO_ADDRESSES" },
 "CamelAwsSesReturnPath": { "kind": "header", "displayName": "", "group": 
"producer", "label": "", "required": false, "javaType": "String", "deprecated": 
false, "deprecationNote": "", "autowired": false, "secret": false, 
"description": "The email address to which bounce notifications are to be 
forwarded.", "constantName": 
"org.apache.camel.component.aws2.ses.Ses2Constants#RETURN_PATH" },
 "CamelAwsSesSubject": { "kind": "header", "displayName": "", "group": 
"producer", "label": "", "required": false, "javaType": "String", "deprecated": 
false, "deprecationNote": "", "autowired": false, "secret": false, 
"description": "The subject of the message.", "constantName": 
"org.apache.camel.component.aws2.ses.Ses2Constants#SUBJECT" },
 "CamelAwsSesTo": { "kind": "header", "displayName": "", "group": 
"producer", "label": "", "required": false, "javaType": "String", "deprecated": 
false, "deprecationNote": "", "autowired": false, "secret": false, 
"description": "List of comma separated destination email address.", 
"constantName": "org.apache.camel.component.aws2.ses.Ses2Constants#TO" },



[camel-spring-boot] branch camel-spring-boot-3.x updated: [create-pull-request] automated change (#958)

2023-09-27 Thread acosentino
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch camel-spring-boot-3.x
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


The following commit(s) were added to refs/heads/camel-spring-boot-3.x by this 
push:
 new da9a3a2d1bc [create-pull-request] automated change (#958)
da9a3a2d1bc is described below

commit da9a3a2d1bcffeedbef8f67dd78610f0423c49e5
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Sep 28 07:12:05 2023 +0200

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

Co-authored-by: orpiske 
---
 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 a8cedde6008..320a3f73973 100644
--- a/tooling/camel-spring-boot-dependencies/pom.xml
+++ b/tooling/camel-spring-boot-dependencies/pom.xml
@@ -4520,7 +4520,7 @@
   
 org.apache.mina
 mina-core
-2.1.7
+2.1.8
   
   
 org.apache.openjpa



[camel-spring-boot] branch camel-spring-boot-3.x updated: [create-pull-request] automated change (#960)

2023-09-28 Thread acosentino
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch camel-spring-boot-3.x
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


The following commit(s) were added to refs/heads/camel-spring-boot-3.x by this 
push:
 new 842eaa4e828 [create-pull-request] automated change (#960)
842eaa4e828 is described below

commit 842eaa4e828385af7455d26055595fe37abc7d8c
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Sep 29 06:25:57 2023 +0200

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

Co-authored-by: orpiske 
---
 .../org/apache/camel/springboot/catalog/components/kafka.json | 8 
 components-starter/camel-kafka-starter/src/main/docs/kafka.json   | 4 ++--
 .../component/kafka/springboot/KafkaComponentConfiguration.java   | 4 ++--
 3 files changed, 8 insertions(+), 8 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 83ab9168d9e..bb375a1a982 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
@@ -37,7 +37,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 [...]
 "checkCrcs": { "kind": "property", "displayName": "Check Crcs", "group": 
"consumer", "label": "consumer", "required": false, "type": "boolean", 
"javaType": "java.lang.Boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": "true", "configurationClass": 
"org.apache.camel.component.kafka.KafkaConfiguration", "configurationField": 
"configuration", "description": "Automatically check the CRC32 of the records 
consumed. This ensures no on-the-wire or on-disk cor [...]
 "commitTimeoutMs": { "kind": "property", "displayName": "Commit Timeout 
Ms", "group": "consumer", "label": "consumer", "required": false, "type": 
"duration", "javaType": "java.lang.Long", "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": "5000", "configurationClass": 
"org.apache.camel.component.kafka.KafkaConfiguration", "configurationField": 
"configuration", "description": "The maximum time, in milliseconds, that the 
code will wait for a synchronous commit to [...]
-"consumerRequestTimeoutMs": { "kind": "property", "displayName": "Consumer 
Request Timeout Ms", "group": "consumer", "label": "consumer", "required": 
false, "type": "integer", "javaType": "java.lang.Integer", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": "4", 
"configurationClass": "org.apache.camel.component.kafka.KafkaConfiguration", 
"configurationField": "configuration", "description": "The configuration 
controls the maximum amount of time the client [...]
+"consumerRequestTimeoutMs": { "kind": "property", "displayName": "Consumer 
Request Timeout Ms", "group": "consumer", "label": "consumer", "required": 
false, "type": "integer", "javaType": "java.lang.Integer", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": "3", 
"configurationClass": "org.apache.camel.component.kafka.KafkaConfiguration", 
"configurationField": "configuration", "description": "The configuration 
controls the maximum amount of time the client [...]
 "consumersCount": { "kind": "property", "displayName": "Consumers Count", 
"group": "consumer", "label": "consumer", "required": false, "type": "integer", 
"javaType": "int", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": 1, "configurationClass": 
"org.apache.camel.component.kafka.KafkaConfiguration", "configurationField": 
"configuration", "description": "The number of consumers that connect to kafka 
server. Each consumer is run on a separate thread, that retr [...]
 "fetchMaxBytes": { "kind": "property", "displayName": "Fetch Max Bytes", 
"group": "consumer", "label": "consumer", "required": false, "type": "integer", 
"javaType": "java.lang.Integer", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": "52428800", "configurationClass": 
"org.apache.camel.component.kafka.KafkaConfiguration", "configurationField": 
"configuration", "description": "The maximum amount of data the server should 
retu

[camel-spring-boot] branch camel-spring-boot-3.x updated: [create-pull-request] automated change (#963)

2023-09-29 Thread acosentino
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch camel-spring-boot-3.x
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


The following commit(s) were added to refs/heads/camel-spring-boot-3.x by this 
push:
 new 5945d4921b6 [create-pull-request] automated change (#963)
5945d4921b6 is described below

commit 5945d4921b644921cb9a4bbcf699555429711cad
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Sep 30 08:52:16 2023 +0200

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

Co-authored-by: orpiske 
---
 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 320a3f73973..e3e08e987a8 100644
--- a/tooling/camel-spring-boot-dependencies/pom.xml
+++ b/tooling/camel-spring-boot-dependencies/pom.xml
@@ -4325,142 +4325,142 @@
   
 org.apache.cxf.services.sts
 cxf-services-sts-core
-3.6.1
+3.6.2
   
   
 org.apache.cxf.services.ws-discovery
 cxf-services-ws-discovery-api
-3.6.1
+3.6.2
   
   
 org.apache.cxf
 cxf-core
-3.6.1
+3.6.2
   
   
 org.apache.cxf
 cxf-rt-bindings-soap
-3.6.1
+3.6.2
   
   
 org.apache.cxf
 cxf-rt-bindings-xml
-3.6.1
+3.6.2
   
   
 org.apache.cxf
 cxf-rt-databinding-jaxb
-3.6.1
+3.6.2
   
   
 org.apache.cxf
 cxf-rt-features-clustering
-3.6.1
+3.6.2
   
   
 org.apache.cxf
 cxf-rt-features-logging
-3.6.1
+3.6.2
   
   
 org.apache.cxf
 cxf-rt-frontend-jaxrs
-3.6.1
+3.6.2
   
   
 org.apache.cxf
 cxf-rt-frontend-jaxws
-3.6.1
+3.6.2
   
   
 org.apache.cxf
 cxf-rt-frontend-simple
-3.6.1
+3.6.2
   
   
 org.apache.cxf
 cxf-rt-management
-3.6.1
+3.6.2
   
   
 org.apache.cxf
 cxf-rt-rs-client
-3.6.1
+3.6.2
   
   
 org.apache.cxf
 cxf-rt-rs-extension-providers
-3.6.1
+3.6.2
   
   
 org.apache.cxf
 cxf-rt-rs-security-oauth2
-3.6.1
+3.6.2
   
   
 org.apache.cxf
 cxf-rt-rs-service-description-swagger
-3.6.1
+3.6.2
   
   
 org.apache.cxf
 cxf-rt-transports-http
-3.6.1
+3.6.2
   
   
 org.apache.cxf
 cxf-rt-transports-http-jetty
-3.6.1
+3.6.2
   
   
 org.apache.cxf
 cxf-rt-transports-jms
-3.6.1
+3.6.2
   
   
 org.apache.cxf
 cxf-rt-transports-local
-3.6.1
+3.6.2
   
   
 org.apache.cxf
 cxf-rt-ws-addr
-3.6.1
+3.6.2
   
   
 org.apache.cxf
 cxf-rt-ws-mex
-3.6.1
+3.6.2
   
   
 org.apache.cxf
 cxf-rt-ws-policy
-3.6.1
+3.6.2
   
   
 org.apache.cxf
 cxf-rt-ws-rm
-3.6.1
+3.6.2
   
   
 org.apache.cxf
 cxf-rt-ws-security
-3.6.1
+3.6.2
   
   
 org.apache.cxf
 cxf-rt-ws-security-oauth2
-3.6.1
+3.6.2
   
   
 org.apache.cxf
 cxf-rt-wsdl
-3.6.1
+3.6.2
   
   
 org.apache.cxf
 cxf-testutils
-3.6.1
+3.6.2
   
   
 org.apache.ftpserver



[camel-spring-boot] branch camel-spring-boot-3.x updated: [create-pull-request] automated change (#967)

2023-10-07 Thread acosentino
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch camel-spring-boot-3.x
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


The following commit(s) were added to refs/heads/camel-spring-boot-3.x by this 
push:
 new 6a4acc4a47e [create-pull-request] automated change (#967)
6a4acc4a47e is described below

commit 6a4acc4a47ee1d9950ebee9254dbec1d2945f8d9
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Oct 7 09:51:04 2023 +0200

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

Co-authored-by: orpiske 
---
 .../catalog/components/azure-storage-datalake.json | 124 ++---
 1 file changed, 62 insertions(+), 62 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/azure-storage-datalake.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/azure-storage-datalake.json
index be6d2a5b54a..fd1976295a2 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/azure-storage-datalake.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/azure-storage-datalake.json
@@ -60,69 +60,69 @@
 "useDefaultIdentity": { "kind": "property", "displayName": "Use Default 
Identity", "group": "security", "label": "security", "required": false, "type": 
"boolean", "javaType": "java.lang.Boolean", "deprecated": false, "autowired": 
false, "secret": false, "configurationClass": 
"org.apache.camel.component.azure.storage.datalake.DataLakeConfiguration", 
"configurationField": "configuration", "description": "Use default identity" }
   },
   "headers": {
-"CamelAzureStorageDataLakeListFileSystemsOptions": { "kind": "header", 
"displayName": "", "group": "from user", "label": "from user", "required": 
false, "javaType": "ListFileSystemsOptions", "deprecated": false, 
"deprecationNote": "", "autowired": false, "secret": false, "description": 
"Defines options available to configure the behavior of a call to 
listFileSystemsSegment on a DataLakeServiceAsyncClient object. Null may be 
passed.", "constantName": "org.apache.camel.component.azure. [...]
-"CamelAzureStorageDataLakeTimeout": { "kind": "header", "displayName": "", 
"group": "from user", "label": "from user", "required": false, "javaType": 
"Duration", "deprecated": false, "deprecationNote": "", "autowired": false, 
"secret": false, "description": "An optional timeout value beyond which a 
RuntimeException will be raised.", "constantName": 
"org.apache.camel.component.azure.storage.datalake.DataLakeConstants#TIMEOUT" },
-"CamelAzureStorageDataLakeOperation": { "kind": "header", "displayName": 
"", "group": "from user", "label": "from user", "required": false, "javaType": 
"org.apache.camel.component.azure.storage.datalake.DataLakeOperationsDefinition",
 "enum": [ "listFileSystem", "createFileSystem", "deleteFileSystem", 
"listPaths", "getFile", "downloadToFile", "downloadLink", "deleteFile", 
"appendToFile", "flushToFile", "uploadFromFile", "upload", 
"openQueryInputStream", "createFile", "deleteDirectory" [...]
-"CamelAzureStorageDataLakeFileSystemName": { "kind": "header", 
"displayName": "", "group": "from user", "label": "from user", "required": 
false, "javaType": "String", "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": false, "description": "Name of the file system in 
azure datalake on which operation is to be performed. Please make sure that 
filesystem name is all lowercase.", "constantName": 
"org.apache.camel.component.azure.storage.datalake.DataLakeConstants# [...]
-"CamelAzureStorageDataLakeDirectoryName": { "kind": "header", 
"displayName": "", "group": "from user", "label": "from user", "required": 
false, "javaType": "String", "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": false, "description": "Name of the directory in 
azure datalake on which operation is to be performed.", "constantName": 
"org.apache.camel.component.azure.storage.datalake.DataLakeConstants#DIRECTORY_NAME"
 },
-"CamelAzureStorageDataLakeFileName": { "kind": "header", "displayName": 
"", "group": "from user", "label": "from user", "required": false, "javaType": 
"String", "deprecated": false, "deprecationNote": "", "autowired": false, 
"secret": false, "description": "Name of the file in azure datalake on which 
operation is to be performed.", "constantName": 
"org.apache.camel.component.azure.storage.datalake.DataLakeConstants#FILE_NAME" 
},
+"CamelAzureStorageDataLakeListFileSystemsOptions": { "kind": "header", 
"displayName": "", "group": "producer", "label": "producer", "required": false, 
"javaType": "ListFileSystemsOptions", "deprecated": false, "deprecationNote": 
"", "autowired": fal

(camel-spring-boot) branch camel-spring-boot-3.x updated: [create-pull-request] automated change (#1009)

2023-11-16 Thread acosentino
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch camel-spring-boot-3.x
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


The following commit(s) were added to refs/heads/camel-spring-boot-3.x by this 
push:
 new 5bbd820653f [create-pull-request] automated change (#1009)
5bbd820653f is described below

commit 5bbd820653f3359ca3f798e93b1edc4dc5f762dc
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Nov 17 06:16:40 2023 +0100

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

Co-authored-by: orpiske 
---
 .../apache/camel/springboot/catalog/components/kafka.json  |  4 ++--
 .../camel-kafka-starter/src/main/docs/kafka.json   |  2 +-
 .../kafka/springboot/KafkaComponentConfiguration.java  | 14 +-
 3 files changed, 12 insertions(+), 8 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 cf2d791fd30..96c937790cb 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
@@ -33,7 +33,7 @@
 "autoCommitEnable": { "kind": "property", "displayName": "Auto Commit 
Enable", "group": "consumer", "label": "consumer", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": true, "configurationClass": 
"org.apache.camel.component.kafka.KafkaConfiguration", "configurationField": 
"configuration", "description": "If true, periodically commit to ZooKeeper the 
offset of messages already fetched by the consum [...]
 "autoCommitIntervalMs": { "kind": "property", "displayName": "Auto Commit 
Interval Ms", "group": "consumer", "label": "consumer", "required": false, 
"type": "integer", "javaType": "java.lang.Integer", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": "5000", 
"configurationClass": "org.apache.camel.component.kafka.KafkaConfiguration", 
"configurationField": "configuration", "description": "The frequency in ms that 
the consumer offsets are committed to zookeeper." },
 "autoOffsetReset": { "kind": "property", "displayName": "Auto Offset 
Reset", "group": "consumer", "label": "consumer", "required": false, "type": 
"string", "javaType": "java.lang.String", "enum": [ "latest", "earliest", 
"none" ], "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": "latest", "configurationClass": 
"org.apache.camel.component.kafka.KafkaConfiguration", "configurationField": 
"configuration", "description": "What to do when there is no initial offset 
[...]
-"breakOnFirstError": { "kind": "property", "displayName": "Break On First 
Error", "group": "consumer", "label": "consumer", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": false, "configurationClass": 
"org.apache.camel.component.kafka.KafkaConfiguration", "configurationField": 
"configuration", "description": "This options controls what happens when a 
consumer is processing an exchange and it fails. [...]
+"breakOnFirstError": { "kind": "property", "displayName": "Break On First 
Error", "group": "consumer", "label": "consumer", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": false, "configurationClass": 
"org.apache.camel.component.kafka.KafkaConfiguration", "configurationField": 
"configuration", "description": "This options controls what happens when a 
consumer is processing an exchange and it fails. [...]
 "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 [...]
 "checkCrcs": { "kind": "property", "displayName": "Check Crcs", "group": 
"consumer", "label": "consumer", "required": false, "type": "boolean", 
"javaType": "java.lang.Boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": "true", "configurationClass": 
"org.apache.camel.component.kafka.KafkaConfiguration", "configurationField": 
"configuration", "description": "Automatically check the CRC32 of the records 
consumed. This ensures no on-

(camel-spring-boot) branch camel-spring-boot-3.x updated: [create-pull-request] automated change (#1014)

2023-11-20 Thread acosentino
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch camel-spring-boot-3.x
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


The following commit(s) were added to refs/heads/camel-spring-boot-3.x by this 
push:
 new 81044e83eb6 [create-pull-request] automated change (#1014)
81044e83eb6 is described below

commit 81044e83eb631e2ac4666bfc707dd9b6ee91f745
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Nov 21 06:32:55 2023 +0100

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

Co-authored-by: orpiske 
---
 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 e3e08e987a8..1f69805f561 100644
--- a/tooling/camel-spring-boot-dependencies/pom.xml
+++ b/tooling/camel-spring-boot-dependencies/pom.xml
@@ -3827,6 +3827,11 @@
 camel-slack
 3.22.0-SNAPSHOT
   
+  
+org.apache.camel
+camel-smb
+3.22.0-SNAPSHOT
+  
   
 org.apache.camel
 camel-smpp



(camel-spring-boot) branch camel-spring-boot-3.x updated: [create-pull-request] automated change (#1027)

2023-11-29 Thread acosentino
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch camel-spring-boot-3.x
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


The following commit(s) were added to refs/heads/camel-spring-boot-3.x by this 
push:
 new 6c336b25288 [create-pull-request] automated change (#1027)
6c336b25288 is described below

commit 6c336b252881f27f426f7815b3b14504e405d37d
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Nov 30 06:39:21 2023 +0100

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

Co-authored-by: orpiske 
---
 .../camel/springboot/catalog/components/jetty.json |  8 
 .../camel-jetty-starter/src/main/docs/jetty.json   | 27 +++
 .../JettyHttpComponentConfiguration9.java  | 52 ++
 3 files changed, 87 insertions(+)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/jetty.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/jetty.json
index 50fc5dfd8e9..ed1d12e9fc1 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/jetty.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/jetty.json
@@ -36,6 +36,10 @@
 "sendServerVersion": { "kind": "property", "displayName": "Send Server 
Version", "group": "consumer", "label": "consumer", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": false, "defaultValue": true, "description": "If 
the option is true, jetty will send the server header with the jetty version 
information to the client which sends the request. NOTE please make sure there 
is no any other camel-jett [...]
 "useContinuation": { "kind": "property", "displayName": "Use 
Continuation", "group": "consumer", "label": "consumer", "required": false, 
"type": "boolean", "javaType": "boolean", "deprecated": false, 
"deprecationNote": "", "autowired": false, "secret": false, "defaultValue": 
true, "description": "Whether or not to use Jetty continuations for the Jetty 
Server." },
 "useXForwardedForHeader": { "kind": "property", "displayName": "Use 
XForwarded For Header", "group": "consumer", "label": "", "required": false, 
"type": "boolean", "javaType": "boolean", "deprecated": false, 
"deprecationNote": "", "autowired": false, "secret": false, "defaultValue": 
false, "description": "To use the X-Forwarded-For header in 
HttpServletRequest.getRemoteAddr." },
+"fileSizeThreshold": { "kind": "property", "displayName": "File Size 
Threshold", "group": "consumer (advanced)", "label": "consumer,advanced", 
"required": false, "type": "integer", "javaType": "int", "deprecated": false, 
"deprecationNote": "", "autowired": false, "secret": false, "defaultValue": 0, 
"description": "The size threshold after which files will be written to disk 
for multipart\/form-data requests. By default the files are not written to 
disk" },
+"filesLocation": { "kind": "property", "displayName": "Files Location", 
"group": "consumer (advanced)", "label": "consumer,advanced", "required": 
false, "type": "string", "javaType": "java.lang.String", "deprecated": false, 
"deprecationNote": "", "autowired": false, "secret": false, "description": "The 
directory location where files will be store for multipart\/form-data requests. 
By default the files are written in the system temporary folder" },
+"maxFileSize": { "kind": "property", "displayName": "Max File Size", 
"group": "consumer (advanced)", "label": "consumer,advanced", "required": 
false, "type": "integer", "javaType": "long", "deprecated": false, 
"deprecationNote": "", "autowired": false, "secret": false, "defaultValue": -1, 
"description": "The maximum size allowed for uploaded files. -1 means no limit" 
},
+"maxRequestSize": { "kind": "property", "displayName": "Max Request Size", 
"group": "consumer (advanced)", "label": "consumer,advanced", "required": 
false, "type": "integer", "javaType": "long", "deprecated": false, 
"deprecationNote": "", "autowired": false, "secret": false, "defaultValue": -1, 
"description": "The maximum size allowed for multipart\/form-data requests. -1 
means no limit" },
 "threadPool": { "kind": "property", "displayName": "Thread Pool", "group": 
"consumer (advanced)", "label": "consumer,advanced", "required": false, "type": 
"object", "javaType": "org.eclipse.jetty.util.thread.ThreadPool", "deprecated": 
false, "deprecationNote": "", "autowired": false, "secret": false, 
"description": "To use a custom thread pool for the server. This option should 
only be used in special circumstances." },
 "allowJavaSerializedObject": { "kind": "property", "displayName": "Allow 
Java Serialized Object", 

[camel-spring-boot] branch camel-spring-boot-3.x updated: [create-pull-request] automated change (#916)

2023-08-23 Thread acosentino
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch camel-spring-boot-3.x
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


The following commit(s) were added to refs/heads/camel-spring-boot-3.x by this 
push:
 new 27e87852451 [create-pull-request] automated change (#916)
27e87852451 is described below

commit 27e87852451c75f7e7979610228dc21e8f9ab697
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Aug 24 06:15:23 2023 +0200

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

Co-authored-by: orpiske 
---
 .../resources/org/apache/camel/springboot/catalog/components/dhis2.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/dhis2.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/dhis2.json
index 346a90ea9f2..c8b51d933f3 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/dhis2.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/dhis2.json
@@ -63,7 +63,7 @@
   },
   "apis": {
 "delete": { "consumerOnly": false, "producerOnly": false, "description": 
"", "methods": { "resource": { "description": "", "signatures": [ 
"java.io.InputStream resource(String path, Object resource, 
java.util.Map queryParams)" ] } } },
-"get": { "consumerOnly": false, "producerOnly": false, "description": "", 
"methods": { "collection": { "description": "", "signatures": [ 
"java.io.InputStream collection(String path, String arrayName, Boolean paging, 
String fields, String filter, 
org.apache.camel.component.dhis2.api.RootJunctionEnum rootJunction, 
java.util.Map queryParams)" ] }, "resource": { "description": 
"", "signatures": [ "java.io.InputStream resource(String path, String fields, 
String filter, or [...]
+"get": { "consumerOnly": false, "producerOnly": false, "description": "", 
"methods": { "collection": { "description": "", "signatures": [ 
"java.util.Iterator 
collection(String path, String arrayName, Boolean paging, String fields, String 
filter, org.apache.camel.component.dhis2.api.RootJunctionEnum rootJunction, 
java.util.Map queryParams)" ] }, "resource": { "description": 
"", "signatures": [ "java.io.InputStream res [...]
 "post": { "consumerOnly": false, "producerOnly": false, "description": "", 
"methods": { "resource": { "description": "", "signatures": [ 
"java.io.InputStream resource(String path, Object resource, 
java.util.Map queryParams)" ] } } },
 "put": { "consumerOnly": false, "producerOnly": false, "description": "", 
"methods": { "resource": { "description": "", "signatures": [ 
"java.io.InputStream resource(String path, Object resource, 
java.util.Map queryParams)" ] } } },
 "resourceTables": { "consumerOnly": false, "producerOnly": false, 
"description": "", "methods": { "analytics": { "description": "", "signatures": 
[ "void analytics(Boolean skipAggregate, Boolean skipEvents, Integer lastYears, 
Integer interval)" ] } } }



[camel-spring-boot] branch camel-spring-boot-3.x updated: [create-pull-request] automated change (#918)

2023-08-25 Thread acosentino
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch camel-spring-boot-3.x
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


The following commit(s) were added to refs/heads/camel-spring-boot-3.x by this 
push:
 new 8afd2be6c05 [create-pull-request] automated change (#918)
8afd2be6c05 is described below

commit 8afd2be6c0576f5fb9693c6a8d1a4a701dd988d6
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Aug 26 08:24:45 2023 +0200

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

Co-authored-by: orpiske 
---
 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 aeb08d308ea..a8cedde6008 100644
--- a/tooling/camel-spring-boot-dependencies/pom.xml
+++ b/tooling/camel-spring-boot-dependencies/pom.xml
@@ -4949,6 +4949,11 @@
 testcontainers
 1.17.6
   
+  
+org.xerial.snappy
+snappy-java
+1.1.10.3
+  
   
 stax
 stax-api



[camel-spring-boot] branch camel-spring-boot-3.x updated: [create-pull-request] automated change (#927)

2023-09-03 Thread acosentino
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch camel-spring-boot-3.x
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


The following commit(s) were added to refs/heads/camel-spring-boot-3.x by this 
push:
 new cc13adcd4fb [create-pull-request] automated change (#927)
cc13adcd4fb is described below

commit cc13adcd4fb8e03dbb4c8f5e2c2687e1d32a0138
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sun Sep 3 09:17:32 2023 +0200

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

Co-authored-by: orpiske 
---
 .../springboot/catalog/components/elasticsearch.json   |  5 -
 .../src/main/docs/elasticsearch.json   |  7 +++
 .../ElasticsearchComponentConfiguration.java   | 18 ++
 3 files changed, 29 insertions(+), 1 deletion(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/elasticsearch.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/elasticsearch.json
index 6f1980c771b..10bfe1e7a38 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/elasticsearch.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/elasticsearch.json
@@ -23,6 +23,7 @@
   },
   "componentProperties": {
 "connectionTimeout": { "kind": "property", "displayName": "Connection 
Timeout", "group": "producer", "label": "", "required": false, "type": 
"integer", "javaType": "int", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": 3, "description": "The time in ms to wait 
before connection will timeout." },
+"enableDocumentOnlyMode": { "kind": "property", "displayName": "Enable 
Document Only Mode", "group": "producer", "label": "", "required": false, 
"type": "boolean", "javaType": "boolean", "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": false, "description": "Indicates 
whether the body of the message contains only documents. By default, it is set 
to false to be able to do the same requests as what the Document API supports 
(see https:\/\/www.elastic.co\/guide\ [...]
 "hostAddresses": { "kind": "property", "displayName": "Host Addresses", 
"group": "producer", "label": "", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "description": "Comma separated list with ip:port formatted 
remote transport addresses to use. The ip and port options must be left blank 
for hostAddresses to be considered instead." },
 "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 [...]
 "maxRetryTimeout": { "kind": "property", "displayName": "Max Retry 
Timeout", "group": "producer", "label": "", "required": false, "type": 
"integer", "javaType": "int", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": 3, "description": "The time in ms before 
retry" },
@@ -46,12 +47,14 @@
 "scrollKeepAliveMs": { "kind": "header", "displayName": "", "group": 
"producer", "label": "", "required": false, "javaType": "Integer", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "The starting index of the response.", "constantName": 
"org.apache.camel.component.es.ElasticsearchConstants#PARAM_SCROLL_KEEP_ALIVE_MS"
 },
 "useScroll": { "kind": "header", "displayName": "", "group": "producer", 
"label": "", "required": false, "javaType": "Boolean", "deprecated": false, 
"deprecationNote": "", "autowired": false, "secret": false, "description": "Set 
to true to enable scroll usage", "constantName": 
"org.apache.camel.component.es.ElasticsearchConstants#PARAM_SCROLL" },
 "size": { "kind": "header", "displayName": "", "group": "producer", 
"label": "", "required": false, "javaType": "Integer", "deprecated": false, 
"deprecationNote": "", "autowired": false, "secret": false, "description": "The 
size of the response.", "constantName": 
"org.apache.camel.component.es.ElasticsearchConstants#PARAM_SIZE" },
-"from": { "kind": "header", "displayName": "", "group": "producer", 
"label": "", "required": false, "javaType": "Integer", "deprecated": false, 
"deprecationNote": "", "autowired": false, "secret": false, "description": "The 
starting index of the response.", 

[camel-spring-boot] branch camel-spring-boot-3.x updated: [create-pull-request] automated change (#980)

2023-10-19 Thread acosentino
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch camel-spring-boot-3.x
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


The following commit(s) were added to refs/heads/camel-spring-boot-3.x by this 
push:
 new d21e4b163ee [create-pull-request] automated change (#980)
d21e4b163ee is described below

commit d21e4b163eed6f698a06ba7823517e0ae2c5326c
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Oct 20 07:13:01 2023 +0200

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

Co-authored-by: orpiske 
---
 .../org/apache/camel/springboot/catalog/components/kafka.json | 4 ++--
 components-starter/camel-kafka-starter/src/main/docs/kafka.json   | 2 +-
 .../camel/component/kafka/springboot/KafkaComponentConfiguration.java | 2 +-
 3 files changed, 4 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 bb375a1a982..cf2d791fd30 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
@@ -76,7 +76,7 @@
 "key": { "kind": "property", "displayName": "Key", "group": "producer", 
"label": "producer", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"configurationClass": "org.apache.camel.component.kafka.KafkaConfiguration", 
"configurationField": "configuration", "description": "The record key (or null 
if no key is specified). If this option has been configured then it take 
precedence over header KafkaConstants#KEY" },
 "keySerializer": { "kind": "property", "displayName": "Key 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.kafka.KafkaConfiguration", "configurationField": 
"configuration", "description": "The serializer class for keys (defaults t [...]
 "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 [...]
-"lingerMs": { "kind": "property", "displayName": "Linger Ms", "group": 
"producer", "label": "producer", "required": false, "type": "integer", 
"javaType": "java.lang.Integer", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": "0", "configurationClass": 
"org.apache.camel.component.kafka.KafkaConfiguration", "configurationField": 
"configuration", "description": "The producer groups together any records that 
arrive in between request transmissions into a single ba [...]
+"lingerMs": { "kind": "property", "displayName": "Linger Ms", "group": 
"producer", "label": "producer", "required": false, "type": "integer", 
"javaType": "java.lang.Integer", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": "0", "configurationClass": 
"org.apache.camel.component.kafka.KafkaConfiguration", "configurationField": 
"configuration", "description": "The producer groups together any records that 
arrive in between request transmissions into a single ba [...]
 "maxBlockMs": { "kind": "property", "displayName": "Max Block Ms", 
"group": "producer", "label": "producer", "required": false, "type": "integer", 
"javaType": "java.lang.Integer", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": "6", "configurationClass": 
"org.apache.camel.component.kafka.KafkaConfiguration", "configurationField": 
"configuration", "description": "The configuration controls how long the 
KafkaProducer's send(), partitionsFor(), initTransact [...]
 "maxInFlightRequest": { "kind": "property", "displayName": "Max In Flight 
Request", "group": "producer", "label": "producer", "required": false, "type": 
"integer", "javaType": "java.lang.Integer", "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": "5", "configurationClass": 
"org.apache.camel.component.kafka.KafkaConfiguration", "configurationField": 
"configuration", "description": "The maximum number of unacknowledged reque

(camel-spring-boot) branch camel-spring-boot-3.x updated: [create-pull-request] automated change (#999)

2023-11-04 Thread acosentino
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch camel-spring-boot-3.x
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


The following commit(s) were added to refs/heads/camel-spring-boot-3.x by this 
push:
 new e2e50bf927b [create-pull-request] automated change (#999)
e2e50bf927b is described below

commit e2e50bf927b8e5383aa144cc3887d3e03f02a4ea
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Nov 4 09:19:18 2023 +0100

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

Co-authored-by: orpiske 
---
 .../catalog/components/spring-rabbitmq.json| 23 +++---
 1 file changed, 20 insertions(+), 3 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/spring-rabbitmq.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/spring-rabbitmq.json
index 5ebffa62728..392fcc75e07 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/spring-rabbitmq.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/spring-rabbitmq.json
@@ -53,9 +53,26 @@
 "headerFilterStrategy": { "kind": "property", "displayName": "Header 
Filter Strategy", "group": "filter", "label": "filter", "required": false, 
"type": "object", "javaType": "org.apache.camel.spi.HeaderFilterStrategy", 
"deprecated": false, "autowired": false, "secret": false, "description": "To 
use a custom org.apache.camel.spi.HeaderFilterStrategy to filter header to and 
from Camel message." }
   },
   "headers": {
-"CamelSpringRabbitmqRoutingOverrideKey": { "kind": "header", 
"displayName": "", "group": "common", "label": "", "required": false, 
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "The exchange key.", "constantName": 
"org.apache.camel.component.springrabbit.SpringRabbitMQConstants#ROUTING_OVERRIDE_KEY"
 },
-"CamelSpringRabbitmqExchangeOverrideName": { "kind": "header", 
"displayName": "", "group": "common", "label": "", "required": false, 
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "The exchange name.", "constantName": 
"org.apache.camel.component.springrabbit.SpringRabbitMQConstants#EXCHANGE_OVERRIDE_NAME"
 },
-"CamelSpringRabbitmqDeliveryTag": { "kind": "header", "displayName": "", 
"group": "common", "label": "", "required": false, "javaType": "long", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "Delivery tag for manual acknowledge mode", 
"constantName": 
"org.apache.camel.component.springrabbit.SpringRabbitMQConstants#DELIVERY_TAG" }
+"CamelSpringRabbitmqRoutingOverrideKey": { "kind": "header", 
"displayName": "", "group": "producer", "label": "producer", "required": false, 
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "To override the endpoint 
configuration's routing key.", "constantName": 
"org.apache.camel.component.springrabbit.SpringRabbitMQConstants#ROUTING_OVERRIDE_KEY"
 },
+"CamelSpringRabbitmqExchangeOverrideName": { "kind": "header", 
"displayName": "", "group": "producer", "label": "producer", "required": false, 
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "To override the endpoint 
configuration's exchange name.", "constantName": 
"org.apache.camel.component.springrabbit.SpringRabbitMQConstants#EXCHANGE_OVERRIDE_NAME"
 },
+"CamelSpringRabbitmqRedelivered": { "kind": "header", "displayName": "", 
"group": "consumer", "label": "consumer", "required": false, "javaType": 
"Boolean", "deprecated": false, "deprecationNote": "", "autowired": false, 
"secret": false, "description": "Whether the message was previously delivered 
and requeued.", "constantName": 
"org.apache.camel.component.springrabbit.SpringRabbitMQConstants#REDELIVERED" },
+"CamelSpringRabbitmqDeliveryTag": { "kind": "header", "displayName": "", 
"group": "consumer", "label": "consumer", "required": false, "javaType": 
"long", "deprecated": false, "deprecationNote": "", "autowired": false, 
"secret": false, "description": "Delivery tag for manual acknowledge mode.", 
"constantName": 
"org.apache.camel.component.springrabbit.SpringRabbitMQConstants#DELIVERY_TAG" 
},
+"CamelSpringRabbitmqExchangeName": { "kind": "header", "displayName": "", 
"group": "consumer", "label": "consumer", "required": false, "javaType": 
"String", "deprecated": false, "deprecationNote": "", "autowired": false, 
"secret": false, "description": "The exchange name that was used when 
publishing the m

[camel-spring-boot] branch camel-spring-boot-3.x updated: [create-pull-request] automated change (#815)

2023-04-15 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch camel-spring-boot-3.x
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


The following commit(s) were added to refs/heads/camel-spring-boot-3.x by this 
push:
 new a3ff8d12a47 [create-pull-request] automated change (#815)
a3ff8d12a47 is described below

commit a3ff8d12a472daf645d4894bac7bdfdc861a22a4
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sun Apr 16 08:40:02 2023 +0200

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

Co-authored-by: orpiske 
---
 .../camel/springboot/catalog/components/netty-http.json   |  2 ++
 .../apache/camel/springboot/catalog/components/netty.json |  2 ++
 .../src/main/docs/netty-http.json |  6 ++
 .../http/springboot/NettyHttpComponentConfiguration.java  | 15 +++
 .../camel-netty-starter/src/main/docs/netty.json  |  6 ++
 .../netty/springboot/NettyComponentConfiguration.java | 15 +++
 6 files changed, 46 insertions(+)

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 017656a96d5..ff49db4f5c8 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
@@ -77,6 +77,7 @@
 "sendBufferSize": { "kind": "property", "displayName": "Send Buffer Size", 
"group": "advanced", "label": "advanced", "required": false, "type": "integer", 
"javaType": "int", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": 65536, "configurationClass": 
"org.apache.camel.component.netty.NettyConfiguration", "configurationField": 
"configuration", "description": "The TCP\/UDP buffer sizes to be used during 
outbound communication. Size is bytes." },
 "transferExchange": { "kind": "property", "displayName": "Transfer 
Exchange", "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. You can transfer the 
exchange over the wire instead of just the body. The f [...]
 "udpByteArrayCodec": { "kind": "property", "displayName": "Udp Byte Array 
Codec", "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": "For UDP only. If enabled the using byte array 
codec instead of Java serialization protocol." },
+"unixDomainSocketPath": { "kind": "property", "displayName": "Unix Domain 
Socket Path", "group": "advanced", "label": "advanced", "required": false, 
"type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.netty.NettyConfiguration", "configurationField": 
"configuration", "description": "Path to unix domain socket to use instead of 
inet socket. Host and port parameters will not be used [...]
 "workerCount": { "kind": "property", "displayName": "Worker Count", 
"group": "advanced", "label": "advanced", "required": false, "type": "integer", 
"javaType": "int", "deprecated": false, "autowired": false, "secret": false, 
"configurationClass": "org.apache.camel.component.netty.NettyConfiguration", 
"configurationField": "configuration", "description": "When netty works on nio 
mode, it uses default workerCount parameter from Netty (which is 
cpu_core_threads x 2). User can use this o [...]
 "workerGroup": { "kind": "property", "displayName": "Worker Group", 
"group": "advanced", "label": "advanced", "required": false, "type": "object", 
"javaType": "io.netty.channel.EventLoopGroup", "deprecated": false, 
"autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.netty.NettyConfiguration", "configurationField": 
"configuration", "description": "To use a explicit EventLoopGroup as the boss 
thread pool. For example to share a thread pool with multip [...]
 "allowDefaultCodec": { "kind": "property", "displayName": "Allow Default 
Codec", "group": "codec", "label": "codec", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": true, "configurati

[camel-spring-boot] branch camel-spring-boot-3.x updated: [create-pull-request] automated change (#887)

2023-07-10 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch camel-spring-boot-3.x
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


The following commit(s) were added to refs/heads/camel-spring-boot-3.x by this 
push:
 new 47cf1891580 [create-pull-request] automated change (#887)
47cf1891580 is described below

commit 47cf18915805db0b49ba57d2ff70dd20b8bff967
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Jul 11 06:49:26 2023 +0200

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

Co-authored-by: orpiske 
---
 .../camel/springboot/catalog/components/kubernetes-config-maps.json | 2 +-
 .../springboot/catalog/components/kubernetes-custom-resources.json  | 2 +-
 .../camel/springboot/catalog/components/kubernetes-deployments.json | 2 +-
 .../apache/camel/springboot/catalog/components/kubernetes-events.json   | 2 +-
 .../org/apache/camel/springboot/catalog/components/kubernetes-hpa.json  | 2 +-
 .../org/apache/camel/springboot/catalog/components/kubernetes-job.json  | 2 +-
 .../camel/springboot/catalog/components/kubernetes-namespaces.json  | 2 +-
 .../apache/camel/springboot/catalog/components/kubernetes-nodes.json| 2 +-
 .../catalog/components/kubernetes-persistent-volumes-claims.json| 1 +
 .../springboot/catalog/components/kubernetes-persistent-volumes.json| 1 +
 .../org/apache/camel/springboot/catalog/components/kubernetes-pods.json | 2 +-
 .../catalog/components/kubernetes-replication-controllers.json  | 2 +-
 .../camel/springboot/catalog/components/kubernetes-resources-quota.json | 1 +
 .../apache/camel/springboot/catalog/components/kubernetes-secrets.json  | 1 +
 .../springboot/catalog/components/kubernetes-service-accounts.json  | 1 +
 .../apache/camel/springboot/catalog/components/kubernetes-services.json | 2 +-
 .../camel/springboot/catalog/components/openshift-build-configs.json| 1 +
 .../apache/camel/springboot/catalog/components/openshift-builds.json| 1 +
 .../springboot/catalog/components/openshift-deploymentconfigs.json  | 2 +-
 19 files changed, 19 insertions(+), 12 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/kubernetes-config-maps.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/kubernetes-config-maps.json
index 886d8315acc..a3728a37b52 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/kubernetes-config-maps.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/kubernetes-config-maps.json
@@ -41,6 +41,7 @@
 "apiVersion": { "kind": "parameter", "displayName": "Api Version", 
"group": "common", "label": "", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "configurationClass": 
"org.apache.camel.component.kubernetes.KubernetesConfiguration", 
"configurationField": "configuration", "description": "The Kubernetes API 
Version to use" },
 "dnsDomain": { "kind": "parameter", "displayName": "Dns Domain", "group": 
"common", "label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"configurationClass": 
"org.apache.camel.component.kubernetes.KubernetesConfiguration", 
"configurationField": "configuration", "description": "The dns domain, used for 
ServiceCall EIP" },
 "kubernetesClient": { "kind": "parameter", "displayName": "Kubernetes 
Client", "group": "common", "label": "", "required": false, "type": "object", 
"javaType": "io.fabric8.kubernetes.client.KubernetesClient", "deprecated": 
false, "autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.kubernetes.KubernetesConfiguration", 
"configurationField": "configuration", "description": "Default KubernetesClient 
to use if provided" },
+"namespace": { "kind": "parameter", "displayName": "Namespace", "group": 
"common", "label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"configurationClass": 
"org.apache.camel.component.kubernetes.KubernetesConfiguration", 
"configurationField": "configuration", "description": "The namespace" },
 "portName": { "kind": "parameter", "displayName": "Port Name", "group": 
"common", "label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"configurationClass": 
"org.apache.camel.component.kubernetes.KubernetesConfiguration", 
"configurationField": "configuration", "description": "The port name, used for 
ServiceCall EIP" },
 "portProtocol": { "kind":

[camel-spring-boot] branch camel-spring-boot-3.x updated: [create-pull-request] automated change (#750)

2023-02-13 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch camel-spring-boot-3.x
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


The following commit(s) were added to refs/heads/camel-spring-boot-3.x by this 
push:
 new e365711c6fb [create-pull-request] automated change (#750)
e365711c6fb is described below

commit e365711c6fbe86409c86834683f75a5fb9a53ff6
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Feb 14 06:51:29 2023 +0100

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

Co-authored-by: orpiske 
---
 .../springboot/catalog/components/spring-rabbitmq.json  |  6 --
 .../springboot/catalog/components/vertx-websocket.json  |  4 +++-
 .../apache/camel/springboot/catalog/dataformats/gson.json   |  3 ++-
 .../camel-gson-starter/src/main/docs/gson.json  |  6 ++
 .../gson/springboot/GsonDataFormatConfiguration.java| 13 +
 core/camel-spring-boot/src/main/docs/spring-boot.json   |  7 +++
 tooling/camel-spring-boot-bom/pom.xml   | 10 --
 7 files changed, 35 insertions(+), 14 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/spring-rabbitmq.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/spring-rabbitmq.json
index 7c22defd8ac..7c2a206626b 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/spring-rabbitmq.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/spring-rabbitmq.json
@@ -76,7 +76,7 @@
 "noLocal": { "kind": "parameter", "displayName": "No Local", "group": 
"consumer", "label": "consumer", "required": false, "type": "boolean", 
"javaType": "boolean", "deprecated": false, "autowired": false, "secret": 
false, "defaultValue": false, "description": "Set to true for an no-local 
consumer" },
 "queues": { "kind": "parameter", "displayName": "Queues", "group": 
"consumer", "label": "consumer", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "description": "The queue(s) to use for consuming messages. 
Multiple queue names can be separated by comma. If none has been configured 
then Camel will generate an unique id as the queue name for the consumer." },
 "rejectAndDontRequeue": { "kind": "parameter", "displayName": "Reject And 
Dont Requeue", "group": "consumer", "label": "consumer", "required": false, 
"type": "boolean", "javaType": "boolean", "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": true, "description": "Whether a 
Rabbitmq consumer should reject the message without requeuing. This enables 
failed messages to be sent to a Dead Letter Exchange\/Queue, if the broker is 
so configured." },
-"retryDelay": { "kind": "parameter", "displayName": "Retry Delay", 
"group": "consumer", "label": "consumer", "required": false, "type": "integer", 
"javaType": "int", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": 1000, "description": "Delay in msec a Rabbitmq consumer will 
wait before redelivering a message that Camel failed to process" },
+"retryDelay": { "kind": "parameter", "displayName": "Retry Delay", 
"group": "consumer", "label": "consumer", "required": false, "type": "integer", 
"javaType": "int", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": 1000, "description": "Delay in millis a Rabbitmq consumer will 
wait before redelivering a message that Camel failed to process" },
 "bridgeErrorHandler": { "kind": "parameter", "displayName": "Bridge Error 
Handler", "group": "consumer (advanced)", "label": "consumer,advanced", 
"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 [...]
 "concurrentConsumers": { "kind": "parameter", "displayName": "Concurrent 
Consumers", "group": "consumer (advanced)", "label": "consumer,advanced", 
"required": false, "type": "integer", "javaType": "java.lang.Integer", 
"deprecated": false, "autowired": false, "secret": false, "description": "The 
number of consumers" },
 "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, "descri

[camel-spring-boot] branch camel-spring-boot-3.x updated: [create-pull-request] automated change (#777)

2023-03-12 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch camel-spring-boot-3.x
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


The following commit(s) were added to refs/heads/camel-spring-boot-3.x by this 
push:
 new 2dd98830996 [create-pull-request] automated change (#777)
2dd98830996 is described below

commit 2dd98830996b599a06a7f9277356fdf7b07c5ede
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sun Mar 12 09:43:27 2023 +0100

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

Co-authored-by: orpiske 
---
 .../org/apache/camel/springboot/catalog/components/direct-vm.json   | 2 +-
 .../resources/org/apache/camel/springboot/catalog/components/vm.json| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/direct-vm.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/direct-vm.json
index c506d914900..63942825a77 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/direct-vm.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/direct-vm.json
@@ -4,7 +4,7 @@
 "name": "direct-vm",
 "title": "Direct VM",
 "description": "Call another endpoint from any Camel Context in the same 
JVM synchronously.",
-"deprecated": false,
+"deprecated": true,
 "firstVersion": "2.10.0",
 "label": "core,endpoint",
 "javaType": "org.apache.camel.component.directvm.DirectVmComponent",
diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/vm.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/vm.json
index 76db0d14b77..525a14ddf1c 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/vm.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/vm.json
@@ -4,7 +4,7 @@
 "name": "vm",
 "title": "VM",
 "description": "Call another endpoint in the same CamelContext 
asynchronously.",
-"deprecated": false,
+"deprecated": true,
 "firstVersion": "1.1.0",
 "label": "core,endpoint",
 "javaType": "org.apache.camel.component.vm.VmComponent",



[camel-spring-boot] branch camel-spring-boot-3.x updated: [create-pull-request] automated change (#898)

2023-07-31 Thread acosentino
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch camel-spring-boot-3.x
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


The following commit(s) were added to refs/heads/camel-spring-boot-3.x by this 
push:
 new c273a552ef5 [create-pull-request] automated change (#898)
c273a552ef5 is described below

commit c273a552ef5c0c5ef8078c54a84408aff996ec62
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Aug 1 07:06:14 2023 +0200

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

Co-authored-by: orpiske 
---
 .../org/apache/camel/springboot/catalog/components/atlasmap.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/atlasmap.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/atlasmap.json
index 6458815e244..a2e3a05ac6f 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/atlasmap.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/atlasmap.json
@@ -4,7 +4,7 @@
 "name": "atlasmap",
 "title": "AtlasMap",
 "description": "Transforms the message using an AtlasMap transformation.",
-"deprecated": false,
+"deprecated": true,
 "firstVersion": "3.7.0",
 "label": "transformation",
 "javaType": "org.apache.camel.component.atlasmap.AtlasMapComponent",



[camel-spring-boot] branch camel-spring-boot-3.x updated: [create-pull-request] automated change (#899)

2023-08-02 Thread acosentino
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch camel-spring-boot-3.x
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


The following commit(s) were added to refs/heads/camel-spring-boot-3.x by this 
push:
 new 99ab9f36ca1 [create-pull-request] automated change (#899)
99ab9f36ca1 is described below

commit 99ab9f36ca15911db4022fc73338fb3374834c71
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Aug 3 08:29:16 2023 +0200

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

Co-authored-by: orpiske 
---
 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 406c9d8662e..aeb08d308ea 100644
--- a/tooling/camel-spring-boot-dependencies/pom.xml
+++ b/tooling/camel-spring-boot-dependencies/pom.xml
@@ -4628,6 +4628,11 @@
 rdf4j-rio-api
 3.7.4
   
+  
+org.json
+json
+20230618
+  
   
 org.junit-pioneer
 junit-pioneer



[camel-spring-boot] branch camel-spring-boot-3.x updated: [create-pull-request] automated change (#907)

2023-08-10 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch camel-spring-boot-3.x
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


The following commit(s) were added to refs/heads/camel-spring-boot-3.x by this 
push:
 new 2663df37a47 [create-pull-request] automated change (#907)
2663df37a47 is described below

commit 2663df37a479f9dfe8a05acc0e033f4903f5066a
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Aug 11 06:32:31 2023 +0200

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

Co-authored-by: orpiske 
---
 .../org/apache/camel/springboot/catalog/components/dhis2.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/dhis2.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/dhis2.json
index 21fde77b41a..346a90ea9f2 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/dhis2.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/dhis2.json
@@ -63,14 +63,14 @@
   },
   "apis": {
 "delete": { "consumerOnly": false, "producerOnly": false, "description": 
"", "methods": { "resource": { "description": "", "signatures": [ 
"java.io.InputStream resource(String path, Object resource, 
java.util.Map queryParams)" ] } } },
-"get": { "consumerOnly": false, "producerOnly": false, "description": "", 
"methods": { "collection": { "description": "", "signatures": [ 
"java.util.Iterator collection(String path, String itemType, String arrayName, 
Boolean paging, String fields, String filter, 
org.apache.camel.component.dhis2.api.RootJunctionEnum rootJunction, 
java.util.Map queryParams)" ] }, "resource": { "description": 
"", "signatures": [ "java.io.InputStream resource(String path, String fields, S 
[...]
+"get": { "consumerOnly": false, "producerOnly": false, "description": "", 
"methods": { "collection": { "description": "", "signatures": [ 
"java.io.InputStream collection(String path, String arrayName, Boolean paging, 
String fields, String filter, 
org.apache.camel.component.dhis2.api.RootJunctionEnum rootJunction, 
java.util.Map queryParams)" ] }, "resource": { "description": 
"", "signatures": [ "java.io.InputStream resource(String path, String fields, 
String filter, or [...]
 "post": { "consumerOnly": false, "producerOnly": false, "description": "", 
"methods": { "resource": { "description": "", "signatures": [ 
"java.io.InputStream resource(String path, Object resource, 
java.util.Map queryParams)" ] } } },
 "put": { "consumerOnly": false, "producerOnly": false, "description": "", 
"methods": { "resource": { "description": "", "signatures": [ 
"java.io.InputStream resource(String path, Object resource, 
java.util.Map queryParams)" ] } } },
 "resourceTables": { "consumerOnly": false, "producerOnly": false, 
"description": "", "methods": { "analytics": { "description": "", "signatures": 
[ "void analytics(Boolean skipAggregate, Boolean skipEvents, Integer lastYears, 
Integer interval)" ] } } }
   },
   "apiProperties": {
 "delete": { "methods": { "resource": { "properties": { "path": { "kind": 
"parameter", "displayName": "Path", "group": "common", "label": "", "required": 
false, "type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "description": "", "optional": false }, 
"queryParams": { "kind": "parameter", "displayName": "Query Params", "group": 
"common", "label": "", "required": false, "type": "object", "javaType": 
"java.util.Map