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 11ca4f06ced [create-pull-request] automated change (#1797)
11ca4f06ced is described below

commit 11ca4f06cedd61b6a35cf00ca313ab22a6259d80
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed May 27 08:52:34 2026 +0200

    [create-pull-request] automated change (#1797)
    
    Co-authored-by: oscerd <[email protected]>
---
 core/camel-spring-boot/src/main/docs/spring-boot.json | 7 +++++++
 1 file changed, 7 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 8ce1c21bae9..e1b192352ed 100644
--- a/core/camel-spring-boot/src/main/docs/spring-boot.json
+++ b/core/camel-spring-boot/src/main/docs/spring-boot.json
@@ -793,6 +793,13 @@
       "sourceType": 
"org.apache.camel.spring.boot.CamelConfigurationProperties$Main",
       "defaultValue": false
     },
+    {
+      "name": "camel.main.message-size-enabled",
+      "type": "java.lang.Boolean",
+      "description": "Sets whether message size observation is enabled 
(default is false). When enabled, Camel will compute the size of message body 
and headers (in bytes) per endpoint (for both IN and OUT directions) and make 
this available via JMX MBeans (min\/max\/mean body size and headers size).",
+      "sourceType": 
"org.apache.camel.spring.boot.CamelConfigurationProperties$Main",
+      "defaultValue": false
+    },
     {
       "name": "camel.main.modeline",
       "type": "java.lang.Boolean",

Reply via email to