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 591b7b68 Polished
591b7b68 is described below
commit 591b7b68550489759f83fdeb12b760c7f62a7da9
Author: Claus Ibsen <[email protected]>
AuthorDate: Wed Oct 30 11:21:57 2024 +0100
Polished
---
README.adoc | 44 ++++++++++++++++++++++----------------------
flight-recorder/pom.xml | 2 +-
jmx/pom.xml | 2 +-
main-endpointdsl/pom.xml | 2 +-
main-health/pom.xml | 2 +-
main-joor/pom.xml | 2 +-
main-lambda/pom.xml | 2 +-
main-tiny/pom.xml | 2 +-
main-xml/pom.xml | 2 +-
main-yaml/pom.xml | 2 +-
main/pom.xml | 2 +-
splunk/pom.xml | 2 +-
12 files changed, 33 insertions(+), 33 deletions(-)
diff --git a/README.adoc b/README.adoc
index 9269b042..52b8db39 100644
--- a/README.adoc
+++ b/README.adoc
@@ -64,22 +64,6 @@ Number of Examples: 74 (0 deprecated)
| link:kamelet-sql/README.adoc[Kamelet Sql] (kamelet-sql) | Beginner | Consume
from PostgreSQL database connected through an AWS Secrets Manager Secret
-| link:main/README.adoc[Main] (main) | Beginner | An example for showing
standalone Camel
-
-| link:main-endpointdsl/README.adoc[Main Endpointdsl] (main-endpointdsl) |
Beginner | An example for showing standalone Camel with Endpoint DSL
-
-| 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
-
-| link:main-lambda/README.adoc[Main Lambda] (main-lambda) | Beginner | Camel
routes lambda style
-
-| link:main-tiny/README.adoc[Main Tiny] (main-tiny) | Beginner | An example
for showing standalone Camel with as few JARs on classpath as possible
-
-| link:main-xml/README.adoc[Main Xml] (main-xml) | Beginner | An example for
showing standalone Camel using XML
-
-| link:main-yaml/README.adoc[Main Yaml] (main-yaml) | Beginner | An example
for showing standalone Camel using YAML
-
| link:minio/README.adoc[Minio] (minio) | Beginner | An example for showing
Camel using MinIO Component
| link:oaipmh/README.adoc[OAIPMH example] (oaipmh) | Beginner | An example
with OAIPMH component
@@ -96,6 +80,20 @@ 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:main/README.adoc[Main] (main) | Camel Standalone | An example for
showing standalone Camel
+
+| link:main-endpointdsl/README.adoc[Main Endpointdsl] (main-endpointdsl) |
Camel Standalone | An example for showing standalone Camel with Endpoint DSL
+
+| link:main-joor/README.adoc[Main Joor] (main-joor) | Camel Standalone | An
example for showing standalone Camel with jOOR runtime Java compiled
+
+| link:main-lambda/README.adoc[Main Lambda] (main-lambda) | Camel Standalone |
Camel routes lambda style
+
+| link:main-tiny/README.adoc[Main Tiny] (main-tiny) | Camel Standalone | An
example for showing standalone Camel with as few JARs on classpath as possible
+
+| link:main-xml/README.adoc[Main Xml] (main-xml) | Camel Standalone | An
example for showing standalone Camel using XML
+
+| link:main-yaml/README.adoc[Main Yaml] (main-yaml) | Camel Standalone | An
example for showing standalone Camel using YAML
+
| 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
@@ -152,12 +150,6 @@ Number of Examples: 74 (0 deprecated)
Spring DSL
-| link:flight-recorder/README.adoc[Flight Recorder] (flight-recorder) |
Management and Monitoring | Diagnosing Camel with Java Flight Recorder
-
-| link:jmx/README.adoc[JMX] (jmx) | Management and Monitoring | An example
showing how to work with Camel and JMX
-
-| link:splunk/README.adoc[Splunk] (splunk) | Management and Monitoring | An
example using Splunk
-
| link:google/google-pubsub/README.adoc[Google Pubsub] (google-pubsub) |
Messaging | Google Pubsub example
| link:kafka/README.adoc[Kafka] (kafka) | Messaging | An example for Kafka
@@ -166,8 +158,16 @@ Number of Examples: 74 (0 deprecated)
| link:spring-pulsar/README.adoc[Spring Pulsar] (spring-pulsar) | Messaging |
An example using Spring XML to talk to the Pulsar server from different kind of
client techniques
+| link:flight-recorder/README.adoc[Flight Recorder] (flight-recorder) |
Observability | Diagnosing Camel with Java Flight Recorder
+
+| link:jmx/README.adoc[JMX] (jmx) | Observability | An example showing how to
work with Camel and JMX
+
+| link:main-health/README.adoc[Main Health] (main-health) | Observability | An
example for showing standalone Camel with Health Checks
+
| link:main-micrometer/README.adoc[Main Micrometer] (main-micrometer) |
Observability | Standalone Camel with Micrometer and Prometheus
+| link:splunk/README.adoc[Splunk] (splunk) | Observability | An example using
Splunk
+
| link:vault/aws-secrets-manager/README.adoc[Aws Secrets Manager]
(aws-secrets-manager) | Security | An example for showing AWS Secrets Manager
Camel component
| link:vault/aws-secrets-manager-reloading/README.adoc[Aws Secrets Manager
Reloading] (aws-secrets-manager-reloading) | Security | An example for showing
AWS Secrets Manager Camel component with reloading
diff --git a/flight-recorder/pom.xml b/flight-recorder/pom.xml
index e0d53a1d..605544f1 100644
--- a/flight-recorder/pom.xml
+++ b/flight-recorder/pom.xml
@@ -34,7 +34,7 @@
<description>Diagnosing Camel with Java Flight Recorder</description>
<properties>
- <category>Management and Monitoring</category>
+ <category>Observability</category>
</properties>
<dependencyManagement>
diff --git a/jmx/pom.xml b/jmx/pom.xml
index 8904c32b..88eb5c0b 100644
--- a/jmx/pom.xml
+++ b/jmx/pom.xml
@@ -33,7 +33,7 @@
<description>An example showing how to work with Camel and
JMX</description>
<properties>
- <category>Management and Monitoring</category>
+ <category>Observability</category>
<title>JMX</title>
</properties>
diff --git a/main-endpointdsl/pom.xml b/main-endpointdsl/pom.xml
index fcae9cfd..07476288 100644
--- a/main-endpointdsl/pom.xml
+++ b/main-endpointdsl/pom.xml
@@ -34,7 +34,7 @@
<description>An example for showing standalone Camel with Endpoint
DSL</description>
<properties>
- <category>Beginner</category>
+ <category>Camel Standalone</category>
</properties>
<dependencyManagement>
diff --git a/main-health/pom.xml b/main-health/pom.xml
index 9e9ff391..0537827f 100644
--- a/main-health/pom.xml
+++ b/main-health/pom.xml
@@ -34,7 +34,7 @@
<description>An example for showing standalone Camel with Health
Checks</description>
<properties>
- <category>Beginner</category>
+ <category>Observability</category>
</properties>
<dependencyManagement>
diff --git a/main-joor/pom.xml b/main-joor/pom.xml
index 5914807d..55f06f9a 100644
--- a/main-joor/pom.xml
+++ b/main-joor/pom.xml
@@ -33,7 +33,7 @@
<description>An example for showing standalone Camel with jOOR runtime
Java compiled</description>
<properties>
- <category>Beginner</category>
+ <category>Camel Standalone</category>
</properties>
<dependencyManagement>
diff --git a/main-lambda/pom.xml b/main-lambda/pom.xml
index 8086e928..055457fc 100644
--- a/main-lambda/pom.xml
+++ b/main-lambda/pom.xml
@@ -33,7 +33,7 @@
<description>Camel routes lambda style</description>
<properties>
- <category>Beginner</category>
+ <category>Camel Standalone</category>
</properties>
<dependencyManagement>
diff --git a/main-tiny/pom.xml b/main-tiny/pom.xml
index 0d591af3..847a2d4a 100644
--- a/main-tiny/pom.xml
+++ b/main-tiny/pom.xml
@@ -34,7 +34,7 @@
<description>An example for showing standalone Camel with as few JARs on
classpath as possible</description>
<properties>
- <category>Beginner</category>
+ <category>Camel Standalone</category>
</properties>
<dependencyManagement>
diff --git a/main-xml/pom.xml b/main-xml/pom.xml
index 2a64d83d..bf7b8208 100644
--- a/main-xml/pom.xml
+++ b/main-xml/pom.xml
@@ -33,7 +33,7 @@
<description>An example for showing standalone Camel using
XML</description>
<properties>
- <category>Beginner</category>
+ <category>Camel Standalone</category>
</properties>
<dependencyManagement>
diff --git a/main-yaml/pom.xml b/main-yaml/pom.xml
index d56a650a..cbc28403 100644
--- a/main-yaml/pom.xml
+++ b/main-yaml/pom.xml
@@ -33,7 +33,7 @@
<description>An example for showing standalone Camel using
YAML</description>
<properties>
- <category>Beginner</category>
+ <category>Camel Standalone</category>
</properties>
<dependencyManagement>
diff --git a/main/pom.xml b/main/pom.xml
index 72701f38..b058588c 100644
--- a/main/pom.xml
+++ b/main/pom.xml
@@ -33,7 +33,7 @@
<description>An example for showing standalone Camel</description>
<properties>
- <category>Beginner</category>
+ <category>Camel Standalone</category>
</properties>
<dependencyManagement>
diff --git a/splunk/pom.xml b/splunk/pom.xml
index 9f325795..7a110046 100644
--- a/splunk/pom.xml
+++ b/splunk/pom.xml
@@ -32,7 +32,7 @@
<description>An example using Splunk</description>
<properties>
- <category>Management and Monitoring</category>
+ <category>Observability</category>
</properties>
<dependencyManagement>