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 c705f2a8dd7 Regem
c705f2a8dd7 is described below

commit c705f2a8dd7808cf6c5284b2c24ea5c26b8231fa
Author: Claus Ibsen <[email protected]>
AuthorDate: Wed May 27 20:57:40 2026 +0200

    Regem
---
 .../catalog/components/azure-storage-blob.json     |  2 +-
 .../src/main/docs/spring-boot.json                 | 28 ----------------------
 2 files changed, 1 insertion(+), 29 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 b29cfce3b70..8e135e163e5 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
@@ -77,7 +77,7 @@
     "sourceBlobAccessKey": { "index": 50, "kind": "property", "displayName": 
"Source Blob Access Key", "group": "security", "label": "security", "required": 
false, "type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": true, "security": "secret", "configurationClass": 
"org.apache.camel.component.azure.storage.blob.BlobConfiguration", 
"configurationField": "configuration", "description": "Source Blob Access Key: 
for copyblob operation, sadly,  [...]
   },
   "headers": {
-    "CamelAzureStorageBlobOperation": { "index": 0, "kind": "header", 
"displayName": "", "group": "producer", "label": "producer", "required": false, 
"javaType": 
"org.apache.camel.component.azure.storage.blob.BlobOperationsDefinition", 
"enum": [ "listBlobContainers", "findBlobsByTags", "createBlobContainer", 
"deleteBlobContainer", "listBlobs", "getBlob", "deleteBlob", 
"downloadBlobToFile", "downloadLink", "uploadBlockBlob", 
"uploadBlockBlobChunked", "stageBlockBlobList", "commitBlobBlock [...]
+    "CamelAzureStorageBlobOperation": { "index": 0, "kind": "header", 
"displayName": "", "group": "producer", "label": "producer", "required": false, 
"javaType": 
"org.apache.camel.component.azure.storage.blob.BlobOperationsDefinition", 
"enum": [ "listBlobContainers", "findBlobsByTags", "createBlobContainer", 
"deleteBlobContainer", "listBlobs", "listBlobVersions", "getBlob", 
"deleteBlob", "downloadBlobToFile", "downloadLink", "uploadBlockBlob", 
"uploadBlockBlobChunked", "stageBlockBlobLis [...]
     "CamelAzureStorageBlobHttpHeaders": { "index": 1, "kind": "header", 
"displayName": "", "group": "producer", "label": "producer", "required": false, 
"javaType": "BlobHttpHeaders", "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": false, "description": "(uploadBlockBlob, 
commitBlobBlockList, createAppendBlob, createPageBlob) Additional parameters 
for a set of operations.", "constantName": 
"org.apache.camel.component.azure.storage.blob.BlobConstants#BLOB_HTTP_HEA [...]
     "CamelAzureStorageBlobETag": { "index": 2, "kind": "header", 
"displayName": "", "group": "consumer", "label": "consumer", "required": false, 
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "The E Tag of the blob", "constantName": 
"org.apache.camel.component.azure.storage.blob.BlobConstants#E_TAG" },
     "CamelAzureStorageBlobCreationTime": { "index": 3, "kind": "header", 
"displayName": "", "group": "consumer", "label": "consumer", "required": false, 
"javaType": "OffsetDateTime", "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": false, "description": "Creation time of the 
blob.", "constantName": 
"org.apache.camel.component.azure.storage.blob.BlobConstants#CREATION_TIME" },
diff --git a/core/camel-spring-boot/src/main/docs/spring-boot.json 
b/core/camel-spring-boot/src/main/docs/spring-boot.json
index e1b192352ed..6b9a84f1264 100644
--- a/core/camel-spring-boot/src/main/docs/spring-boot.json
+++ b/core/camel-spring-boot/src/main/docs/spring-boot.json
@@ -584,34 +584,6 @@
       "sourceType": 
"org.apache.camel.spring.boot.CamelConfigurationProperties$Main",
       "defaultValue": false
     },
-    {
-      "name": "camel.main.error-registry-enabled",
-      "type": "java.lang.Boolean",
-      "description": "Sets whether the error registry is enabled to capture 
errors during message routing. This is by default disabled.",
-      "sourceType": 
"org.apache.camel.spring.boot.CamelConfigurationProperties$Main",
-      "defaultValue": false
-    },
-    {
-      "name": "camel.main.error-registry-maximum-entries",
-      "type": "java.lang.Integer",
-      "description": "Sets the maximum number of error entries to keep in the 
error registry. When the limit is exceeded, the oldest entries are evicted. The 
default value is 100.",
-      "sourceType": 
"org.apache.camel.spring.boot.CamelConfigurationProperties$Main",
-      "defaultValue": 100
-    },
-    {
-      "name": "camel.main.error-registry-stack-trace-enabled",
-      "type": "java.lang.Boolean",
-      "description": "Sets whether to capture stack traces in the error 
registry. This is enabled by default.",
-      "sourceType": 
"org.apache.camel.spring.boot.CamelConfigurationProperties$Main",
-      "defaultValue": true
-    },
-    {
-      "name": "camel.main.error-registry-time-to-live-seconds",
-      "type": "java.lang.Integer",
-      "description": "Sets the time-to-live in seconds for error entries in 
the error registry. Entries older than this are evicted. The default value is 
3600 (1 hour).",
-      "sourceType": 
"org.apache.camel.spring.boot.CamelConfigurationProperties$Main",
-      "defaultValue": 3600
-    },
     {
       "name": "camel.main.exchange-factory",
       "type": "java.lang.String",

Reply via email to