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

acosentino 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 04999556a32 Regen for commit 0b6a02ac7da71a8e0feb6aba8b58a5e55133a070
04999556a32 is described below

commit 04999556a32af90bd40548f04f89c215a193d8e6
Author: essobedo <[email protected]>
AuthorDate: Thu Apr 7 13:42:16 2022 +0000

    Regen for commit 0b6a02ac7da71a8e0feb6aba8b58a5e55133a070
    
    Signed-off-by: GitHub <[email protected]>
---
 .../generated/resources/org/apache/camel/catalog/components/gora.json | 4 ++++
 1 file changed, 4 insertions(+)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/gora.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/gora.json
index 4b3eb640c07..0b168f75e66 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/gora.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/gora.json
@@ -26,6 +26,10 @@
     "lazyStartProducer": { "kind": "property", "displayName": "Lazy Start 
Producer", "group": "producer", "label": "producer", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": false, "description": "Whether the producer 
should be started lazy (on the first message). By starting lazy you can use 
this to allow CamelContext and routes to startup in situations where a producer 
may otherwise fail during star [...]
     "autowiredEnabled": { "kind": "property", "displayName": "Autowired 
Enabled", "group": "advanced", "label": "advanced", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": true, "description": "Whether autowiring is 
enabled. This is used for automatic autowiring options (the option must be 
marked as autowired) by looking up in the registry to find if there is a single 
instance of matching type, which t [...]
   },
+  "headers": {
+    "goraKey": { "kind": "header", "displayName": "", "group": "producer", 
"label": "producer", "required": false, "javaType": "Object", "deprecated": 
false, "deprecationNote": "", "autowired": false, "secret": false, 
"description": "Used in order to define the datum key for the operations need 
it." },
+    "goraOperation": { "kind": "header", "displayName": "", "group": 
"producer", "label": "producer", "required": false, "javaType": "String", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "Used in order to define the operation to execute." }
+  },
   "properties": {
     "name": { "kind": "path", "displayName": "Name", "group": "common", 
"label": "", "required": true, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "configurationClass": 
"org.apache.camel.component.gora.GoraConfiguration", "configurationField": 
"configuration", "description": "Instance name" },
     "dataStoreClass": { "kind": "parameter", "displayName": "Data Store 
Class", "group": "common", "label": "", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "configurationClass": 
"org.apache.camel.component.gora.GoraConfiguration", "configurationField": 
"configuration", "description": "The type of the dataStore" },

Reply via email to