This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch camel-spring-boot-3.7.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-3.7.x by
this push:
new 76a0796 CAMEL-17169: camel-spring-boot remove duplicate options in
json file.
76a0796 is described below
commit 76a07961cedbfa1647ccb1c3e426593360bb3ac0
Author: Claus Ibsen <[email protected]>
AuthorDate: Mon Nov 15 17:59:03 2021 +0100
CAMEL-17169: camel-spring-boot remove duplicate options in json file.
---
core/camel-spring-boot/src/main/docs/spring-boot.json | 14 +-------------
1 file changed, 1 insertion(+), 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 6812a75..49d051d 100644
--- a/core/camel-spring-boot/src/main/docs/spring-boot.json
+++ b/core/camel-spring-boot/src/main/docs/spring-boot.json
@@ -1153,7 +1153,7 @@
{
"name": "management.endpoint.camelroutecontroller.enabled",
"type": "java.lang.Boolean",
- "description": "To turn on or off information about Camel Route
Controller via actuator endpoint.",
+ "description": "Whether to enable the camelroutecontroller endpoint.",
"sourceType":
"org.apache.camel.spring.boot.actuate.endpoint.CamelRouteControllerEndpoint",
"defaultValue": true
},
@@ -1167,23 +1167,11 @@
{
"name": "management.endpoint.camelroutes.enabled",
"type": "java.lang.Boolean",
- "description": "To turn on or off information about Camel Routes via
actuator endpoint.",
- "defaultValue": true
- },
- {
- "name": "management.endpoint.camelroutes.enabled",
- "type": "java.lang.Boolean",
"description": "Whether to enable the camelroutes endpoint.",
"sourceType":
"org.apache.camel.spring.boot.actuate.endpoint.CamelRoutesEndpoint",
"defaultValue": true
},
{
- "name": "management.endpoint.camelroutes.enabled",
- "type": "java.lang.Boolean",
- "sourceType":
"org.apache.camel.spring.boot.actuate.endpoint.CamelRoutesEndpointProperties",
- "defaultValue": false
- },
- {
"name": "management.endpoint.camelroutes.read-only",
"type": "java.lang.Boolean",
"description": "Whether Camel Routes actuator is in read-only mode. If
not in read-only mode then operations to start\/stop routes would be enabled.",