You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2021/04/25 07:27:27 UTC

[camel] 02/03: Regen docs

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 dfabdbc3145119632aac533023d3b7e49dde47f9
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Sun Apr 25 09:23:03 2021 +0200

    Regen docs
---
 .../resources/org/apache/camel/catalog/docs/cql-component.adoc    | 4 ++--
 .../resources/org/apache/camel/component/cassandra/cql.json       | 4 ++--
 components/camel-cassandraql/src/main/docs/cql-component.adoc     | 4 ++--
 .../org/apache/camel/builder/endpoint/StaticEndpointBuilders.java | 8 ++++----
 .../builder/endpoint/dsl/CassandraEndpointBuilderFactory.java     | 8 ++++----
 docs/components/modules/ROOT/pages/cql-component.adoc             | 4 ++--
 6 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/cql-component.adoc b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/cql-component.adoc
index 1f1061a..df316aa 100644
--- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/cql-component.adoc
+++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/cql-component.adoc
@@ -95,8 +95,8 @@ with the following path and query parameters:
 |===
 | Name | Description | Default | Type
 | *beanRef* | beanRef is defined using bean:id |  | String
-| *hosts* | Hostname(s) cassansdra server(s). Multiple hosts can be separated by comma. |  | String
-| *port* | Port number of cassansdra server(s) |  | Integer
+| *hosts* | Hostname(s) Cassandra server(s). Multiple hosts can be separated by comma. |  | String
+| *port* | Port number of Cassandra server(s) |  | Integer
 | *keyspace* | Keyspace to use |  | String
 |===
 
diff --git a/components/camel-cassandraql/src/generated/resources/org/apache/camel/component/cassandra/cql.json b/components/camel-cassandraql/src/generated/resources/org/apache/camel/component/cassandra/cql.json
index 8224349..b792000 100644
--- a/components/camel-cassandraql/src/generated/resources/org/apache/camel/component/cassandra/cql.json
+++ b/components/camel-cassandraql/src/generated/resources/org/apache/camel/component/cassandra/cql.json
@@ -28,8 +28,8 @@
   },
   "properties": {
     "beanRef": { "kind": "path", "displayName": "Bean Ref", "group": "common", "label": "", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "beanRef is defined using bean:id" },
-    "hosts": { "kind": "path", "displayName": "Hosts", "group": "common", "label": "", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "Hostname(s) cassansdra server(s). Multiple hosts can be separated by comma." },
-    "port": { "kind": "path", "displayName": "Port", "group": "common", "label": "", "required": false, "type": "integer", "javaType": "java.lang.Integer", "deprecated": false, "autowired": false, "secret": false, "description": "Port number of cassansdra server(s)" },
+    "hosts": { "kind": "path", "displayName": "Hosts", "group": "common", "label": "", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "Hostname(s) Cassandra server(s). Multiple hosts can be separated by comma." },
+    "port": { "kind": "path", "displayName": "Port", "group": "common", "label": "", "required": false, "type": "integer", "javaType": "java.lang.Integer", "deprecated": false, "autowired": false, "secret": false, "description": "Port number of Cassandra server(s)" },
     "keyspace": { "kind": "path", "displayName": "Keyspace", "group": "common", "label": "", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "Keyspace to use" },
     "clusterName": { "kind": "parameter", "displayName": "Cluster Name", "group": "common", "label": "", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "Cluster name" },
     "consistencyLevel": { "kind": "parameter", "displayName": "Consistency Level", "group": "common", "label": "", "required": false, "type": "object", "javaType": "com.datastax.oss.driver.api.core.DefaultConsistencyLevel", "enum": [ "ANY", "ONE", "TWO", "THREE", "QUORUM", "ALL", "LOCAL_ONE", "LOCAL_QUORUM", "EACH_QUORUM", "SERIAL", "LOCAL_SERIAL" ], "deprecated": false, "autowired": false, "secret": false, "description": "Consistency level to use" },
diff --git a/components/camel-cassandraql/src/main/docs/cql-component.adoc b/components/camel-cassandraql/src/main/docs/cql-component.adoc
index 1f1061a..df316aa 100644
--- a/components/camel-cassandraql/src/main/docs/cql-component.adoc
+++ b/components/camel-cassandraql/src/main/docs/cql-component.adoc
@@ -95,8 +95,8 @@ with the following path and query parameters:
 |===
 | Name | Description | Default | Type
 | *beanRef* | beanRef is defined using bean:id |  | String
-| *hosts* | Hostname(s) cassansdra server(s). Multiple hosts can be separated by comma. |  | String
-| *port* | Port number of cassansdra server(s) |  | Integer
+| *hosts* | Hostname(s) Cassandra server(s). Multiple hosts can be separated by comma. |  | String
+| *port* | Port number of Cassandra server(s) |  | Integer
 | *keyspace* | Keyspace to use |  | String
 |===
 
diff --git a/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/StaticEndpointBuilders.java b/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/StaticEndpointBuilders.java
index 290bbd5..f115b02 100644
--- a/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/StaticEndpointBuilders.java
+++ b/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/StaticEndpointBuilders.java
@@ -3146,11 +3146,11 @@ public class StaticEndpointBuilders {
      * beanRef is defined using bean:id
      * 
      * Path parameter: hosts
-     * Hostname(s) cassansdra server(s). Multiple hosts can be separated by
+     * Hostname(s) Cassandra server(s). Multiple hosts can be separated by
      * comma.
      * 
      * Path parameter: port
-     * Port number of cassansdra server(s)
+     * Port number of Cassandra server(s)
      * 
      * Path parameter: keyspace
      * Keyspace to use
@@ -3177,11 +3177,11 @@ public class StaticEndpointBuilders {
      * beanRef is defined using bean:id
      * 
      * Path parameter: hosts
-     * Hostname(s) cassansdra server(s). Multiple hosts can be separated by
+     * Hostname(s) Cassandra server(s). Multiple hosts can be separated by
      * comma.
      * 
      * Path parameter: port
-     * Port number of cassansdra server(s)
+     * Port number of Cassandra server(s)
      * 
      * Path parameter: keyspace
      * Keyspace to use
diff --git a/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/CassandraEndpointBuilderFactory.java b/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/CassandraEndpointBuilderFactory.java
index ecfe370..83ffe70 100644
--- a/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/CassandraEndpointBuilderFactory.java
+++ b/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/CassandraEndpointBuilderFactory.java
@@ -1510,11 +1510,11 @@ public interface CassandraEndpointBuilderFactory {
          * beanRef is defined using bean:id
          * 
          * Path parameter: hosts
-         * Hostname(s) cassansdra server(s). Multiple hosts can be separated by
+         * Hostname(s) Cassandra server(s). Multiple hosts can be separated by
          * comma.
          * 
          * Path parameter: port
-         * Port number of cassansdra server(s)
+         * Port number of Cassandra server(s)
          * 
          * Path parameter: keyspace
          * Keyspace to use
@@ -1540,11 +1540,11 @@ public interface CassandraEndpointBuilderFactory {
          * beanRef is defined using bean:id
          * 
          * Path parameter: hosts
-         * Hostname(s) cassansdra server(s). Multiple hosts can be separated by
+         * Hostname(s) Cassandra server(s). Multiple hosts can be separated by
          * comma.
          * 
          * Path parameter: port
-         * Port number of cassansdra server(s)
+         * Port number of Cassandra server(s)
          * 
          * Path parameter: keyspace
          * Keyspace to use
diff --git a/docs/components/modules/ROOT/pages/cql-component.adoc b/docs/components/modules/ROOT/pages/cql-component.adoc
index 2acab46..f0316d0 100644
--- a/docs/components/modules/ROOT/pages/cql-component.adoc
+++ b/docs/components/modules/ROOT/pages/cql-component.adoc
@@ -97,8 +97,8 @@ with the following path and query parameters:
 |===
 | Name | Description | Default | Type
 | *beanRef* | beanRef is defined using bean:id |  | String
-| *hosts* | Hostname(s) cassansdra server(s). Multiple hosts can be separated by comma. |  | String
-| *port* | Port number of cassansdra server(s) |  | Integer
+| *hosts* | Hostname(s) Cassandra server(s). Multiple hosts can be separated by comma. |  | String
+| *port* | Port number of Cassandra server(s) |  | Integer
 | *keyspace* | Keyspace to use |  | String
 |===