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

davsclaus 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 fe8133032f6 Regen
fe8133032f6 is described below

commit fe8133032f61d7cc725db2618c8e21eb4b365dad
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Wed Nov 22 12:02:04 2023 +0100

    Regen
---
 .../camel/springboot/catalog/components/azure-storage-blob.json       | 4 ++--
 tooling/camel-spring-boot-dependencies/pom.xml                        | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/azure-storage-blob.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/azure-storage-blob.json
index aab7e985f39..9e664b66c1a 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/azure-storage-blob.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/azure-storage-blob.json
@@ -28,7 +28,7 @@
     "closeStreamAfterRead": { "index": 3, "kind": "property", "displayName": 
"Close Stream After Read", "group": "common", "label": "", "required": false, 
"type": "boolean", "javaType": "boolean", "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": true, "configurationClass": 
"org.apache.camel.component.azure.storage.blob.BlobConfiguration", 
"configurationField": "configuration", "description": "Close the stream after 
read or keep it open, default is true" },
     "configuration": { "index": 4, "kind": "property", "displayName": 
"Configuration", "group": "common", "label": "", "required": false, "type": 
"object", "javaType": 
"org.apache.camel.component.azure.storage.blob.BlobConfiguration", 
"deprecated": false, "autowired": false, "secret": false, "description": "The 
component configurations" },
     "credentials": { "index": 5, "kind": "property", "displayName": 
"Credentials", "group": "common", "label": "", "required": false, "type": 
"object", "javaType": "com.azure.storage.common.StorageSharedKeyCredential", 
"deprecated": false, "autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.azure.storage.blob.BlobConfiguration", 
"configurationField": "configuration", "description": 
"StorageSharedKeyCredential can be injected to create the azure client,  [...]
-    "credentialType": { "index": 6, "kind": "property", "displayName": 
"Credential Type", "group": "common", "label": "common", "required": false, 
"type": "object", "javaType": 
"org.apache.camel.component.azure.storage.blob.CredentialType", "enum": [ 
"SHARED_ACCOUNT_KEY", "SHARED_KEY_CREDENTIAL", "AZURE_IDENTITY" ], 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": 
"AZURE_IDENTITY", "configurationClass": 
"org.apache.camel.component.azure.storage.blob.BlobConfigura [...]
+    "credentialType": { "index": 6, "kind": "property", "displayName": 
"Credential Type", "group": "common", "label": "common", "required": false, 
"type": "object", "javaType": 
"org.apache.camel.component.azure.storage.blob.CredentialType", "enum": [ 
"SHARED_ACCOUNT_KEY", "SHARED_KEY_CREDENTIAL", "AZURE_IDENTITY", "AZURE_SAS" ], 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": 
"AZURE_IDENTITY", "configurationClass": 
"org.apache.camel.component.azure.storage.blob. [...]
     "dataCount": { "index": 7, "kind": "property", "displayName": "Data 
Count", "group": "common", "label": "common", "required": false, "type": 
"integer", "javaType": "java.lang.Long", "deprecated": false, "autowired": 
false, "secret": false, "configurationClass": 
"org.apache.camel.component.azure.storage.blob.BlobConfiguration", 
"configurationField": "configuration", "description": "How many bytes to 
include in the range. Must be greater than or equal to 0 if specified." },
     "fileDir": { "index": 8, "kind": "property", "displayName": "File Dir", 
"group": "common", "label": "common", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "configurationClass": 
"org.apache.camel.component.azure.storage.blob.BlobConfiguration", 
"configurationField": "configuration", "description": "The file directory where 
the downloaded blobs will be saved to, this can be used in both, producer and 
cons [...]
     "maxResultsPerPage": { "index": 9, "kind": "property", "displayName": "Max 
Results Per Page", "group": "common", "label": "common", "required": false, 
"type": "integer", "javaType": "java.lang.Integer", "deprecated": false, 
"autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.azure.storage.blob.BlobConfiguration", 
"configurationField": "configuration", "description": "Specifies the maximum 
number of blobs to return, including all BlobPrefix elements. [...]
@@ -132,7 +132,7 @@
     "blobType": { "index": 5, "kind": "parameter", "displayName": "Blob Type", 
"group": "common", "label": "common", "required": false, "type": "object", 
"javaType": "org.apache.camel.component.azure.storage.blob.BlobType", "enum": [ 
"blockblob", "appendblob", "pageblob" ], "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": "blockblob", "configurationClass": 
"org.apache.camel.component.azure.storage.blob.BlobConfiguration", 
"configurationField": "configuration", "d [...]
     "closeStreamAfterRead": { "index": 6, "kind": "parameter", "displayName": 
"Close Stream After Read", "group": "common", "label": "", "required": false, 
"type": "boolean", "javaType": "boolean", "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": true, "configurationClass": 
"org.apache.camel.component.azure.storage.blob.BlobConfiguration", 
"configurationField": "configuration", "description": "Close the stream after 
read or keep it open, default is true" },
     "credentials": { "index": 7, "kind": "parameter", "displayName": 
"Credentials", "group": "common", "label": "", "required": false, "type": 
"object", "javaType": "com.azure.storage.common.StorageSharedKeyCredential", 
"deprecated": false, "autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.azure.storage.blob.BlobConfiguration", 
"configurationField": "configuration", "description": 
"StorageSharedKeyCredential can be injected to create the azure client, [...]
-    "credentialType": { "index": 8, "kind": "parameter", "displayName": 
"Credential Type", "group": "common", "label": "common", "required": false, 
"type": "object", "javaType": 
"org.apache.camel.component.azure.storage.blob.CredentialType", "enum": [ 
"SHARED_ACCOUNT_KEY", "SHARED_KEY_CREDENTIAL", "AZURE_IDENTITY" ], 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": 
"AZURE_IDENTITY", "configurationClass": 
"org.apache.camel.component.azure.storage.blob.BlobConfigur [...]
+    "credentialType": { "index": 8, "kind": "parameter", "displayName": 
"Credential Type", "group": "common", "label": "common", "required": false, 
"type": "object", "javaType": 
"org.apache.camel.component.azure.storage.blob.CredentialType", "enum": [ 
"SHARED_ACCOUNT_KEY", "SHARED_KEY_CREDENTIAL", "AZURE_IDENTITY", "AZURE_SAS" ], 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": 
"AZURE_IDENTITY", "configurationClass": 
"org.apache.camel.component.azure.storage.blob [...]
     "dataCount": { "index": 9, "kind": "parameter", "displayName": "Data 
Count", "group": "common", "label": "common", "required": false, "type": 
"integer", "javaType": "java.lang.Long", "deprecated": false, "autowired": 
false, "secret": false, "configurationClass": 
"org.apache.camel.component.azure.storage.blob.BlobConfiguration", 
"configurationField": "configuration", "description": "How many bytes to 
include in the range. Must be greater than or equal to 0 if specified." },
     "fileDir": { "index": 10, "kind": "parameter", "displayName": "File Dir", 
"group": "common", "label": "common", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "configurationClass": 
"org.apache.camel.component.azure.storage.blob.BlobConfiguration", 
"configurationField": "configuration", "description": "The file directory where 
the downloaded blobs will be saved to, this can be used in both, producer and 
co [...]
     "maxResultsPerPage": { "index": 11, "kind": "parameter", "displayName": 
"Max Results Per Page", "group": "common", "label": "common", "required": 
false, "type": "integer", "javaType": "java.lang.Integer", "deprecated": false, 
"autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.azure.storage.blob.BlobConfiguration", 
"configurationField": "configuration", "description": "Specifies the maximum 
number of blobs to return, including all BlobPrefix element [...]
diff --git a/tooling/camel-spring-boot-dependencies/pom.xml 
b/tooling/camel-spring-boot-dependencies/pom.xml
index 882d2f1da78..5b275f791bc 100644
--- a/tooling/camel-spring-boot-dependencies/pom.xml
+++ b/tooling/camel-spring-boot-dependencies/pom.xml
@@ -220,7 +220,7 @@
       <dependency>
         <groupId>io.micrometer</groupId>
         <artifactId>micrometer-tracing</artifactId>
-        <version>1.1.6</version>
+        <version>1.1.7</version>
       </dependency>
       <dependency>
         <groupId>net.bytebuddy</groupId>

Reply via email to