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

commit 47519f6f2939283c53a8510c1e3533f7148900ba
Author: Claus Ibsen <[email protected]>
AuthorDate: Wed May 27 21:04:19 2026 +0200

    Regen
---
 .../src/main/docs/spring-boot.json                 | 60 ++++++++++++++++++++++
 1 file changed, 60 insertions(+)

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 6b9a84f1264..cf17215f979 100644
--- a/core/camel-spring-boot/src/main/docs/spring-boot.json
+++ b/core/camel-spring-boot/src/main/docs/spring-boot.json
@@ -37,6 +37,11 @@
       "sourceType": 
"org.apache.camel.spring.boot.DataFormatConfigurationProperties",
       "sourceMethod": "getCustomizer()"
     },
+    {
+      "name": "camel.errorregistry",
+      "type": 
"org.apache.camel.spring.boot.errorregistry.CamelErrorRegistryConfigurationProperties",
+      "sourceType": 
"org.apache.camel.spring.boot.errorregistry.CamelErrorRegistryConfigurationProperties"
+    },
     {
       "name": "camel.health",
       "type": 
"org.apache.camel.spring.boot.actuate.health.CamelHealthCheckConfigurationProperties",
@@ -290,6 +295,61 @@
       "sourceType": 
"org.apache.camel.spring.boot.DataFormatConfigurationProperties",
       "defaultValue": true
     },
+    {
+      "name": "camel.errorregistry.body-include-files",
+      "type": "java.lang.Boolean",
+      "description": "Whether to include the message body of file based 
messages. The overhead is that the file content has to be read from the file.",
+      "sourceType": 
"org.apache.camel.spring.boot.errorregistry.CamelErrorRegistryConfigurationProperties",
+      "defaultValue": true
+    },
+    {
+      "name": "camel.errorregistry.body-include-streams",
+      "type": "java.lang.Boolean",
+      "description": "Whether to include the message body of stream based 
messages. If enabled then beware the stream may not be re-readable later. See 
more about Stream Caching.",
+      "sourceType": 
"org.apache.camel.spring.boot.errorregistry.CamelErrorRegistryConfigurationProperties",
+      "defaultValue": false
+    },
+    {
+      "name": "camel.errorregistry.body-max-chars",
+      "type": "java.lang.Integer",
+      "description": "To limit the message body to a maximum size in the 
captured error data. Use 0 or negative value to use unlimited size.",
+      "sourceType": 
"org.apache.camel.spring.boot.errorregistry.CamelErrorRegistryConfigurationProperties"
+    },
+    {
+      "name": "camel.errorregistry.enabled",
+      "type": "java.lang.Boolean",
+      "description": "Whether the error registry is enabled to capture errors 
during message routing.",
+      "sourceType": 
"org.apache.camel.spring.boot.errorregistry.CamelErrorRegistryConfigurationProperties",
+      "defaultValue": false
+    },
+    {
+      "name": "camel.errorregistry.include-exchange-properties",
+      "type": "java.lang.Boolean",
+      "description": "Whether to include the exchange properties in the 
captured error data.",
+      "sourceType": 
"org.apache.camel.spring.boot.errorregistry.CamelErrorRegistryConfigurationProperties",
+      "defaultValue": true
+    },
+    {
+      "name": "camel.errorregistry.include-exchange-variables",
+      "type": "java.lang.Boolean",
+      "description": "Whether to include the exchange variables in the 
captured error data.",
+      "sourceType": 
"org.apache.camel.spring.boot.errorregistry.CamelErrorRegistryConfigurationProperties",
+      "defaultValue": true
+    },
+    {
+      "name": "camel.errorregistry.maximum-entries",
+      "type": "java.lang.Integer",
+      "description": "The maximum number of error entries to keep in the 
registry. When the limit is exceeded, the oldest entries are evicted.",
+      "sourceType": 
"org.apache.camel.spring.boot.errorregistry.CamelErrorRegistryConfigurationProperties",
+      "defaultValue": 100
+    },
+    {
+      "name": "camel.errorregistry.time-to-live-seconds",
+      "type": "java.lang.Integer",
+      "description": "The time-to-live in seconds for error entries. Entries 
older than this are evicted.",
+      "sourceType": 
"org.apache.camel.spring.boot.errorregistry.CamelErrorRegistryConfigurationProperties",
+      "defaultValue": 3600
+    },
     {
       "name": "camel.health.async-camel-health-check",
       "type": "java.lang.Boolean",

Reply via email to