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
commit 67c6d52034a90b168c2f5ac933a2189185cc89f5 Author: Andrea Cosentino <[email protected]> AuthorDate: Tue Dec 6 18:40:05 2022 +0100 Camel-InfluxDb2: Fixed Endpoint syntax annotation Signed-off-by: Andrea Cosentino <[email protected]> --- .../resources/org/apache/camel/catalog/components/influxdb2.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/influxdb2.json b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/influxdb2.json index b4fa942631a..5307cf369a0 100644 --- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/influxdb2.json +++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/influxdb2.json @@ -14,7 +14,7 @@ "version": "3.20.0-SNAPSHOT", "scheme": "influxdb2", "extendsScheme": "", - "syntax": "influxdb2:connectionBean?org=<org name>&bucket=<bucket name>", + "syntax": "influxdb2:connectionBean", "async": false, "api": false, "consumerOnly": false,
