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 3ffee976761 Regen for commit ca0cbc179946c2bd29c10ee89086fbae0f742447 
(#9689)
3ffee976761 is described below

commit 3ffee9767613f4695fcd1becf78303769c7eaa55
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Mar 29 15:34:35 2023 +0200

    Regen for commit ca0cbc179946c2bd29c10ee89086fbae0f742447 (#9689)
    
    Signed-off-by: GitHub <nore...@github.com>
    Co-authored-by: davsclaus <davscl...@users.noreply.github.com>
---
 .../generated/resources/org/apache/camel/catalog/components/kudu.json  | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/kudu.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/kudu.json
index b3eac2b1d6d..e3477554e68 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/kudu.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/kudu.json
@@ -27,7 +27,8 @@
   },
   "headers": {
     "CamelKuduSchema": { "kind": "header", "displayName": "", "group": 
"producer", "label": "", "required": false, "javaType": 
"org.apache.kudu.Schema", "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": false, "description": "The schema", 
"constantName": 
"org.apache.camel.component.kudu.KuduConstants#CAMEL_KUDU_SCHEMA" },
-    "CamelKuduTableOptions": { "kind": "header", "displayName": "", "group": 
"producer", "label": "", "required": false, "javaType": 
"org.apache.kudu.client.CreateTableOptions", "deprecated": false, 
"deprecationNote": "", "autowired": false, "secret": false, "description": "The 
create table options", "constantName": 
"org.apache.camel.component.kudu.KuduConstants#CAMEL_KUDU_TABLE_OPTIONS" }
+    "CamelKuduTableOptions": { "kind": "header", "displayName": "", "group": 
"producer", "label": "", "required": false, "javaType": 
"org.apache.kudu.client.CreateTableOptions", "deprecated": false, 
"deprecationNote": "", "autowired": false, "secret": false, "description": "The 
create table options", "constantName": 
"org.apache.camel.component.kudu.KuduConstants#CAMEL_KUDU_TABLE_OPTIONS" },
+    "CamelKuduScanPredicate": { "kind": "header", "displayName": "", "group": 
"producer", "label": "", "required": false, "javaType": 
"org.apache.kudu.client.KuduPredicate", "deprecated": false, "deprecationNote": 
"", "autowired": false, "secret": false, "description": "The predicate for scan 
operation", "constantName": 
"org.apache.camel.component.kudu.KuduConstants#CAMEL_KUDU_SCAN_PREDICATE" }
   },
   "properties": {
     "host": { "kind": "path", "displayName": "Host", "group": "common", 
"label": "common", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"description": "Host of the server to connect to" },

Reply via email to