You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by lb...@apache.org on 2017/07/05 12:33:42 UTC

[3/3] camel git commit: CamelRoutesEndpoint : add additional configuration metadata

CamelRoutesEndpoint : add additional configuration metadata


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

Branch: refs/heads/master
Commit: dd702e612e38a4147f0e7f26756c2b3d945b6f67
Parents: ecd02ea
Author: lburgazzoli <lb...@gmail.com>
Authored: Wed Jul 5 14:33:08 2017 +0200
Committer: lburgazzoli <lb...@gmail.com>
Committed: Wed Jul 5 14:33:08 2017 +0200

----------------------------------------------------------------------
 .../additional-spring-configuration-metadata.json    | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/dd702e61/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
new file mode 100644
index 0000000..1c04799
--- /dev/null
+++ b/components/camel-spring-boot/src/main/resources/META-INF/additional-spring-configuration-metadata.json
@@ -0,0 +1,15 @@
+{
+  "properties": [
+    {
+      "name": "endpoints.camelroutes.path",
+      "type": "java.lang.String",
+      "description": "Endpoint URL path."
+    },
+    {
+      "name": "endpoints.camelroutes.enabled",
+      "type": "java.lang.Boolean",
+      "description": "Enable Camel Routes endpoint.",
+      "defaultValue": true
+    }
+  ]
+}
\ No newline at end of file