This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
The following commit(s) were added to refs/heads/master by this push:
new ef88c82 Regen
ef88c82 is described below
commit ef88c82b33a81b8a291530dc22cbbee811677b1b
Author: Claus Ibsen <[email protected]>
AuthorDate: Tue Aug 18 11:41:03 2020 +0200
Regen
---
.../resources/org/apache/camel/springboot/catalog/components/cql.json | 2 +-
components-starter/README.adoc | 2 +-
.../cassandra/springboot/CassandraComponentConfiguration.java | 3 ++-
docs/modules/ROOT/pages/list.adoc | 2 +-
4 files changed, 5 insertions(+), 4 deletions(-)
diff --git
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/cql.json
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/cql.json
index a367c88..92711ed 100644
---
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/cql.json
+++
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/cql.json
@@ -3,7 +3,7 @@
"kind": "component",
"name": "cql",
"title": "Cassandra CQL",
- "description": "Integrate with Cassandra 2.0 using the CQL3 API (not the
Thrift API).",
+ "description": "Integrate with Cassandra 2.0 using the CQL3 API (not the
Thrift API). Based on Cassandra Java Driver provided by DataStax.",
"deprecated": false,
"firstVersion": "2.15.0",
"label": "database,nosql",
diff --git a/components-starter/README.adoc b/components-starter/README.adoc
index f8b04fc..42fcc42 100644
--- a/components-starter/README.adoc
+++ b/components-starter/README.adoc
@@ -228,7 +228,7 @@ Number of Camel components: 337 in 270 JAR artifacts (3
deprecated)
`caffeine-loadcache:cacheName` | 2.20 | Perform caching operations using
Caffeine Cache with an attached CacheLoader.
| link:https://camel.apache.org/components/latest/cql-component.html[Cassandra
CQL] (camel-cassandraql-starter) +
-`cql:beanRef:hosts:port/keyspace` | 2.15 | Integrate with Cassandra 2.0 using
the CQL3 API (not the Thrift API).
+`cql:beanRef:hosts:port/keyspace` | 2.15 | Integrate with Cassandra 2.0 using
the CQL3 API (not the Thrift API). Based on Cassandra Java Driver provided by
DataStax.
|
link:https://camel.apache.org/components/latest/chatscript-component.html[ChatScript]
(camel-chatscript-starter) +
`chatscript:host:port/botName` | 3.0 | Chat with a ChatScript Server.
diff --git
a/components-starter/camel-cassandraql-starter/src/main/java/org/apache/camel/component/cassandra/springboot/CassandraComponentConfiguration.java
b/components-starter/camel-cassandraql-starter/src/main/java/org/apache/camel/component/cassandra/springboot/CassandraComponentConfiguration.java
index 86f642e..7efce59 100644
---
a/components-starter/camel-cassandraql-starter/src/main/java/org/apache/camel/component/cassandra/springboot/CassandraComponentConfiguration.java
+++
b/components-starter/camel-cassandraql-starter/src/main/java/org/apache/camel/component/cassandra/springboot/CassandraComponentConfiguration.java
@@ -21,7 +21,8 @@ import
org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon;
import org.springframework.boot.context.properties.ConfigurationProperties;
/**
- * Integrate with Cassandra 2.0 using the CQL3 API (not the Thrift API).
+ * Integrate with Cassandra 2.0 using the CQL3 API (not the Thrift API). Based
+ * on Cassandra Java Driver provided by DataStax.
*
* Generated by camel-package-maven-plugin - do not edit this file!
*/
diff --git a/docs/modules/ROOT/pages/list.adoc
b/docs/modules/ROOT/pages/list.adoc
index f8b04fc..42fcc42 100644
--- a/docs/modules/ROOT/pages/list.adoc
+++ b/docs/modules/ROOT/pages/list.adoc
@@ -228,7 +228,7 @@ Number of Camel components: 337 in 270 JAR artifacts (3
deprecated)
`caffeine-loadcache:cacheName` | 2.20 | Perform caching operations using
Caffeine Cache with an attached CacheLoader.
| link:https://camel.apache.org/components/latest/cql-component.html[Cassandra
CQL] (camel-cassandraql-starter) +
-`cql:beanRef:hosts:port/keyspace` | 2.15 | Integrate with Cassandra 2.0 using
the CQL3 API (not the Thrift API).
+`cql:beanRef:hosts:port/keyspace` | 2.15 | Integrate with Cassandra 2.0 using
the CQL3 API (not the Thrift API). Based on Cassandra Java Driver provided by
DataStax.
|
link:https://camel.apache.org/components/latest/chatscript-component.html[ChatScript]
(camel-chatscript-starter) +
`chatscript:host:port/botName` | 3.0 | Chat with a ChatScript Server.