Skip to content

Commit 2bc6b74

Browse files
authored
Upgrade to spring-boot 3.5.5; refresh (#1487)
1 parent 28a9264 commit 2bc6b74

3 files changed

Lines changed: 3 additions & 5 deletions

File tree

components-starter/camel-debug-starter/src/main/docs/debug.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@
2525
"name": "camel.debug.body-max-chars",
2626
"type": "java.lang.Integer",
2727
"description": "To limit the message body to a maximum size in the traced message. Use 0 or negative value to use unlimited size.",
28-
"sourceType": "org.apache.camel.spring.boot.debug.CamelDebugConfigurationProperties",
29-
"defaultValue": 0
28+
"sourceType": "org.apache.camel.spring.boot.debug.CamelDebugConfigurationProperties"
3029
},
3130
{
3231
"name": "camel.debug.breakpoints",

core/camel-spring-boot/src/main/docs/spring-boot.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1626,8 +1626,7 @@
16261626
"name": "camel.trace.body-max-chars",
16271627
"type": "java.lang.Integer",
16281628
"description": "To limit the message body to a maximum size in the traced message. Use 0 or negative value to use unlimited size.",
1629-
"sourceType": "org.apache.camel.spring.boot.trace.CamelTraceConfigurationProperties",
1630-
"defaultValue": 0
1629+
"sourceType": "org.apache.camel.spring.boot.trace.CamelTraceConfigurationProperties"
16311630
},
16321631
{
16331632
"name": "camel.trace.enabled",

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
<compiler.fork>false</compiler.fork>
109109

110110
<!-- Spring-Boot target version -->
111-
<spring-boot-version>3.5.4</spring-boot-version>
111+
<spring-boot-version>3.5.5</spring-boot-version>
112112

113113
<!-- Camel target version -->
114114
<camel-version>4.15.0-SNAPSHOT</camel-version>

0 commit comments

Comments
 (0)