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-spring-boot.git


The following commit(s) were added to refs/heads/main by this push:
     new fad216a  Regen
fad216a is described below

commit fad216a6a67e2284f3c5e1666556791ff58d52c4
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Thu Dec 16 11:49:56 2021 +0100

    Regen
---
 .../apache/camel/springboot/catalog/components/azure-eventhubs.json | 2 +-
 .../camel/springboot/catalog/components/azure-servicebus.json       | 2 +-
 .../camel/springboot/catalog/components/azure-storage-blob.json     | 2 +-
 .../camel/springboot/catalog/components/azure-storage-datalake.json | 4 ++--
 .../camel/springboot/catalog/components/azure-storage-queue.json    | 2 +-
 .../org/apache/camel/springboot/catalog/components/json-patch.json  | 2 +-
 .../azure/eventhubs/springboot/EventHubsComponentConfiguration.java | 5 +----
 .../servicebus/springboot/ServiceBusComponentConfiguration.java     | 6 +-----
 .../azure/storage/blob/springboot/BlobComponentConfiguration.java   | 2 +-
 .../storage/datalake/springboot/DataLakeComponentConfiguration.java | 2 +-
 .../azure/storage/queue/springboot/QueueComponentConfiguration.java | 3 +--
 .../jsonpatch/springboot/JsonPatchComponentConfiguration.java       | 2 +-
 12 files changed, 13 insertions(+), 21 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/azure-eventhubs.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/azure-eventhubs.json
index 831701c..932f49a 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/azure-eventhubs.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/azure-eventhubs.json
@@ -3,7 +3,7 @@
     "kind": "component",
     "name": "azure-eventhubs",
     "title": "Azure Event Hubs",
-    "description": "The azure-eventhubs component that integrates Azure Event 
Hubs using AMQP protocol. Azure EventHubs is a highly scalable 
publish-subscribe service that can ingest millions of events per second and 
stream them to multiple consumers.",
+    "description": "Send and receive events to\/from Azure Event Hubs using 
AMQP protocol.",
     "deprecated": false,
     "firstVersion": "3.5.0",
     "label": "cloud,messaging",
diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/azure-servicebus.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/azure-servicebus.json
index c1f2c08..2692e7b 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/azure-servicebus.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/azure-servicebus.json
@@ -3,7 +3,7 @@
     "kind": "component",
     "name": "azure-servicebus",
     "title": "Azure ServiceBus",
-    "description": "The azure-servicebus component that integrates Azure 
ServiceBus. Azure ServiceBus is a fully managed enterprise integration message 
broker. Service Bus can decouple applications and services. Service Bus offers 
a reliable and secure platform for asynchronous transfer of data and state. 
Data is transferred between different applications and services using 
messages.",
+    "description": "Send and receive messages to\/from Azure Event Bus.",
     "deprecated": false,
     "firstVersion": "3.12.0",
     "label": "cloud,messaging",
diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/azure-storage-blob.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/azure-storage-blob.json
index 500bfc5..ffb0446 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/azure-storage-blob.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/azure-storage-blob.json
@@ -3,7 +3,7 @@
     "kind": "component",
     "name": "azure-storage-blob",
     "title": "Azure Storage Blob Service",
-    "description": "Store and retrieve blobs from Azure Storage Blob Service 
using SDK v12.",
+    "description": "Store and retrieve blobs from Azure Storage Blob Service.",
     "deprecated": false,
     "firstVersion": "3.3.0",
     "label": "cloud,file",
diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/azure-storage-datalake.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/azure-storage-datalake.json
index 2fbf7f2..27c1ac5 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/azure-storage-datalake.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/azure-storage-datalake.json
@@ -3,10 +3,10 @@
     "kind": "component",
     "name": "azure-storage-datalake",
     "title": "Azure Storage Datalake Service",
-    "description": "Camel Azure Datalake Gen2 Component",
+    "description": "Sends and receives files to\/from Azure DataLake Storage.",
     "deprecated": false,
     "firstVersion": "3.8.0",
-    "label": "cloud,file",
+    "label": "cloud,file,bigdata",
     "javaType": 
"org.apache.camel.component.azure.storage.datalake.DataLakeComponent",
     "supportLevel": "Stable",
     "groupId": "org.apache.camel.springboot",
diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/azure-storage-queue.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/azure-storage-queue.json
index 02e1c27..b02b505 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/azure-storage-queue.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/azure-storage-queue.json
@@ -3,7 +3,7 @@
     "kind": "component",
     "name": "azure-storage-queue",
     "title": "Azure Storage Queue Service",
-    "description": "The azure-storage-queue component is used for storing and 
retrieving the messages to\/from Azure Storage Queue using Azure SDK v12.",
+    "description": "Stores and retrieves messages to\/from Azure Storage 
Queue.",
     "deprecated": false,
     "firstVersion": "3.3.0",
     "label": "cloud,messaging",
diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/json-patch.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/json-patch.json
index 5280152..4cd6a50 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/json-patch.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/json-patch.json
@@ -3,7 +3,7 @@
     "kind": "component",
     "name": "json-patch",
     "title": "JsonPatch",
-    "description": "JsonPatch component which transform JSON using JSON patch 
(RFC 6902).",
+    "description": "Transforms JSON using JSON patch (RFC 6902).",
     "deprecated": false,
     "firstVersion": "3.12.0",
     "label": "transformation",
diff --git 
a/components-starter/camel-azure-eventhubs-starter/src/main/java/org/apache/camel/component/azure/eventhubs/springboot/EventHubsComponentConfiguration.java
 
b/components-starter/camel-azure-eventhubs-starter/src/main/java/org/apache/camel/component/azure/eventhubs/springboot/EventHubsComponentConfiguration.java
index 11307b8..5ee8ea2 100644
--- 
a/components-starter/camel-azure-eventhubs-starter/src/main/java/org/apache/camel/component/azure/eventhubs/springboot/EventHubsComponentConfiguration.java
+++ 
b/components-starter/camel-azure-eventhubs-starter/src/main/java/org/apache/camel/component/azure/eventhubs/springboot/EventHubsComponentConfiguration.java
@@ -30,10 +30,7 @@ import 
org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon;
 import org.springframework.boot.context.properties.ConfigurationProperties;
 
 /**
- * The azure-eventhubs component that integrates Azure Event Hubs using AMQP
- * protocol. Azure EventHubs is a highly scalable publish-subscribe service 
that
- * can ingest millions of events per second and stream them to multiple
- * consumers.
+ * Send and receive events to/from Azure Event Hubs using AMQP protocol.
  * 
  * Generated by camel-package-maven-plugin - do not edit this file!
  */
diff --git 
a/components-starter/camel-azure-servicebus-starter/src/main/java/org/apache/camel/component/azure/servicebus/springboot/ServiceBusComponentConfiguration.java
 
b/components-starter/camel-azure-servicebus-starter/src/main/java/org/apache/camel/component/azure/servicebus/springboot/ServiceBusComponentConfiguration.java
index a22f3be..2c482c3 100644
--- 
a/components-starter/camel-azure-servicebus-starter/src/main/java/org/apache/camel/component/azure/servicebus/springboot/ServiceBusComponentConfiguration.java
+++ 
b/components-starter/camel-azure-servicebus-starter/src/main/java/org/apache/camel/component/azure/servicebus/springboot/ServiceBusComponentConfiguration.java
@@ -37,11 +37,7 @@ import 
org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon;
 import org.springframework.boot.context.properties.ConfigurationProperties;
 
 /**
- * The azure-servicebus component that integrates Azure ServiceBus. Azure
- * ServiceBus is a fully managed enterprise integration message broker. Service
- * Bus can decouple applications and services. Service Bus offers a reliable 
and
- * secure platform for asynchronous transfer of data and state. Data is
- * transferred between different applications and services using messages.
+ * Send and receive messages to/from Azure Event Bus.
  * 
  * Generated by camel-package-maven-plugin - do not edit this file!
  */
diff --git 
a/components-starter/camel-azure-storage-blob-starter/src/main/java/org/apache/camel/component/azure/storage/blob/springboot/BlobComponentConfiguration.java
 
b/components-starter/camel-azure-storage-blob-starter/src/main/java/org/apache/camel/component/azure/storage/blob/springboot/BlobComponentConfiguration.java
index 582d9f6..33872b5 100644
--- 
a/components-starter/camel-azure-storage-blob-starter/src/main/java/org/apache/camel/component/azure/storage/blob/springboot/BlobComponentConfiguration.java
+++ 
b/components-starter/camel-azure-storage-blob-starter/src/main/java/org/apache/camel/component/azure/storage/blob/springboot/BlobComponentConfiguration.java
@@ -31,7 +31,7 @@ import 
org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon;
 import org.springframework.boot.context.properties.ConfigurationProperties;
 
 /**
- * Store and retrieve blobs from Azure Storage Blob Service using SDK v12.
+ * Store and retrieve blobs from Azure Storage Blob Service.
  * 
  * Generated by camel-package-maven-plugin - do not edit this file!
  */
diff --git 
a/components-starter/camel-azure-storage-datalake-starter/src/main/java/org/apache/camel/component/azure/storage/datalake/springboot/DataLakeComponentConfiguration.java
 
b/components-starter/camel-azure-storage-datalake-starter/src/main/java/org/apache/camel/component/azure/storage/datalake/springboot/DataLakeComponentConfiguration.java
index 34dc05c..ef23784 100644
--- 
a/components-starter/camel-azure-storage-datalake-starter/src/main/java/org/apache/camel/component/azure/storage/datalake/springboot/DataLakeComponentConfiguration.java
+++ 
b/components-starter/camel-azure-storage-datalake-starter/src/main/java/org/apache/camel/component/azure/storage/datalake/springboot/DataLakeComponentConfiguration.java
@@ -30,7 +30,7 @@ import 
org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon;
 import org.springframework.boot.context.properties.ConfigurationProperties;
 
 /**
- * Camel Azure Datalake Gen2 Component
+ * Sends and receives files to/from Azure DataLake Storage.
  * 
  * Generated by camel-package-maven-plugin - do not edit this file!
  */
diff --git 
a/components-starter/camel-azure-storage-queue-starter/src/main/java/org/apache/camel/component/azure/storage/queue/springboot/QueueComponentConfiguration.java
 
b/components-starter/camel-azure-storage-queue-starter/src/main/java/org/apache/camel/component/azure/storage/queue/springboot/QueueComponentConfiguration.java
index 516ed2d..0275155 100644
--- 
a/components-starter/camel-azure-storage-queue-starter/src/main/java/org/apache/camel/component/azure/storage/queue/springboot/QueueComponentConfiguration.java
+++ 
b/components-starter/camel-azure-storage-queue-starter/src/main/java/org/apache/camel/component/azure/storage/queue/springboot/QueueComponentConfiguration.java
@@ -26,8 +26,7 @@ import 
org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon;
 import org.springframework.boot.context.properties.ConfigurationProperties;
 
 /**
- * The azure-storage-queue component is used for storing and retrieving the
- * messages to/from Azure Storage Queue using Azure SDK v12.
+ * Stores and retrieves messages to/from Azure Storage Queue.
  * 
  * Generated by camel-package-maven-plugin - do not edit this file!
  */
diff --git 
a/components-starter/camel-json-patch-starter/src/main/java/org/apache/camel/component/jsonpatch/springboot/JsonPatchComponentConfiguration.java
 
b/components-starter/camel-json-patch-starter/src/main/java/org/apache/camel/component/jsonpatch/springboot/JsonPatchComponentConfiguration.java
index 6292eeb..a66626a 100644
--- 
a/components-starter/camel-json-patch-starter/src/main/java/org/apache/camel/component/jsonpatch/springboot/JsonPatchComponentConfiguration.java
+++ 
b/components-starter/camel-json-patch-starter/src/main/java/org/apache/camel/component/jsonpatch/springboot/JsonPatchComponentConfiguration.java
@@ -21,7 +21,7 @@ import 
org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon;
 import org.springframework.boot.context.properties.ConfigurationProperties;
 
 /**
- * JsonPatch component which transform JSON using JSON patch (RFC 6902).
+ * Transforms JSON using JSON patch (RFC 6902).
  * 
  * Generated by camel-package-maven-plugin - do not edit this file!
  */

Reply via email to