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 e6e5b7ab978 Regen
e6e5b7ab978 is described below
commit e6e5b7ab978e8341493ad376999a5fab40d040c1
Author: Claus Ibsen <[email protected]>
AuthorDate: Wed Mar 11 19:03:46 2026 +0100
Regen
---
.../src/main/docs/spring-boot.json | 30 ++++++++++++----------
1 file changed, 17 insertions(+), 13 deletions(-)
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 fae6365f8c1..b91a346cf82 100644
--- a/core/camel-spring-boot/src/main/docs/spring-boot.json
+++ b/core/camel-spring-boot/src/main/docs/spring-boot.json
@@ -781,12 +781,6 @@
"description": "The global name to use for Log EIP The name is default
the routeId or the source:line if source location is enabled. You can also
specify the name using tokens: <br\/> ${class} - the logger class name
(org.apache.camel.processor.LogProcessor) <br\/> ${contextId} - the camel
context id <br\/> ${routeId} - the route id <br\/> ${groupId} - the route group
id <br\/> ${nodeId} - the node id <br\/> ${nodePrefixId} - the node prefix id
<br\/> ${source} - the source:line (s [...]
"sourceType":
"org.apache.camel.spring.boot.CamelConfigurationProperties$Main"
},
- {
- "name": "camel.main.mdc-logging-keys-pattern",
- "type": "java.lang.String",
- "description": "Sets the pattern used for determine which custom MDC
keys to propagate during message routing when the routing engine continues
routing asynchronously for the given message. Setting this pattern to * will
propagate all custom keys. Or setting the pattern to foo*,bar* will propagate
any keys starting with either foo or bar. Notice that a set of standard Camel
MDC keys are always propagated which starts with camel. as key name. The match
rules are applied in this orde [...]
- "sourceType":
"org.apache.camel.spring.boot.CamelConfigurationProperties$Main"
- },
{
"name": "camel.main.message-history",
"type": "java.lang.Boolean",
@@ -1141,13 +1135,6 @@
"sourceType":
"org.apache.camel.spring.boot.CamelConfigurationProperties$Main",
"defaultValue": false
},
- {
- "name": "camel.main.use-mdc-logging",
- "type": "java.lang.Boolean",
- "description": "To turn on MDC logging",
- "sourceType":
"org.apache.camel.spring.boot.CamelConfigurationProperties$Main",
- "defaultValue": false
- },
{
"name": "camel.main.uuid-generator",
"type": "java.lang.String",
@@ -2072,6 +2059,23 @@
"replacement": "camel.main.run-controller",
"since": "4.14.0"
}
+ },
+ {
+ "name": "camel.main.mdc-logging-keys-pattern",
+ "type": "java.lang.String",
+ "description": "Sets the pattern used for determine which custom MDC
keys to propagate during message routing when the routing engine continues
routing asynchronously for the given message. Setting this pattern to * will
propagate all custom keys. Or setting the pattern to foo*,bar* will propagate
any keys starting with either foo or bar. Notice that a set of standard Camel
MDC keys are always propagated which starts with camel. as key name. The match
rules are applied in this orde [...]
+ "sourceType":
"org.apache.camel.spring.boot.CamelConfigurationProperties$Main",
+ "deprecated": true,
+ "deprecation": {}
+ },
+ {
+ "name": "camel.main.use-mdc-logging",
+ "type": "java.lang.Boolean",
+ "description": "To turn on MDC logging (deprecated, use camel-mdc
component instead)",
+ "sourceType":
"org.apache.camel.spring.boot.CamelConfigurationProperties$Main",
+ "defaultValue": false,
+ "deprecated": true,
+ "deprecation": {}
}
],
"hints": [],