Skip to content

Commit

Permalink
Polished
Browse files Browse the repository at this point in the history
  • Loading branch information
davsclaus committed Oct 30, 2024
1 parent fc1c6b8 commit c38182e
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 16 deletions.
20 changes: 10 additions & 10 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion kamelet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<description>How to use Kamelets</description>

<properties>
<category>Beginner</category>
<category>Kamelet</category>
</properties>

<dependencyManagement>
Expand Down
3 changes: 1 addition & 2 deletions minio/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@
<packaging>jar</packaging>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<category>Beginner</category>
<category>File</category>
</properties>

<dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion routes-configuration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<description>Example with global routes configuration for error handling</description>

<properties>
<category>Beginner</category>
<category>Advanced</category>
</properties>

<dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion routetemplate-xml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<description>How to use route templates (parameterized routes) in XML</description>

<properties>
<category>Beginner</category>
<category>Advanced</category>
</properties>

<dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion routetemplate/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<description>How to use route templates (parameterized routes)</description>

<properties>
<category>Beginner</category>
<category>Advanced</category>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit c38182e

Please sign in to comment.