Repository: camel Updated Branches: refs/heads/master 7bbcb8a84 -> 8e0324f29
CAMEL-11586: added default camel route path. This closes #1848. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/8e0324f2 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/8e0324f2 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/8e0324f2 Branch: refs/heads/master Commit: 8e0324f29faa2d6c8d66cd9eab657ab3bcfee860 Parents: 7bbcb8a Author: Claus Ibsen <davscl...@apache.org> Authored: Tue Jul 25 21:31:04 2017 +0200 Committer: Claus Ibsen <davscl...@apache.org> Committed: Tue Jul 25 21:31:04 2017 +0200 ---------------------------------------------------------------------- .../META-INF/additional-spring-configuration-metadata.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/8e0324f2/components/camel-spring-boot/src/main/resources/META-INF/additional-spring-configuration-metadata.json ---------------------------------------------------------------------- diff --git a/components/camel-spring-boot/src/main/resources/META-INF/additional-spring-configuration-metadata.json b/components/camel-spring-boot/src/main/resources/META-INF/additional-spring-configuration-metadata.json index a389da9..f61650f 100644 --- a/components/camel-spring-boot/src/main/resources/META-INF/additional-spring-configuration-metadata.json +++ b/components/camel-spring-boot/src/main/resources/META-INF/additional-spring-configuration-metadata.json @@ -3,14 +3,14 @@ { "name": "endpoints.camelroutes.path", "type": "java.lang.String", - "description": "Endpoint URL path.", + "description": "The URL path to use for Camel Routes actuator endpoint.", "defaultValue": "/camel/routes" }, { "name": "endpoints.camelroutes.enabled", "type": "java.lang.Boolean", - "description": "Enable Camel Routes endpoint.", - "defaultValue": false + "description": "To turn on or off information about Camel Routes via actuator endpoint.", + "defaultValue": true } ] }