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 c38182ed Polished
c38182ed is described below
commit c38182ed19fec91acaf9637014447ecae465235d
Author: Claus Ibsen <[email protected]>
AuthorDate: Wed Oct 30 11:28:43 2024 +0100
Polished
---
README.adoc | 20 ++++++++++----------
kamelet/pom.xml | 2 +-
minio/pom.xml | 3 +--
routes-configuration/pom.xml | 2 +-
routetemplate-xml/pom.xml | 2 +-
routetemplate/pom.xml | 2 +-
6 files changed, 15 insertions(+), 16 deletions(-)
diff --git a/README.adoc b/README.adoc
index 8765144f..0fc86634 100644
--- a/README.adoc
+++ b/README.adoc
@@ -50,6 +50,12 @@ Number of Examples: 74 (0 deprecated)
| link:routeloader/README.adoc[Routeloader] (routeloader) | Advanced | Example
loading and compiling Java routes on startup
+| link:routes-configuration/README.adoc[Routes Configuration]
(routes-configuration) | Advanced | Example with global routes configuration
for error handling
+
+| link:routetemplate/README.adoc[Routetemplate] (routetemplate) | Advanced |
How to use route templates (parameterized routes)
+
+| link:routetemplate-xml/README.adoc[Routetemplate Xml] (routetemplate-xml) |
Advanced | How to use route templates (parameterized routes) in XML
+
| link:basic/README.adoc[Basic] (basic) | Beginner | Basic example
| link:console/README.adoc[Console] (console) | Beginner | An example that
reads input from the console
@@ -58,16 +64,6 @@ Number of Examples: 74 (0 deprecated)
| link:csimple-joor/README.adoc[Csimple Joor] (csimple-joor) | Beginner |
Shows using compiled simple language with jOOR compiler
-| link:kamelet/README.adoc[Kamelet] (kamelet) | Beginner | How to use Kamelets
-
-| link:minio/README.adoc[Minio] (minio) | Beginner | An example for showing
Camel using MinIO Component
-
-| link:routes-configuration/README.adoc[Routes Configuration]
(routes-configuration) | Beginner | Example with global routes configuration
for error handling
-
-| link:routetemplate/README.adoc[Routetemplate] (routetemplate) | Beginner |
How to use route templates (parameterized routes)
-
-| link:routetemplate-xml/README.adoc[Routetemplate Xml] (routetemplate-xml) |
Beginner | How to use route templates (parameterized routes) in XML
-
| link:spring/README.adoc[Spring] (spring) | Beginner | An example showing how
to work with Camel and Spring
| link:main/README.adoc[Main] (main) | Camel Standalone | An example for
showing standalone Camel
@@ -136,6 +132,10 @@ Number of Examples: 74 (0 deprecated)
| link:ftp/README.adoc[FTP] (ftp) | File | An example for showing Camel FTP
integration
+| link:minio/README.adoc[Minio] (minio) | File | An example for showing Camel
using MinIO Component
+
+| link:kamelet/README.adoc[Kamelet] (kamelet) | Kamelet | How to use Kamelets
+
| link:kamelet-chucknorris/README.adoc[Kamelet Chucknorris]
(kamelet-chucknorris) | Kamelet | How easy it is to create your own Kamelets
| link:kamelet-main/README.adoc[Kamelet Main] (kamelet-main) | Kamelet | How
to easily run Kamelets
diff --git a/kamelet/pom.xml b/kamelet/pom.xml
index bb8acf21..304de7f5 100644
--- a/kamelet/pom.xml
+++ b/kamelet/pom.xml
@@ -33,7 +33,7 @@
<description>How to use Kamelets</description>
<properties>
- <category>Beginner</category>
+ <category>Kamelet</category>
</properties>
<dependencyManagement>
diff --git a/minio/pom.xml b/minio/pom.xml
index 48b5c2e8..fe65b5fc 100644
--- a/minio/pom.xml
+++ b/minio/pom.xml
@@ -32,8 +32,7 @@
<packaging>jar</packaging>
<properties>
- <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <category>Beginner</category>
+ <category>File</category>
</properties>
<dependencyManagement>
diff --git a/routes-configuration/pom.xml b/routes-configuration/pom.xml
index fd3ead8c..39edd64c 100644
--- a/routes-configuration/pom.xml
+++ b/routes-configuration/pom.xml
@@ -33,7 +33,7 @@
<description>Example with global routes configuration for error
handling</description>
<properties>
- <category>Beginner</category>
+ <category>Advanced</category>
</properties>
<dependencyManagement>
diff --git a/routetemplate-xml/pom.xml b/routetemplate-xml/pom.xml
index 5d46b1d3..86568362 100644
--- a/routetemplate-xml/pom.xml
+++ b/routetemplate-xml/pom.xml
@@ -33,7 +33,7 @@
<description>How to use route templates (parameterized routes) in
XML</description>
<properties>
- <category>Beginner</category>
+ <category>Advanced</category>
</properties>
<dependencyManagement>
diff --git a/routetemplate/pom.xml b/routetemplate/pom.xml
index 3bf175c4..6db2c4a2 100644
--- a/routetemplate/pom.xml
+++ b/routetemplate/pom.xml
@@ -33,7 +33,7 @@
<description>How to use route templates (parameterized
routes)</description>
<properties>
- <category>Beginner</category>
+ <category>Advanced</category>
</properties>
<dependencyManagement>