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 141bfd6 Shorter description for azure-cosmosdb component.
141bfd6 is described below
commit 141bfd62b12d792577b04a6c39625aa9ca4dc232
Author: Claus Ibsen <[email protected]>
AuthorDate: Tue May 18 16:32:07 2021 +0200
Shorter description for azure-cosmosdb component.
---
.../camel/catalog/components/azure-cosmosdb.json | 2 +-
.../camel/catalog/docs/azure-cosmosdb-component.adoc | 2 +-
.../component/azure/cosmosdb/azure-cosmosdb.json | 2 +-
.../src/main/docs/azure-cosmosdb-component.adoc | 2 +-
.../component/azure/cosmosdb/CosmosDbEndpoint.java | 4 +---
.../builder/component/ComponentsBuilderFactory.java | 7 ++-----
.../dsl/AzureCosmosdbComponentBuilderFactory.java | 12 +++---------
.../src/generated/resources/metadata.json | 2 +-
.../builder/endpoint/StaticEndpointBuilders.java | 14 ++++----------
.../endpoint/dsl/CosmosDbEndpointBuilderFactory.java | 19 +++++--------------
.../modules/ROOT/pages/azure-cosmosdb-component.adoc | 2 +-
11 files changed, 21 insertions(+), 47 deletions(-)
diff --git
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/azure-cosmosdb.json
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/azure-cosmosdb.json
index 4a93f48..c7b6008 100644
---
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/azure-cosmosdb.json
+++
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/azure-cosmosdb.json
@@ -3,7 +3,7 @@
"kind": "component",
"name": "azure-cosmosdb",
"title": "Azure CosmosDB",
- "description": "Azure Cosmos DB is Microsofts globally distributed,
multi-model database service for operational and analytics workloads. It offers
multi-mastering feature by automatically scaling throughput, compute, and
storage. This component interacts with Azure CosmosDB through Azure SQL API",
+ "description": "To read and write records to the CosmosDB database on
Azure cloud platform.",
"deprecated": false,
"firstVersion": "3.10.0",
"label": "cloud,database",
diff --git
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/azure-cosmosdb-component.adoc
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/azure-cosmosdb-component.adoc
index f00e81a..49ca042 100644
---
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/azure-cosmosdb-component.adoc
+++
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/azure-cosmosdb-component.adoc
@@ -2,7 +2,7 @@
= Azure CosmosDB Component
:docTitle: Azure CosmosDB
:artifactId: camel-azure-cosmosdb
-:description: Azure Cosmos DB is Microsofts globally distributed, multi-model
database service for operational and analytics workloads. It offers
multi-mastering feature by automatically scaling throughput, compute, and
storage. This component interacts with Azure CosmosDB through Azure SQL API
+:description: To read and write records to the CosmosDB database on Azure
cloud platform.
:since: 3.10
:supportLevel: Preview
:component-header: Both producer and consumer are supported
diff --git
a/components/camel-azure/camel-azure-cosmosdb/src/generated/resources/org/apache/camel/component/azure/cosmosdb/azure-cosmosdb.json
b/components/camel-azure/camel-azure-cosmosdb/src/generated/resources/org/apache/camel/component/azure/cosmosdb/azure-cosmosdb.json
index 4a93f48..c7b6008 100644
---
a/components/camel-azure/camel-azure-cosmosdb/src/generated/resources/org/apache/camel/component/azure/cosmosdb/azure-cosmosdb.json
+++
b/components/camel-azure/camel-azure-cosmosdb/src/generated/resources/org/apache/camel/component/azure/cosmosdb/azure-cosmosdb.json
@@ -3,7 +3,7 @@
"kind": "component",
"name": "azure-cosmosdb",
"title": "Azure CosmosDB",
- "description": "Azure Cosmos DB is Microsofts globally distributed,
multi-model database service for operational and analytics workloads. It offers
multi-mastering feature by automatically scaling throughput, compute, and
storage. This component interacts with Azure CosmosDB through Azure SQL API",
+ "description": "To read and write records to the CosmosDB database on
Azure cloud platform.",
"deprecated": false,
"firstVersion": "3.10.0",
"label": "cloud,database",
diff --git
a/components/camel-azure/camel-azure-cosmosdb/src/main/docs/azure-cosmosdb-component.adoc
b/components/camel-azure/camel-azure-cosmosdb/src/main/docs/azure-cosmosdb-component.adoc
index f00e81a..49ca042 100644
---
a/components/camel-azure/camel-azure-cosmosdb/src/main/docs/azure-cosmosdb-component.adoc
+++
b/components/camel-azure/camel-azure-cosmosdb/src/main/docs/azure-cosmosdb-component.adoc
@@ -2,7 +2,7 @@
= Azure CosmosDB Component
:docTitle: Azure CosmosDB
:artifactId: camel-azure-cosmosdb
-:description: Azure Cosmos DB is Microsofts globally distributed, multi-model
database service for operational and analytics workloads. It offers
multi-mastering feature by automatically scaling throughput, compute, and
storage. This component interacts with Azure CosmosDB through Azure SQL API
+:description: To read and write records to the CosmosDB database on Azure
cloud platform.
:since: 3.10
:supportLevel: Preview
:component-header: Both producer and consumer are supported
diff --git
a/components/camel-azure/camel-azure-cosmosdb/src/main/java/org/apache/camel/component/azure/cosmosdb/CosmosDbEndpoint.java
b/components/camel-azure/camel-azure-cosmosdb/src/main/java/org/apache/camel/component/azure/cosmosdb/CosmosDbEndpoint.java
index e1ebd1a..1fd8265 100644
---
a/components/camel-azure/camel-azure-cosmosdb/src/main/java/org/apache/camel/component/azure/cosmosdb/CosmosDbEndpoint.java
+++
b/components/camel-azure/camel-azure-cosmosdb/src/main/java/org/apache/camel/component/azure/cosmosdb/CosmosDbEndpoint.java
@@ -29,9 +29,7 @@ import org.apache.camel.support.DefaultEndpoint;
import org.apache.camel.util.ObjectHelper;
/**
- * Azure Cosmos DB is Microsoft’s globally distributed, multi-model database
service for operational and analytics
- * workloads. It offers multi-mastering feature by automatically scaling
throughput, compute, and storage. This
- * component interacts with Azure CosmosDB through Azure SQL API
+ * To read and write records to the CosmosDB database on Azure cloud platform.
*/
@UriEndpoint(firstVersion = "3.10.0", scheme = "azure-cosmosdb", title =
"Azure CosmosDB",
syntax = "azure-cosmosdb:databaseName/containerName", category = {
diff --git
a/core/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/ComponentsBuilderFactory.java
b/core/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/ComponentsBuilderFactory.java
index 5cbfe0f..954df0f 100644
---
a/core/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/ComponentsBuilderFactory.java
+++
b/core/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/ComponentsBuilderFactory.java
@@ -600,11 +600,8 @@ public interface ComponentsBuilderFactory {
}
/**
* Azure CosmosDB (camel-azure-cosmosdb)
- * Azure Cosmos DB is Microsofts globally distributed, multi-model database
- * service for operational and analytics workloads. It offers
- * multi-mastering feature by automatically scaling throughput, compute,
and
- * storage. This component interacts with Azure CosmosDB through Azure SQL
- * API
+ * To read and write records to the CosmosDB database on Azure cloud
+ * platform.
*
* Category: cloud,database
* Since: 3.10
diff --git
a/core/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/AzureCosmosdbComponentBuilderFactory.java
b/core/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/AzureCosmosdbComponentBuilderFactory.java
index fc041af..b3e7c9c 100644
---
a/core/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/AzureCosmosdbComponentBuilderFactory.java
+++
b/core/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/AzureCosmosdbComponentBuilderFactory.java
@@ -23,10 +23,7 @@ import org.apache.camel.builder.component.ComponentBuilder;
import org.apache.camel.component.azure.cosmosdb.CosmosDbComponent;
/**
- * Azure Cosmos DB is Microsofts globally distributed, multi-model database
- * service for operational and analytics workloads. It offers multi-mastering
- * feature by automatically scaling throughput, compute, and storage. This
- * component interacts with Azure CosmosDB through Azure SQL API
+ * To read and write records to the CosmosDB database on Azure cloud platform.
*
* Generated by camel-package-maven-plugin - do not edit this file!
*/
@@ -35,11 +32,8 @@ public interface AzureCosmosdbComponentBuilderFactory {
/**
* Azure CosmosDB (camel-azure-cosmosdb)
- * Azure Cosmos DB is Microsofts globally distributed, multi-model database
- * service for operational and analytics workloads. It offers
- * multi-mastering feature by automatically scaling throughput, compute,
and
- * storage. This component interacts with Azure CosmosDB through Azure SQL
- * API
+ * To read and write records to the CosmosDB database on Azure cloud
+ * platform.
*
* Category: cloud,database
* Since: 3.10
diff --git a/core/camel-componentdsl/src/generated/resources/metadata.json
b/core/camel-componentdsl/src/generated/resources/metadata.json
index 358e64d..7658503 100644
--- a/core/camel-componentdsl/src/generated/resources/metadata.json
+++ b/core/camel-componentdsl/src/generated/resources/metadata.json
@@ -932,7 +932,7 @@
"kind": "component",
"name": "azure-cosmosdb",
"title": "Azure CosmosDB",
- "description": "Azure Cosmos DB is Microsofts globally distributed,
multi-model database service for operational and analytics workloads. It offers
multi-mastering feature by automatically scaling throughput, compute, and
storage. This component interacts with Azure CosmosDB through Azure SQL API",
+ "description": "To read and write records to the CosmosDB database on
Azure cloud platform.",
"deprecated": false,
"firstVersion": "3.10.0",
"label": "cloud,database",
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 5f62601..0404053 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
@@ -1878,11 +1878,8 @@ public class StaticEndpointBuilders {
}
/**
* Azure CosmosDB (camel-azure-cosmosdb)
- * Azure Cosmos DB is Microsofts globally distributed, multi-model database
- * service for operational and analytics workloads. It offers
- * multi-mastering feature by automatically scaling throughput, compute,
and
- * storage. This component interacts with Azure CosmosDB through Azure SQL
- * API
+ * To read and write records to the CosmosDB database on Azure cloud
+ * platform.
*
* Category: cloud,database
* Since: 3.10
@@ -1909,11 +1906,8 @@ public class StaticEndpointBuilders {
}
/**
* Azure CosmosDB (camel-azure-cosmosdb)
- * Azure Cosmos DB is Microsofts globally distributed, multi-model database
- * service for operational and analytics workloads. It offers
- * multi-mastering feature by automatically scaling throughput, compute,
and
- * storage. This component interacts with Azure CosmosDB through Azure SQL
- * API
+ * To read and write records to the CosmosDB database on Azure cloud
+ * platform.
*
* Category: cloud,database
* Since: 3.10
diff --git
a/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/CosmosDbEndpointBuilderFactory.java
b/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/CosmosDbEndpointBuilderFactory.java
index b0136a3..f9471df 100644
---
a/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/CosmosDbEndpointBuilderFactory.java
+++
b/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/CosmosDbEndpointBuilderFactory.java
@@ -25,10 +25,7 @@ import
org.apache.camel.builder.endpoint.AbstractEndpointBuilder;
import org.apache.camel.spi.ExceptionHandler;
/**
- * Azure Cosmos DB is Microsofts globally distributed, multi-model database
- * service for operational and analytics workloads. It offers multi-mastering
- * feature by automatically scaling throughput, compute, and storage. This
- * component interacts with Azure CosmosDB through Azure SQL API
+ * To read and write records to the CosmosDB database on Azure cloud platform.
*
* Generated by camel build tools - do NOT edit this file!
*/
@@ -2110,11 +2107,8 @@ public interface CosmosDbEndpointBuilderFactory {
public interface CosmosDbBuilders {
/**
* Azure CosmosDB (camel-azure-cosmosdb)
- * Azure Cosmos DB is Microsofts globally distributed, multi-model
- * database service for operational and analytics workloads. It offers
- * multi-mastering feature by automatically scaling throughput,
compute,
- * and storage. This component interacts with Azure CosmosDB through
- * Azure SQL API
+ * To read and write records to the CosmosDB database on Azure cloud
+ * platform.
*
* Category: cloud,database
* Since: 3.10
@@ -2140,11 +2134,8 @@ public interface CosmosDbEndpointBuilderFactory {
}
/**
* Azure CosmosDB (camel-azure-cosmosdb)
- * Azure Cosmos DB is Microsofts globally distributed, multi-model
- * database service for operational and analytics workloads. It offers
- * multi-mastering feature by automatically scaling throughput,
compute,
- * and storage. This component interacts with Azure CosmosDB through
- * Azure SQL API
+ * To read and write records to the CosmosDB database on Azure cloud
+ * platform.
*
* Category: cloud,database
* Since: 3.10
diff --git a/docs/components/modules/ROOT/pages/azure-cosmosdb-component.adoc
b/docs/components/modules/ROOT/pages/azure-cosmosdb-component.adoc
index 82339b5..ff4a3d0 100644
--- a/docs/components/modules/ROOT/pages/azure-cosmosdb-component.adoc
+++ b/docs/components/modules/ROOT/pages/azure-cosmosdb-component.adoc
@@ -4,7 +4,7 @@
:page-source:
components/camel-azure/camel-azure-cosmosdb/src/main/docs/azure-cosmosdb-component.adoc
:docTitle: Azure CosmosDB
:artifactId: camel-azure-cosmosdb
-:description: Azure Cosmos DB is Microsofts globally distributed, multi-model
database service for operational and analytics workloads. It offers
multi-mastering feature by automatically scaling throughput, compute, and
storage. This component interacts with Azure CosmosDB through Azure SQL API
+:description: To read and write records to the CosmosDB database on Azure
cloud platform.
:since: 3.10
:supportLevel: Preview
:component-header: Both producer and consumer are supported