This is an automated email from the ASF dual-hosted git repository.

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


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

commit 6c8df4812d98d9f5c3421852525e824dd55a4dab
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Oct 5 00:59:48 2021 +0000

    [create-pull-request] automated change
---
 .../org/apache/camel/springboot/catalog/components/github.json      | 2 +-
 .../camel/springboot/catalog/components/hwcloud-functiongraph.json  | 2 +-
 .../org/apache/camel/springboot/catalog/components/hwcloud-iam.json | 2 +-
 .../org/apache/camel/springboot/catalog/components/json-patch.json  | 2 +-
 .../org/apache/camel/springboot/catalog/components/sftp.json        | 1 +
 components-starter/README.adoc                                      | 6 +++---
 docs/modules/ROOT/pages/list.adoc                                   | 6 +++---
 7 files changed, 11 insertions(+), 10 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/github.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/github.json
index 16ddf25..37f96f7 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/github.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/github.json
@@ -30,11 +30,11 @@
   "properties": {
     "type": { "kind": "path", "displayName": "Type", "group": "common", 
"label": "", "required": true, "type": "object", "javaType": 
"org.apache.camel.component.github.GitHubType", "enum": [ "CLOSEPULLREQUEST", 
"PULLREQUESTCOMMENT", "COMMIT", "PULLREQUEST", "TAG", "PULLREQUESTSTATE", 
"PULLREQUESTFILES", "GETCOMMITFILE", "CREATEISSUE", "EVENT" ], "deprecated": 
false, "deprecationNote": "", "autowired": false, "secret": false, 
"description": "What git operation to execute" },
     "branchName": { "kind": "path", "displayName": "Branch Name", "group": 
"consumer", "label": "consumer", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "description": "Name of branch" },
-    "startingSha": { "kind": "path", "displayName": "Starting Sha", "group": 
"consumer", "label": "consumer", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": "last", "description": "The starting sha to 
use for polling commits with the commit consumer. The value can either be a sha 
for the sha to start from, or use beginning to start from the beginning, or 
last to start from the last commit." },
     "repoName": { "kind": "parameter", "displayName": "Repo Name", "group": 
"common", "label": "", "required": true, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "GitHub repository name" },
     "repoOwner": { "kind": "parameter", "displayName": "Repo Owner", "group": 
"common", "label": "", "required": true, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "GitHub repository owner (organization)" 
},
     "bridgeErrorHandler": { "kind": "parameter", "displayName": "Bridge Error 
Handler", "group": "consumer", "label": "consumer", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": false, "description": "Allows for bridging the 
consumer to the Camel routing Error Handler, which mean any exceptions occurred 
while the consumer is trying to pickup incoming messages, or the likes, will 
now be processed as a m [...]
     "sendEmptyMessageWhenIdle": { "kind": "parameter", "displayName": "Send 
Empty Message When Idle", "group": "consumer", "label": "consumer", "required": 
false, "type": "boolean", "javaType": "boolean", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": false, "description": "If 
the polling consumer did not poll any files, you can enable this option to send 
an empty message (no body) instead." },
+    "startingSha": { "kind": "parameter", "displayName": "Starting Sha", 
"group": "consumer", "label": "consumer", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": "last", "description": "The starting sha to 
use for polling commits with the commit consumer. The value can either be a sha 
for the sha to start from, or use beginning to start from the beginning, or 
last to start from the last commit." },
     "eventFetchStrategy": { "kind": "parameter", "displayName": "Event Fetch 
Strategy", "group": "consumer (advanced)", "label": "consumer,advanced", 
"required": false, "type": "object", "javaType": 
"org.apache.camel.component.github.event.GitHubEventFetchStrategy", 
"deprecated": false, "autowired": false, "secret": false, "description": "To 
specify a custom strategy that configures how the EventsConsumer fetches 
events." },
     "exceptionHandler": { "kind": "parameter", "displayName": "Exception 
Handler", "group": "consumer (advanced)", "label": "consumer,advanced", 
"required": false, "type": "object", "javaType": 
"org.apache.camel.spi.ExceptionHandler", "optionalPrefix": "consumer.", 
"deprecated": false, "autowired": false, "secret": false, "description": "To 
let the consumer use a custom ExceptionHandler. Notice if the option 
bridgeErrorHandler is enabled then this option is not in use. By default the 
con [...]
     "exchangePattern": { "kind": "parameter", "displayName": "Exchange 
Pattern", "group": "consumer (advanced)", "label": "consumer,advanced", 
"required": false, "type": "object", "javaType": 
"org.apache.camel.ExchangePattern", "enum": [ "InOnly", "InOut", 
"InOptionalOut" ], "deprecated": false, "autowired": false, "secret": false, 
"description": "Sets the exchange pattern when the consumer creates an 
exchange." },
diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/hwcloud-functiongraph.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/hwcloud-functiongraph.json
index 5cb8c01..a085e2b 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/hwcloud-functiongraph.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/hwcloud-functiongraph.json
@@ -8,7 +8,7 @@
     "firstVersion": "3.11.0",
     "label": "cloud,serverless",
     "javaType": "org.apache.camel.FunctionGraphComponent",
-    "supportLevel": "Preview",
+    "supportLevel": "Stable",
     "groupId": "org.apache.camel.springboot",
     "artifactId": "camel-huaweicloud-functiongraph-starter",
     "version": "3.13.0-SNAPSHOT",
diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/hwcloud-iam.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/hwcloud-iam.json
index 3c02e0a..97d574f 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/hwcloud-iam.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/hwcloud-iam.json
@@ -8,7 +8,7 @@
     "firstVersion": "3.11.0",
     "label": "cloud",
     "javaType": "org.apache.camel.component.huaweicloud.iam.IAMComponent",
-    "supportLevel": "Preview",
+    "supportLevel": "Stable",
     "groupId": "org.apache.camel.springboot",
     "artifactId": "camel-huaweicloud-iam-starter",
     "version": "3.13.0-SNAPSHOT",
diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/json-patch.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/json-patch.json
index 6084ebf..82022a0 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/json-patch.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/json-patch.json
@@ -5,7 +5,7 @@
     "title": "JsonPatch",
     "description": "JsonPatch component which transform JSON using JSON patch 
(RFC 6902).",
     "deprecated": false,
-    "firstVersion": "3.13.0-SNAPSHOT",
+    "firstVersion": "3.12.0",
     "label": "transformation",
     "javaType": "org.apache.camel.component.jsonpatch.JsonPatchComponent",
     "supportLevel": "Preview",
diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/sftp.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/sftp.json
index 6aa79e2..08c5428 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/sftp.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/sftp.json
@@ -68,6 +68,7 @@
     "tempPrefix": { "kind": "parameter", "displayName": "Temp Prefix", 
"group": "producer", "label": "producer", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "description": "This option is used to write the file using a 
temporary name and then, after the write is complete, rename it to the real 
name. Can be used to identify files being written and also avoid consumers (not 
using exclusive read locks) readin [...]
     "allowNullBody": { "kind": "parameter", "displayName": "Allow Null Body", 
"group": "producer (advanced)", "label": "producer,advanced", "required": 
false, "type": "boolean", "javaType": "boolean", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": false, "description": 
"Used to specify if a null body is allowed during file writing. If set to true 
then an empty file will be created, when set to false, and attempting to send a 
null body to the file component, a G [...]
     "chmod": { "kind": "parameter", "displayName": "Chmod", "group": "producer 
(advanced)", "label": "producer,advanced", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "configurationClass": 
"org.apache.camel.component.file.remote.SftpConfiguration", 
"configurationField": "configuration", "description": "Allows you to set chmod 
on the stored file. For example chmod=640." },
+    "chmodDirectory": { "kind": "parameter", "displayName": "Chmod Directory", 
"group": "producer (advanced)", "label": "producer,advanced", "required": 
false, "type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.file.remote.SftpConfiguration", 
"configurationField": "configuration", "description": "Allows you to set chmod 
during path creation. For example chmod=640." },
     "disconnectOnBatchComplete": { "kind": "parameter", "displayName": 
"Disconnect On Batch Complete", "group": "producer (advanced)", "label": 
"producer,advanced", "required": false, "type": "boolean", "javaType": 
"boolean", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": false, "description": "Whether or not to disconnect from remote 
FTP server right after a Batch upload is complete. disconnectOnBatchComplete 
will only disconnect the current connection to the  [...]
     "eagerDeleteTargetFile": { "kind": "parameter", "displayName": "Eager 
Delete Target File", "group": "producer (advanced)", "label": 
"producer,advanced", "required": false, "type": "boolean", "javaType": 
"boolean", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": true, "description": "Whether or not to eagerly delete any 
existing target file. This option only applies when you use fileExists=Override 
and the tempFileName option as well. You can use this to disa [...]
     "keepLastModified": { "kind": "parameter", "displayName": "Keep Last 
Modified", "group": "producer (advanced)", "label": "producer,advanced", 
"required": false, "type": "boolean", "javaType": "boolean", "deprecated": 
false, "autowired": false, "secret": false, "defaultValue": false, 
"description": "Will keep the last modified timestamp from the source file (if 
any). Will use the Exchange.FILE_LAST_MODIFIED header to located the timestamp. 
This header can contain either a java.util.Da [...]
diff --git a/components-starter/README.adoc b/components-starter/README.adoc
index 568e116..a53dc62 100644
--- a/components-starter/README.adoc
+++ b/components-starter/README.adoc
@@ -297,9 +297,9 @@ Number of Camel components: 338 in 274 JAR artifacts (1 
deprecated)
 
 | xref:latest@components::hwcloud-dms-component.adoc[Huawei Distributed 
Message Service (DMS)] | camel-huaweicloud-dms-starter | Preview | 3.12 | To 
integrate with a fully managed, high-performance message queuing service on 
Huawei Cloud
 
-| xref:latest@components::hwcloud-functiongraph-component.adoc[Huawei 
FunctionGraph] | camel-huaweicloud-functiongraph-starter | Preview | 3.11 | To 
call serverless functions on Huawei Cloud
+| xref:latest@components::hwcloud-functiongraph-component.adoc[Huawei 
FunctionGraph] | camel-huaweicloud-functiongraph-starter | Stable | 3.11 | To 
call serverless functions on Huawei Cloud
 
-| xref:latest@components::hwcloud-iam-component.adoc[Huawei Identity and 
Access Management (IAM)] | camel-huaweicloud-iam-starter | Preview | 3.11 | To 
securely manage users on Huawei Cloud
+| xref:latest@components::hwcloud-iam-component.adoc[Huawei Identity and 
Access Management (IAM)] | camel-huaweicloud-iam-starter | Stable | 3.11 | To 
securely manage users on Huawei Cloud
 
 | xref:latest@components::hwcloud-obs-component.adoc[Huawei Object Storage 
Service (OBS)] | camel-huaweicloud-obs-starter | Preview | 3.12 | To provide 
stable, secure, efficient, and easy-to-use cloud storage service on Huawei Cloud
 
@@ -377,7 +377,7 @@ Number of Camel components: 338 in 274 JAR artifacts (1 
deprecated)
 
 | xref:latest@components::jsonata-component.adoc[JSONata] | 
camel-jsonata-starter | Stable | 3.5 | Transforms JSON payload using JSONata 
transformation.
 
-| xref:latest@components::json-patch-component.adoc[JsonPatch] | 
camel-json-patch-starter | Preview | 3.13.0-SNAPSHOT | JsonPatch component 
which transform JSON using JSON patch (RFC 6902).
+| xref:latest@components::json-patch-component.adoc[JsonPatch] | 
camel-json-patch-starter | Preview | 3.12 | JsonPatch component which transform 
JSON using JSON patch (RFC 6902).
 
 | xref:latest@components::jt400-component.adoc[JT400] | camel-jt400-starter | 
Stable | 1.5 | Exchanges messages with an IBM i system using data queues, 
message queues, or program call. IBM i is the replacement for AS/400 and 
iSeries servers.
 
diff --git a/docs/modules/ROOT/pages/list.adoc 
b/docs/modules/ROOT/pages/list.adoc
index 568e116..a53dc62 100644
--- a/docs/modules/ROOT/pages/list.adoc
+++ b/docs/modules/ROOT/pages/list.adoc
@@ -297,9 +297,9 @@ Number of Camel components: 338 in 274 JAR artifacts (1 
deprecated)
 
 | xref:latest@components::hwcloud-dms-component.adoc[Huawei Distributed 
Message Service (DMS)] | camel-huaweicloud-dms-starter | Preview | 3.12 | To 
integrate with a fully managed, high-performance message queuing service on 
Huawei Cloud
 
-| xref:latest@components::hwcloud-functiongraph-component.adoc[Huawei 
FunctionGraph] | camel-huaweicloud-functiongraph-starter | Preview | 3.11 | To 
call serverless functions on Huawei Cloud
+| xref:latest@components::hwcloud-functiongraph-component.adoc[Huawei 
FunctionGraph] | camel-huaweicloud-functiongraph-starter | Stable | 3.11 | To 
call serverless functions on Huawei Cloud
 
-| xref:latest@components::hwcloud-iam-component.adoc[Huawei Identity and 
Access Management (IAM)] | camel-huaweicloud-iam-starter | Preview | 3.11 | To 
securely manage users on Huawei Cloud
+| xref:latest@components::hwcloud-iam-component.adoc[Huawei Identity and 
Access Management (IAM)] | camel-huaweicloud-iam-starter | Stable | 3.11 | To 
securely manage users on Huawei Cloud
 
 | xref:latest@components::hwcloud-obs-component.adoc[Huawei Object Storage 
Service (OBS)] | camel-huaweicloud-obs-starter | Preview | 3.12 | To provide 
stable, secure, efficient, and easy-to-use cloud storage service on Huawei Cloud
 
@@ -377,7 +377,7 @@ Number of Camel components: 338 in 274 JAR artifacts (1 
deprecated)
 
 | xref:latest@components::jsonata-component.adoc[JSONata] | 
camel-jsonata-starter | Stable | 3.5 | Transforms JSON payload using JSONata 
transformation.
 
-| xref:latest@components::json-patch-component.adoc[JsonPatch] | 
camel-json-patch-starter | Preview | 3.13.0-SNAPSHOT | JsonPatch component 
which transform JSON using JSON patch (RFC 6902).
+| xref:latest@components::json-patch-component.adoc[JsonPatch] | 
camel-json-patch-starter | Preview | 3.12 | JsonPatch component which transform 
JSON using JSON patch (RFC 6902).
 
 | xref:latest@components::jt400-component.adoc[JT400] | camel-jt400-starter | 
Stable | 1.5 | Exchanges messages with an IBM i system using data queues, 
message queues, or program call. IBM i is the replacement for AS/400 and 
iSeries servers.
 

Reply via email to