File tree Expand file tree Collapse file tree
components-starter/camel-debug-starter/src/main/docs
core/camel-spring-boot/src/main/docs Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments