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 591b7b6 commit fc1c6b8
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 28 deletions.
30 changes: 15 additions & 15 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ Number of Examples: 74 (0 deprecated)

| link:resume-api/resume-api-fileset-wal/README.md[Resume Api Fileset Wal] (resume-api-fileset-wal) | Advanced | An example for showing the Resume API for processing a large directory using the write ahead log.

| link:routeloader/README.adoc[Routeloader] (routeloader) | Advanced | Example loading and compiling Java routes on startup

| 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,18 +60,8 @@ Number of Examples: 74 (0 deprecated)

| 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

| link:kamelet-main/README.adoc[Kamelet Main] (kamelet-main) | Beginner | How to easily run Kamelets

| link:kamelet-sql/README.adoc[Kamelet Sql] (kamelet-sql) | Beginner | Consume from PostgreSQL database connected through an AWS Secrets Manager Secret

| 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

| link:routeloader/README.adoc[Routeloader] (routeloader) | Beginner | Example loading and compiling Java routes on startup

| 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)
Expand All @@ -78,8 +70,6 @@ Number of Examples: 74 (0 deprecated)

| link:spring/README.adoc[Spring] (spring) | Beginner | An example showing how to work with Camel and Spring

| 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
Expand Down Expand Up @@ -146,9 +136,11 @@ Number of Examples: 74 (0 deprecated)

| link:ftp/README.adoc[FTP] (ftp) | File | An example for showing Camel FTP integration

| link:transformer-demo/README.adoc[Transformer and Validator Spring XML] (transformer-demo) | Input/Output Type Contract | An example demonstrating declarative transformation and validation along data type declaration using
Spring DSL

| 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

| link:kamelet-sql/README.adoc[Kamelet Sql] (kamelet-sql) | Kamelet | Consume from PostgreSQL database connected through an AWS Secrets Manager Secret

| link:google/google-pubsub/README.adoc[Google Pubsub] (google-pubsub) | Messaging | Google Pubsub example

Expand All @@ -168,6 +160,8 @@ Number of Examples: 74 (0 deprecated)

| link:splunk/README.adoc[Splunk] (splunk) | Observability | An example using Splunk

| link:oaipmh/README.adoc[OAIPMH example] (oaipmh) | Search | An example with OAIPMH component

| 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
Expand All @@ -183,6 +177,12 @@ Number of Examples: 74 (0 deprecated)
| link:whatsapp/README.adoc[Whatsapp] (whatsapp) | Social | An example that uses Whatsapp API

| link:mapstruct/README.adoc[Mapstruct] (mapstruct) | Transformation | How to use MapStruct for POJO data mapping

| link:spring-xquery/README.adoc[Spring XQuery] (spring-xquery) | Transformation | An example using Spring XML to transform a message using XQuery

| link:transformer-demo/README.adoc[Transformer and Validator Spring XML] (transformer-demo) | Transformation | An example demonstrating declarative transformation and validation along data type declaration using
Spring DSL

|===
// examples: END

Expand Down
2 changes: 1 addition & 1 deletion kamelet-chucknorris/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<description>How easy it is to create your own Kamelets</description>

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

<dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion kamelet-main/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<description>How to easily run Kamelets</description>

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

<dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion kamelet-sql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<description>Consume from PostgreSQL database connected through an AWS Secrets Manager Secret</description>

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

<dependencyManagement>
Expand Down
14 changes: 7 additions & 7 deletions oaipmh/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<packaging>jar</packaging>

<properties>
<category>Beginner</category>
<category>Search</category>
<title>OAIPMH example</title>
</properties>

Expand All @@ -49,16 +49,21 @@
</dependencies>
</dependencyManagement>


<dependencies>

<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-core</artifactId>
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-oaipmh</artifactId>
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-management</artifactId>
</dependency>

<!-- logging -->
<dependency>
<groupId>org.apache.logging.log4j</groupId>
Expand All @@ -72,10 +77,6 @@
<version>${log4j2-version}</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-oaipmh</artifactId>
</dependency>
<!-- for testing -->
<dependency>
<groupId>org.apache.camel</groupId>
Expand All @@ -84,7 +85,6 @@
</dependency>
</dependencies>


<build>
<plugins>
<plugin>
Expand Down
2 changes: 1 addition & 1 deletion routeloader/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<description>Example loading and compiling Java routes on startup</description>

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

<dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion spring-xquery/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<description>An example using Spring XML to transform a message using XQuery</description>

<properties>
<category>Beginner</category>
<category>Transformation</category>
<title>Spring XQuery</title>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion transformer-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<packaging>jar</packaging>

<properties>
<category>Input/Output Type Contract</category>
<category>Transformation</category>
<title>Transformer and Validator Spring XML</title>
</properties>

Expand Down

0 comments on commit fc1c6b8

Please sign in to comment.