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-examples.git


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

commit 8ff4d5e6befe1baa7902001c8b6da7503d888ac4
Author: Claus Ibsen <[email protected]>
AuthorDate: Wed Oct 30 11:11:52 2024 +0100

    Polished
---
 README.adoc                                        | 32 +++++++++++-----------
 aws/main-endpointdsl-aws-kcl-kinesis/pom.xml       |  2 +-
 aws/main-endpointdsl-aws2-s3-kafka/pom.xml         |  2 +-
 aws/main-endpointdsl-aws2-s3/pom.xml               |  2 +-
 .../aws2-eventbridge-creator/pom.xml               |  2 +-
 .../aws2-s3-events-inject/pom.xml                  |  2 +-
 .../aws2-sqs-consumer/pom.xml                      |  2 +-
 .../pom.xml                                        |  2 +-
 aws/main-endpointdsl-kafka-aws2-s3/pom.xml         |  2 +-
 azure/azure-eventhubs/pom.xml                      |  2 +-
 azure/azure-storage-blob/pom.xml                   |  2 +-
 azure/kafka-azure/pom.xml                          |  2 +-
 12 files changed, 27 insertions(+), 27 deletions(-)

diff --git a/README.adoc b/README.adoc
index b5bba362..fad24fea 100644
--- a/README.adoc
+++ b/README.adoc
@@ -52,12 +52,8 @@ Number of Examples: 74 (0 deprecated)
 
 | link:vault/aws-secrets-manager-reloading/README.adoc[Aws Secrets Manager 
Reloading] (aws-secrets-manager-reloading) | Beginner | An example for showing 
AWS Secrets Manager Camel component with reloading
 
-| link:azure/azure-eventhubs/README.adoc[Azure Eventhubs] (azure-eventhubs) | 
Beginner | Azure Eventhubs example
-
 | link:vault/azure-key-vault-reloading/README.adoc[Azure Key Vault Reloading] 
(azure-key-vault-reloading) | Beginner | An example for showing Azure Key Vault 
Camel component with reloading
 
-| link:azure/azure-storage-blob/README.adoc[Azure Storage Blob] 
(azure-storage-blob) | Beginner | Azure Storage Blob example
-
 | link:basic/README.adoc[Basic] (basic) | Beginner | Basic example
 
 | link:console/README.adoc[Console] (console) | Beginner | An example that 
reads input from the console
@@ -76,8 +72,6 @@ Number of Examples: 74 (0 deprecated)
 
 | link:java8/README.adoc[Java8] (java8) | Beginner | An example for showing 
Camel DSL for Java 8
 
-| link:azure/kafka-azure/README.adoc[Kafka Azure] (kafka-azure) | Beginner | 
An example for showing standalone Camel with Kafka and Azure Storage Blob
-
 | link:kamelet/README.adoc[Kamelet] (kamelet) | Beginner | How to use Kamelets
 
 | link:kamelet-chucknorris/README.adoc[Kamelet Chucknorris] 
(kamelet-chucknorris) | Beginner | How easy it is to create your own Kamelets
@@ -90,16 +84,6 @@ Number of Examples: 74 (0 deprecated)
 
 | link:main-endpointdsl/README.adoc[Main Endpointdsl] (main-endpointdsl) | 
Beginner | An example for showing standalone Camel with Endpoint DSL
 
-| link:aws/main-endpointdsl-aws-kcl-kinesis/README.adoc[Main Endpointdsl Aws 
Kcl Kinesis] (main-endpointdsl-aws-kcl-kinesis) | Beginner | An example for 
showing standalone Camel with Endpoint DSL and AWS2-Kinesis
-
-| link:aws/main-endpointdsl-aws2-s3/README.adoc[Main Endpointdsl Aws2 S3] 
(main-endpointdsl-aws2-s3) | Beginner | An example for showing standalone Camel 
with Endpoint DSL and AWS2-S3
-
-| link:aws/main-endpointdsl-aws2-s3-kafka/README.adoc[Main Endpointdsl Aws2 S3 
Kafka] (main-endpointdsl-aws2-s3-kafka) | Beginner | An example for showing 
standalone Camel with Endpoint DSL and AWS2-S3 and Kafka
-
-| link:aws/main-endpointdsl-kafka-aws2-s3/README.adoc[Main Endpointdsl Kafka 
Aws2 S3] (main-endpointdsl-kafka-aws2-s3) | Beginner | An example for showing 
standalone Camel with Endpoint DSL and Kafka and AWS2 S3
-
-| link:aws/main-endpointdsl-kafka-aws2-s3-restarting-policy/README.adoc[Main 
Endpointdsl Kafka Aws2 S3 Restarting Policy] 
(main-endpointdsl-kafka-aws2-s3-restarting-policy) | Beginner | An example for 
showing standalone Camel with Endpoint DSL and Kafka, AWS2-S3 streaming upload 
mode with restarting policy
-
 | link:main-health/README.adoc[Main Health] (main-health) | Beginner | An 
example for showing standalone Camel with Health Checks
 
 | link:main-joor/README.adoc[Main Joor] (main-joor) | Beginner | An example 
for showing standalone Camel with jOOR runtime Java compiled
@@ -128,12 +112,28 @@ Number of Examples: 74 (0 deprecated)
 
 | link:spring-xquery/README.adoc[Spring XQuery] (spring-xquery) | Beginner | 
An example using Spring XML to transform a message using XQuery
 
+| link:azure/azure-eventhubs/README.adoc[Azure Eventhubs] (azure-eventhubs) | 
Cloud | Azure Eventhubs example
+
+| link:azure/azure-storage-blob/README.adoc[Azure Storage Blob] 
(azure-storage-blob) | Cloud | Azure Storage Blob example
+
 | link:cassandra-kubernetes/README.adoc[Cassandra Kubernetes] 
(cassandra-kubernetes) | Cloud | An example with Camel and Cassandra running on 
Kubernetes
 
 | link:hazelcast-kubernetes/README.adoc[Hazelcast Kubernetes] 
(hazelcast-kubernetes) | Cloud | An example with Camel and Hazelcast running on 
Kubernetes
 
+| link:azure/kafka-azure/README.adoc[Kafka Azure] (kafka-azure) | Cloud | An 
example for showing standalone Camel with Kafka and Azure Storage Blob
+
+| link:aws/main-endpointdsl-aws-kcl-kinesis/README.adoc[Main Endpointdsl Aws 
Kcl Kinesis] (main-endpointdsl-aws-kcl-kinesis) | Cloud | An example for 
showing standalone Camel with Endpoint DSL and AWS2-Kinesis
+
 | link:aws/main-endpointdsl-aws2/README.adoc[Main Endpointdsl Aws2] 
(main-endpointdsl-aws2) | Cloud | An example for showing standalone Camel with 
multiple AWS2 components
 
+| link:aws/main-endpointdsl-aws2-s3/README.adoc[Main Endpointdsl Aws2 S3] 
(main-endpointdsl-aws2-s3) | Cloud | An example for showing standalone Camel 
with Endpoint DSL and AWS2-S3
+
+| link:aws/main-endpointdsl-aws2-s3-kafka/README.adoc[Main Endpointdsl Aws2 S3 
Kafka] (main-endpointdsl-aws2-s3-kafka) | Cloud | An example for showing 
standalone Camel with Endpoint DSL and AWS2-S3 and Kafka
+
+| link:aws/main-endpointdsl-kafka-aws2-s3/README.adoc[Main Endpointdsl Kafka 
Aws2 S3] (main-endpointdsl-kafka-aws2-s3) | Cloud | An example for showing 
standalone Camel with Endpoint DSL and Kafka and AWS2 S3
+
+| link:aws/main-endpointdsl-kafka-aws2-s3-restarting-policy/README.adoc[Main 
Endpointdsl Kafka Aws2 S3 Restarting Policy] 
(main-endpointdsl-kafka-aws2-s3-restarting-policy) | Cloud | An example for 
showing standalone Camel with Endpoint DSL and Kafka, AWS2-S3 streaming upload 
mode with restarting policy
+
 | link:debezium/README.adoc[Debezium] (debezium) | Database | An example for 
Debezium Component
 
 | link:debezium-eventhubs-blob/README.adoc[Debezium Eventhubs Blob] 
(debezium-eventhubs-blob) | Database | An example for Debezium Component with 
Azure Event Hubs and Azure Storage Blob
diff --git a/aws/main-endpointdsl-aws-kcl-kinesis/pom.xml 
b/aws/main-endpointdsl-aws-kcl-kinesis/pom.xml
index 14b48a08..b8869933 100644
--- a/aws/main-endpointdsl-aws-kcl-kinesis/pom.xml
+++ b/aws/main-endpointdsl-aws-kcl-kinesis/pom.xml
@@ -34,7 +34,7 @@
     <description>An example for showing standalone Camel with Endpoint DSL and 
AWS2-Kinesis</description>
 
     <properties>
-        <category>Beginner</category>
+        <category>Cloud</category>
     </properties>
 
     <dependencyManagement>
diff --git a/aws/main-endpointdsl-aws2-s3-kafka/pom.xml 
b/aws/main-endpointdsl-aws2-s3-kafka/pom.xml
index 7fdb6a5e..2e1af22d 100644
--- a/aws/main-endpointdsl-aws2-s3-kafka/pom.xml
+++ b/aws/main-endpointdsl-aws2-s3-kafka/pom.xml
@@ -34,7 +34,7 @@
     <description>An example for showing standalone Camel with Endpoint DSL and 
AWS2-S3 and Kafka</description>
 
     <properties>
-        <category>Beginner</category>
+        <category>Cloud</category>
     </properties>
 
     <dependencyManagement>
diff --git a/aws/main-endpointdsl-aws2-s3/pom.xml 
b/aws/main-endpointdsl-aws2-s3/pom.xml
index c5e9f31e..59271de3 100644
--- a/aws/main-endpointdsl-aws2-s3/pom.xml
+++ b/aws/main-endpointdsl-aws2-s3/pom.xml
@@ -34,7 +34,7 @@
     <description>An example for showing standalone Camel with Endpoint DSL and 
AWS2-S3</description>
 
     <properties>
-        <category>Beginner</category>
+        <category>Cloud</category>
     </properties>
 
     <dependencyManagement>
diff --git a/aws/main-endpointdsl-aws2/aws2-eventbridge-creator/pom.xml 
b/aws/main-endpointdsl-aws2/aws2-eventbridge-creator/pom.xml
index 2dfa1a77..e889602a 100644
--- a/aws/main-endpointdsl-aws2/aws2-eventbridge-creator/pom.xml
+++ b/aws/main-endpointdsl-aws2/aws2-eventbridge-creator/pom.xml
@@ -34,7 +34,7 @@
     <description>An example for showing standalone Camel with Endpoint DSL and 
AWS2-Eventbridge</description>
 
     <properties>
-        <category>Beginner</category>
+        <category>Cloud</category>
     </properties>
 
     <dependencyManagement>
diff --git a/aws/main-endpointdsl-aws2/aws2-s3-events-inject/pom.xml 
b/aws/main-endpointdsl-aws2/aws2-s3-events-inject/pom.xml
index e7c3f4f5..cfb0637a 100644
--- a/aws/main-endpointdsl-aws2/aws2-s3-events-inject/pom.xml
+++ b/aws/main-endpointdsl-aws2/aws2-s3-events-inject/pom.xml
@@ -34,7 +34,7 @@
     <description>An example for showing standalone Camel with Endpoint DSL and 
AWS2-S3</description>
 
     <properties>
-        <category>Beginner</category>
+        <category>Cloud</category>
     </properties>
 
     <dependencyManagement>
diff --git a/aws/main-endpointdsl-aws2/aws2-sqs-consumer/pom.xml 
b/aws/main-endpointdsl-aws2/aws2-sqs-consumer/pom.xml
index c1d929b0..bbe0a341 100644
--- a/aws/main-endpointdsl-aws2/aws2-sqs-consumer/pom.xml
+++ b/aws/main-endpointdsl-aws2/aws2-sqs-consumer/pom.xml
@@ -34,7 +34,7 @@
     <description>An example for showing standalone Camel with Endpoint DSL and 
AWS2-SQS</description>
 
     <properties>
-        <category>Beginner</category>
+        <category>Cloud</category>
     </properties>
 
     <dependencyManagement>
diff --git a/aws/main-endpointdsl-kafka-aws2-s3-restarting-policy/pom.xml 
b/aws/main-endpointdsl-kafka-aws2-s3-restarting-policy/pom.xml
index 9cb6d909..36da327c 100644
--- a/aws/main-endpointdsl-kafka-aws2-s3-restarting-policy/pom.xml
+++ b/aws/main-endpointdsl-kafka-aws2-s3-restarting-policy/pom.xml
@@ -34,7 +34,7 @@
     <description>An example for showing standalone Camel with Endpoint DSL and 
Kafka, AWS2-S3 streaming upload mode with restarting policy</description>
 
     <properties>
-        <category>Beginner</category>
+        <category>Cloud</category>
     </properties>
 
     <dependencyManagement>
diff --git a/aws/main-endpointdsl-kafka-aws2-s3/pom.xml 
b/aws/main-endpointdsl-kafka-aws2-s3/pom.xml
index b1eeb18c..14e0e673 100644
--- a/aws/main-endpointdsl-kafka-aws2-s3/pom.xml
+++ b/aws/main-endpointdsl-kafka-aws2-s3/pom.xml
@@ -34,7 +34,7 @@
     <description>An example for showing standalone Camel with Endpoint DSL and 
Kafka and AWS2 S3</description>
 
     <properties>
-        <category>Beginner</category>
+        <category>Cloud</category>
     </properties>
 
     <dependencyManagement>
diff --git a/azure/azure-eventhubs/pom.xml b/azure/azure-eventhubs/pom.xml
index 86c18af3..06f7981f 100644
--- a/azure/azure-eventhubs/pom.xml
+++ b/azure/azure-eventhubs/pom.xml
@@ -34,7 +34,7 @@
     <description>Azure Eventhubs example</description>
 
     <properties>
-        <category>Beginner</category>
+        <category>Cloud</category>
     </properties>
 
     <dependencyManagement>
diff --git a/azure/azure-storage-blob/pom.xml b/azure/azure-storage-blob/pom.xml
index 24510bc3..78e4eea8 100644
--- a/azure/azure-storage-blob/pom.xml
+++ b/azure/azure-storage-blob/pom.xml
@@ -33,7 +33,7 @@
     <description>Azure Storage Blob example</description>
 
     <properties>
-        <category>Beginner</category>
+        <category>Cloud</category>
     </properties>
 
     <dependencyManagement>
diff --git a/azure/kafka-azure/pom.xml b/azure/kafka-azure/pom.xml
index 0c2da571..ee04781e 100644
--- a/azure/kafka-azure/pom.xml
+++ b/azure/kafka-azure/pom.xml
@@ -34,7 +34,7 @@
     <description>An example for showing standalone Camel with Kafka and Azure 
Storage Blob</description>
 
     <properties>
-        <category>Beginner</category>
+        <category>Cloud</category>
     </properties>
 
     <dependencyManagement>

Reply via email to