Repository: camel
Updated Branches:
  refs/heads/master bc09a41da -> 3c385c32d


CAMEL-11730: camel-connector-maven-plugin : it should be possible to configure 
connector only properties


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

Branch: refs/heads/master
Commit: 3c385c32de4b53b5df20286e6d80fb44aba628cd
Parents: bc09a41
Author: lburgazzoli <[email protected]>
Authored: Tue Sep 5 18:40:09 2017 +0200
Committer: lburgazzoli <[email protected]>
Committed: Tue Sep 5 18:40:09 2017 +0200

----------------------------------------------------------------------
 .../myfoo-connector/src/main/resources/camel-connector-schema.json | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/3c385c32/platforms/myfoo-connector/src/main/resources/camel-connector-schema.json
----------------------------------------------------------------------
diff --git 
a/platforms/myfoo-connector/src/main/resources/camel-connector-schema.json 
b/platforms/myfoo-connector/src/main/resources/camel-connector-schema.json
index 7a6f51a..c4f618a 100644
--- a/platforms/myfoo-connector/src/main/resources/camel-connector-schema.json
+++ b/platforms/myfoo-connector/src/main/resources/camel-connector-schema.json
@@ -22,5 +22,7 @@
     "timerName": { "kind": "path", "displayName": "Timer Name", "group": 
"consumer", "required": true, "type": "string", "javaType": "java.lang.String", 
"deprecated": false, "secret": false, "description": "The name of the timer" },
     "period": { "kind": "parameter", "displayName": "Period", "group": 
"consumer", "required": false, "type": "integer", "javaType": "long", 
"deprecated": false, "secret": false, "defaultValue": 5000, "description": "If 
greater than 0 generate periodic events every period milliseconds. The default 
value is 1000. You can also specify time values using units such as 60s (60 
seconds) 5m30s (5 minutes and 30 seconds) and 1h (1 hour)." },
     "repeatCount": { "kind": "parameter", "displayName": "Repeat Count", 
"group": "consumer", "required": false, "type": "integer", "javaType": "long", 
"deprecated": false, "secret": false, "defaultValue": 0, "description": 
"Specifies a maximum limit of number of fires. So if you set it to 1 the timer 
will only fire once. If you set it to 5 it will only fire five times. A value 
of zero or negative means fire forever." }
+  },
+  "connectorProperties": {
   }
 }

Reply via email to