Repository: camel
Updated Branches:
  refs/heads/master 0e5dcd2a7 -> 7bbcb8a84


CAMEL-11586: added default camel route path 

Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/1f6b08e9
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/1f6b08e9
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/1f6b08e9

Branch: refs/heads/master
Commit: 1f6b08e9daa4db8ab562dbf9b3e20262deeefb71
Parents: 0e5dcd2
Author: Pulkit <pchha...@redhat.com>
Authored: Tue Jul 25 20:58:10 2017 +0530
Committer: Claus Ibsen <davscl...@apache.org>
Committed: Tue Jul 25 20:54:30 2017 +0200

----------------------------------------------------------------------
 .../META-INF/additional-spring-configuration-metadata.json      | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/1f6b08e9/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 1c04799..5d17726 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,7 +3,8 @@
     {
       "name": "endpoints.camelroutes.path",
       "type": "java.lang.String",
-      "description": "Endpoint URL path."
+      "description": "Endpoint URL path.",
+      "defaultValue": "/camel/routes"
     },
     {
       "name": "endpoints.camelroutes.enabled",
@@ -12,4 +13,4 @@
       "defaultValue": true
     }
   ]
-}
\ No newline at end of file
+}

Reply via email to