This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new 152edb947d1 Regen for commit d45d6bcaf4c4e5d4ccd150d4bfe125ab38b14466 
(#8977)
152edb947d1 is described below

commit 152edb947d13c046094961eeec8efb63c4a72994
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Jan 4 17:00:49 2023 +0100

    Regen for commit d45d6bcaf4c4e5d4ccd150d4bfe125ab38b14466 (#8977)
    
    Signed-off-by: GitHub <nore...@github.com>
    
    Signed-off-by: GitHub <nore...@github.com>
    Co-authored-by: orpiske <orpi...@users.noreply.github.com>
---
 .../generated/resources/org/apache/camel/catalog/components/plc4x.json   | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/plc4x.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/plc4x.json
index 107b2544ad4..4acf94aa598 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/plc4x.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/plc4x.json
@@ -28,6 +28,7 @@
   },
   "properties": {
     "driver": { "kind": "path", "displayName": "Driver", "group": "common", 
"label": "", "required": true, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "PLC4X connection string for the 
connection to the target" },
+    "autoReconnect": { "kind": "parameter", "displayName": "Auto Reconnect", 
"group": "common", "label": "", "required": false, "type": "boolean", 
"javaType": "boolean", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "defaultValue": false, "description": "Whether to 
reconnect when no connection is present upon doing a request" },
     "tags": { "kind": "parameter", "displayName": "Tags", "group": "common", 
"label": "", "required": false, "type": "object", "javaType": 
"java.util.Map<java.lang.String, java.lang.Object>", "deprecated": false, 
"deprecationNote": "", "autowired": false, "secret": false, "description": "The 
tags to read as Map containing the tag name associated to its query" },
     "period": { "kind": "parameter", "displayName": "Period", "group": 
"consumer", "label": "consumer", "required": false, "type": "integer", 
"javaType": "int", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "Interval on which the Trigger should be 
checked" },
     "trigger": { "kind": "parameter", "displayName": "Trigger", "group": 
"consumer", "label": "consumer", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": false, "description": "Query to a trigger. On a 
rising edge of the trigger, the tags will be read once" },

Reply via email to