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 2bc6b74899b Upgrade to spring-boot 3.5.5; refresh (#1487) 2bc6b74899b is described below commit 2bc6b74899bb92f9e4976f413db141b91d8583dd Author: Tom Cunningham <tcunn...@redhat.com> AuthorDate: Fri Aug 22 02:10:29 2025 -0400 Upgrade to spring-boot 3.5.5; refresh (#1487) --- 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 1ca03a9745d..d067ec9f2f2 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 c23826ef5ad..40138bce026 100644 --- a/core/camel-spring-boot/src/main/docs/spring-boot.json +++ b/core/camel-spring-boot/src/main/docs/spring-boot.json @@ -1626,8 +1626,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 a6ec9a39de9..85401b2387e 100644 --- a/pom.xml +++ b/pom.xml @@ -108,7 +108,7 @@ <compiler.fork>false</compiler.fork> <!-- Spring-Boot target version --> - <spring-boot-version>3.5.4</spring-boot-version> + <spring-boot-version>3.5.5</spring-boot-version> <!-- Camel target version --> <camel-version>4.15.0-SNAPSHOT</camel-version>