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

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


The following commit(s) were added to refs/heads/camel-spring-boot-4.10.x by 
this push:
     new 54d89830b49 Upgrade spring-boot to 3.4.9; refresh (#1486)
54d89830b49 is described below

commit 54d89830b49569f4f65df6794b4507695313ee5d
Author: Tom Cunningham <[email protected]>
AuthorDate: Fri Aug 22 02:10:21 2025 -0400

    Upgrade spring-boot to 3.4.9; refresh (#1486)
---
 components-starter/camel-debug-starter/src/main/docs/debug.json | 3 +--
 core/camel-spring-boot/src/main/docs/spring-boot.json           | 3 +--
 pom.xml                                                         | 2 +-
 3 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/components-starter/camel-debug-starter/src/main/docs/debug.json 
b/components-starter/camel-debug-starter/src/main/docs/debug.json
index 9ddaac7f890..6ebfa66e79f 100644
--- a/components-starter/camel-debug-starter/src/main/docs/debug.json
+++ b/components-starter/camel-debug-starter/src/main/docs/debug.json
@@ -25,8 +25,7 @@
       "name": "camel.debug.body-max-chars",
       "type": "java.lang.Integer",
       "description": "To limit the message body to a maximum size in the 
traced message. Use 0 or negative value to use unlimited size.",
-      "sourceType": 
"org.apache.camel.spring.boot.debug.CamelDebugConfigurationProperties",
-      "defaultValue": 0
+      "sourceType": 
"org.apache.camel.spring.boot.debug.CamelDebugConfigurationProperties"
     },
     {
       "name": "camel.debug.breakpoints",
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 5078c39e6f7..e4c88243ee0 100644
--- a/core/camel-spring-boot/src/main/docs/spring-boot.json
+++ b/core/camel-spring-boot/src/main/docs/spring-boot.json
@@ -1609,8 +1609,7 @@
       "name": "camel.trace.body-max-chars",
       "type": "java.lang.Integer",
       "description": "To limit the message body to a maximum size in the 
traced message. Use 0 or negative value to use unlimited size.",
-      "sourceType": 
"org.apache.camel.spring.boot.trace.CamelTraceConfigurationProperties",
-      "defaultValue": 0
+      "sourceType": 
"org.apache.camel.spring.boot.trace.CamelTraceConfigurationProperties"
     },
     {
       "name": "camel.trace.enabled",
diff --git a/pom.xml b/pom.xml
index 5abc99b85e7..40e67dcdb24 100644
--- a/pom.xml
+++ b/pom.xml
@@ -108,7 +108,7 @@
         <compiler.fork>false</compiler.fork>
 
         <!-- Spring-Boot target version -->
-        <spring-boot-version>3.4.8</spring-boot-version>
+        <spring-boot-version>3.4.9</spring-boot-version>
 
         <!-- Camel target version -->
         <camel-version>4.10.7-SNAPSHOT</camel-version>

Reply via email to