This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot-examples.git
The following commit(s) were added to refs/heads/master by this push:
new 726fe6c Rename the remaining modules - untested! (#31)
726fe6c is described below
commit 726fe6c850c8d672259b2f714f981a03aee4ff49
Author: metters <[email protected]>
AuthorDate: Wed Feb 3 06:11:03 2021 +0100
Rename the remaining modules - untested! (#31)
Co-authored-by: Matthias Streidel <[email protected]>
---
README.adoc | 16 ++++++++--------
pom.xml | 16 ++++++++--------
.../README.adoc | 0
.../hello-camel-grpc-client-kubernetes/pom.xml | 0
.../camel/example/springboot/grpc/Application.java | 0
.../camel/example/springboot/grpc/CamelGrpcRoute.java | 0
.../src/main/proto/hellocamel.proto | 0
.../src/main/resources/application.properties | 0
.../hello-camel-grpc-server-kubernetes/pom.xml | 0
.../apache/camel/examples/grpc/HelloCamelServer.java | 0
.../src/main/proto/hellocamel.proto | 0
.../pom.xml | 0
.../README.adoc | 0
.../pom.xml | 0
.../apache/camel/example/kafka/avro/Application.java | 0
.../camel/example/kafka/avro/AvroRouteBuilder.java | 0
.../example/kafka/avro/CustomKafkaAvroDeserializer.java | 0
.../example/kafka/avro/CustomKafkaAvroSerializer.java | 0
.../kafka/avro/KafkaAvroMessageConsumerProcessor.java | 0
.../example/kafka/avro/KafkaAvroMessageProcessor.java | 0
.../camel/example/kafka/avro/KafkaAvroProcessor.java | 0
.../src/main/resources/application.properties | 0
.../src/main/resources/avro/employee.avsc | 0
.../src/main/resources/log4j2.properties | 0
.../src/main/resources/register_schema.py | 0
.../src/main/resources/spring/camel-context.xml | 0
.../README.adoc | 0
.../pom.xml | 0
.../example/kafka/offsetRepository/KafkaProcessor.java | 0
.../example/kafka/offsetRepository/OffsetRepoApp.java | 0
.../src/main/resources/application.properties | 0
.../src/main/resources/log4j2.properties | 0
.../src/main/resources/offsetStateRepo.dat | 0
.../src/main/resources/spring/camel-context.xml | 0
.../pom.xml | 0
.../readme.adoc | 0
.../org/apache/camel/examples/master/MasterNode.java | 0
.../camel/examples/master/MasterNodeConfiguration.java | 0
.../src/main/resources/application.properties | 0
.../README.adoc | 0
.../pom.xml | 0
.../apache/camel/example/RestSwaggerApplication.java | 0
.../.gitignore | 0
.../README.adoc | 0
.../pom.xml | 0
.../prepare-truststore.sh | 0
.../route-diagram.png | Bin
.../src/main/fabric8/deployment.yml | 0
.../org/apache/camel/example/strimzi/Application.java | 0
.../camel/example/strimzi/StrimziRouteBuilder.java | 0
.../src/main/resources/application-local.properties | 0
.../src/main/resources/application.properties | 0
.../src/main/resources/kafka-ephemeral-kubernetes.yaml | 0
.../src/main/resources/kafka-ephemeral-openshift.yaml | 0
.../README.adoc | 0
.../pom.xml | 0
.../java/org/apache/camel/example/mention/Contact.java | 0
.../example/mention/TwitterSalesforceApplication.java | 0
.../camel/example/mention/TwitterSalesforceRoute.java | 0
.../src/main/resources/META-INF/LICENSE.txt | 0
.../src/main/resources/META-INF/NOTICE.txt | 0
.../src/main/resources/application.properties | 0
.../pom.xml | 0
.../readme.adoc | 0
.../org/apache/camel/example/webhook/Application.java | 0
.../src/main/resources/application.properties | 0
66 files changed, 16 insertions(+), 16 deletions(-)
diff --git a/README.adoc b/README.adoc
index 2482656..4f8d576 100644
--- a/README.adoc
+++ b/README.adoc
@@ -37,7 +37,7 @@ Number of Examples: 47 (0 deprecated)
| link:spring-boot-undertow-spring-security/readme.adoc[Spring Boot Undertow
Spring Security] (camel-example-spring-boot-undertow-spring-security) |
Advanced | Example on how to use the Camel Undertow component with spring
security and Keycloak
-| link:camel-example-spring-boot-webhook/readme.adoc[Spring Boot Webhook]
(camel-example-spring-boot-webhook) | Advanced | Example on how to use the
Camel Webhook component
+| link:spring-boot-webhook/readme.adoc[Spring Boot Webhook]
(camel-example-spring-boot-webhook) | Advanced | Example on how to use the
Camel Webhook component
| link:spring-boot/readme.adoc[Spring Boot] (camel-example-spring-boot) |
Beginner | An example showing how to work with Camel and Spring Boot
@@ -49,7 +49,7 @@ Number of Examples: 47 (0 deprecated)
| link:spring-boot-rest-openapi-simple/README.adoc[REST OpenApi]
(camel-example-spring-boot-rest-openapi-simple) | Beginner | This example shows
how to call a Rest service defined using OpenApi specification
-| link:camel-example-spring-boot-rest-swagger-simple/README.adoc[REST Swagger]
(camel-example-spring-boot-rest-swagger-simple) | Beginner | This example shows
how to call a Rest service defined using Swagger specification
+| link:spring-boot-rest-swagger-simple/README.adoc[REST Swagger]
(camel-example-spring-boot-rest-swagger-simple) | Beginner | This example shows
how to call a Rest service defined using Swagger specification
| link:spring-boot-routetemplate/readme.adoc[Spring Boot Routetemplate]
(camel-example-spring-boot-routetemplate) | Beginner | How to use route
templates (parameterized routes)
@@ -65,7 +65,7 @@ Number of Examples: 47 (0 deprecated)
| link:spring-boot-grpc/README.adoc[gRPC Spring Boot]
(camel-example-spring-boot-grpc) | Cloud | An example showing the Camel gRPC
component with Spring Boot
-| link:camel-example-spring-boot-grpc-kubernetes/README.adoc[gRPC Kubernetes]
(camel-example-spring-boot-grpc-kubernetes) | Cloud | An example showing the
Camel gRPC component with Spring Boot running on Kubernetes
+| link:spring-boot-grpc-kubernetes/README.adoc[gRPC Kubernetes]
(camel-example-spring-boot-grpc-kubernetes) | Cloud | An example showing the
Camel gRPC component with Spring Boot running on Kubernetes
| link:spring-boot-infinispan/README.adoc[Spring Boot Infinispan]
(camel-example-spring-boot-infinispan) | Cloud | An example showing the Camel
Infinispan component with Spring Boot
@@ -73,7 +73,7 @@ Number of Examples: 47 (0 deprecated)
| link:spring-boot-clustered-route-controller/readme.adoc[Spring Boot
Clustered Route Controller]
(camel-example-spring-boot-clustered-route-controller) | Clustering | An
example showing how to work with Camel's Clustered Route Controller and Spring
Boot
-| link:camel-example-spring-boot-master/readme.adoc[Spring Boot Master]
(camel-example-spring-boot-master) | Clustering | An example showing how to
work with Camel's Master component and Spring Boot
+| link:spring-boot-master/readme.adoc[Spring Boot Master]
(camel-example-spring-boot-master) | Clustering | An example showing how to
work with Camel's Master component and Spring Boot
| link:spring-boot-arangodb/README.adoc[Spring Boot Arangodb]
(camel-example-spring-boot-arangodb) | Database | An example showing the Camel
ArangoDb component with Spring Boot
@@ -110,13 +110,13 @@ Number of Examples: 47 (0 deprecated)
| link:spring-boot-amqp/readme.adoc[Spring Boot Amqp]
(camel-example-spring-boot-amqp) | Messaging | An example showing how to work
with Camel, ActiveMQ Amqp and Spring Boot
-| link:camel-example-spring-boot-kafka-avro/README.adoc[Spring Boot Kafka
Avro] (camel-example-spring-boot-kafka-avro) | Messaging | An example for Kafka
avro
+| link:spring-boot-kafka-avro/README.adoc[Spring Boot Kafka Avro]
(camel-example-spring-boot-kafka-avro) | Messaging | An example for Kafka avro
-| link:camel-example-spring-boot-kafka-offsetrepository/README.adoc[Spring
Boot Kafka Offsetrepository] (camel-example-spring-boot-kafka-offsetrepository)
| Messaging | An example for Kafka offsetrepository
+| link:spring-boot-kafka-offsetrepository/README.adoc[Spring Boot Kafka
Offsetrepository] (camel-example-spring-boot-kafka-offsetrepository) |
Messaging | An example for Kafka offsetrepository
| link:spring-boot-rabbitmq/readme.adoc[Spring Boot Rabbitmq]
(camel-example-spring-boot-rabbitmq) | Messaging | An example showing how to
work with Camel and RabbitMQ
-| link:camel-example-spring-boot-strimzi/README.adoc[Spring Boot Strimzi]
(camel-example-spring-boot-strimzi) | Messaging | Camel example which a route
is defined in XML for Strimzi integration on Openshift/Kubernetes
+| link:spring-boot-strimzi/README.adoc[Spring Boot Strimzi]
(camel-example-spring-boot-strimzi) | Messaging | Camel example which a route
is defined in XML for Strimzi integration on Openshift/Kubernetes
| link:spring-boot-widget-gadget/README.adoc[Spring Boot Widget Gadget]
(camel-example-spring-boot-widget-gadget) | Messaging | The widget and gadget
example from EIP book, running on Spring Boot
@@ -131,7 +131,7 @@ Number of Examples: 47 (0 deprecated)
| link:spring-boot-rest-swagger/README.adoc[Spring Boot Rest Swagger]
(camel-example-spring-boot-rest-swagger) | Rest | An example showing Camel REST
DSL and Swagger with Spring Boot
-| link:camel-example-spring-boot-twitter-salesforce/README.adoc[Spring Boot
Twitter Salesforce] (camel-example-spring-boot-twitter-salesforce) | Social |
Twitter mentions is created as contacts in Salesforce
+| link:spring-boot-twitter-salesforce/README.adoc[Spring Boot Twitter
Salesforce] (camel-example-spring-boot-twitter-salesforce) | Social | Twitter
mentions is created as contacts in Salesforce
|===
// examples: END
diff --git a/pom.xml b/pom.xml
index 820ae34..3f88721 100644
--- a/pom.xml
+++ b/pom.xml
@@ -47,15 +47,15 @@
<module>spring-boot-fhir-auth-tx</module>
<module>spring-boot-geocoder</module>
<module>spring-boot-grpc</module>
- <module>camel-example-spring-boot-grpc-kubernetes</module>
+ <module>spring-boot-grpc-kubernetes</module>
<module>spring-boot-health-checks</module>
<module>spring-boot-hystrix</module>
<module>spring-boot-infinispan</module>
<module>spring-boot-jira</module>
- <module>camel-example-spring-boot-kafka-avro</module>
-
<module>camel-example-spring-boot-kafka-offsetrepository</module>
+ <module>spring-boot-kafka-avro</module>
+ <module>spring-boot-kafka-offsetrepository</module>
<module>spring-boot-load-balancer-eip</module>
- <module>camel-example-spring-boot-master</module>
+ <module>spring-boot-master</module>
<module>spring-boot-metrics</module>
<module>spring-boot-opentracing</module>
<module>spring-boot-pojo</module>
@@ -65,20 +65,20 @@
<module>spring-boot-rest-jpa</module>
<module>spring-boot-rest-producer</module>
<module>spring-boot-rest-swagger</module>
- <module>camel-example-spring-boot-rest-swagger-simple</module>
+ <module>spring-boot-rest-swagger-simple</module>
<module>spring-boot-rest-openapi</module>
<module>spring-boot-rest-openapi-simple</module>
<module>spring-boot-routetemplate</module>
<module>spring-boot-servicecall</module>
<module>spring-boot-supervising-route-controller</module>
- <module>camel-example-spring-boot-twitter-salesforce</module>
+ <module>spring-boot-twitter-salesforce</module>
<module>spring-boot-type-converter</module>
<module>spring-boot-undertow-spring-security</module>
<module>spring-boot-validator</module>
- <module>camel-example-spring-boot-webhook</module>
+ <module>spring-boot-webhook</module>
<module>spring-boot-xml</module>
<module>spring-boot-zipkin</module>
- <module>camel-example-spring-boot-strimzi</module>
+ <module>spring-boot-strimzi</module>
<module>spring-boot-splitter-eip</module>
<module>spring-boot-widget-gadget</module>
<module>spring-boot-unit-testing</module>
diff --git a/camel-example-spring-boot-grpc-kubernetes/README.adoc
b/spring-boot-grpc-kubernetes/README.adoc
similarity index 100%
rename from camel-example-spring-boot-grpc-kubernetes/README.adoc
rename to spring-boot-grpc-kubernetes/README.adoc
diff --git
a/camel-example-spring-boot-grpc-kubernetes/hello-camel-grpc-client-kubernetes/pom.xml
b/spring-boot-grpc-kubernetes/hello-camel-grpc-client-kubernetes/pom.xml
similarity index 100%
rename from
camel-example-spring-boot-grpc-kubernetes/hello-camel-grpc-client-kubernetes/pom.xml
rename to spring-boot-grpc-kubernetes/hello-camel-grpc-client-kubernetes/pom.xml
diff --git
a/camel-example-spring-boot-grpc-kubernetes/hello-camel-grpc-client-kubernetes/src/main/java/org/apache/camel/example/springboot/grpc/Application.java
b/spring-boot-grpc-kubernetes/hello-camel-grpc-client-kubernetes/src/main/java/org/apache/camel/example/springboot/grpc/Application.java
similarity index 100%
rename from
camel-example-spring-boot-grpc-kubernetes/hello-camel-grpc-client-kubernetes/src/main/java/org/apache/camel/example/springboot/grpc/Application.java
rename to
spring-boot-grpc-kubernetes/hello-camel-grpc-client-kubernetes/src/main/java/org/apache/camel/example/springboot/grpc/Application.java
diff --git
a/camel-example-spring-boot-grpc-kubernetes/hello-camel-grpc-client-kubernetes/src/main/java/org/apache/camel/example/springboot/grpc/CamelGrpcRoute.java
b/spring-boot-grpc-kubernetes/hello-camel-grpc-client-kubernetes/src/main/java/org/apache/camel/example/springboot/grpc/CamelGrpcRoute.java
similarity index 100%
rename from
camel-example-spring-boot-grpc-kubernetes/hello-camel-grpc-client-kubernetes/src/main/java/org/apache/camel/example/springboot/grpc/CamelGrpcRoute.java
rename to
spring-boot-grpc-kubernetes/hello-camel-grpc-client-kubernetes/src/main/java/org/apache/camel/example/springboot/grpc/CamelGrpcRoute.java
diff --git
a/camel-example-spring-boot-grpc-kubernetes/hello-camel-grpc-server-kubernetes/src/main/proto/hellocamel.proto
b/spring-boot-grpc-kubernetes/hello-camel-grpc-client-kubernetes/src/main/proto/hellocamel.proto
similarity index 100%
rename from
camel-example-spring-boot-grpc-kubernetes/hello-camel-grpc-server-kubernetes/src/main/proto/hellocamel.proto
rename to
spring-boot-grpc-kubernetes/hello-camel-grpc-client-kubernetes/src/main/proto/hellocamel.proto
diff --git
a/camel-example-spring-boot-grpc-kubernetes/hello-camel-grpc-client-kubernetes/src/main/resources/application.properties
b/spring-boot-grpc-kubernetes/hello-camel-grpc-client-kubernetes/src/main/resources/application.properties
similarity index 100%
rename from
camel-example-spring-boot-grpc-kubernetes/hello-camel-grpc-client-kubernetes/src/main/resources/application.properties
rename to
spring-boot-grpc-kubernetes/hello-camel-grpc-client-kubernetes/src/main/resources/application.properties
diff --git
a/camel-example-spring-boot-grpc-kubernetes/hello-camel-grpc-server-kubernetes/pom.xml
b/spring-boot-grpc-kubernetes/hello-camel-grpc-server-kubernetes/pom.xml
similarity index 100%
rename from
camel-example-spring-boot-grpc-kubernetes/hello-camel-grpc-server-kubernetes/pom.xml
rename to spring-boot-grpc-kubernetes/hello-camel-grpc-server-kubernetes/pom.xml
diff --git
a/camel-example-spring-boot-grpc-kubernetes/hello-camel-grpc-server-kubernetes/src/main/java/org/apache/camel/examples/grpc/HelloCamelServer.java
b/spring-boot-grpc-kubernetes/hello-camel-grpc-server-kubernetes/src/main/java/org/apache/camel/examples/grpc/HelloCamelServer.java
similarity index 100%
rename from
camel-example-spring-boot-grpc-kubernetes/hello-camel-grpc-server-kubernetes/src/main/java/org/apache/camel/examples/grpc/HelloCamelServer.java
rename to
spring-boot-grpc-kubernetes/hello-camel-grpc-server-kubernetes/src/main/java/org/apache/camel/examples/grpc/HelloCamelServer.java
diff --git
a/camel-example-spring-boot-grpc-kubernetes/hello-camel-grpc-client-kubernetes/src/main/proto/hellocamel.proto
b/spring-boot-grpc-kubernetes/hello-camel-grpc-server-kubernetes/src/main/proto/hellocamel.proto
similarity index 100%
rename from
camel-example-spring-boot-grpc-kubernetes/hello-camel-grpc-client-kubernetes/src/main/proto/hellocamel.proto
rename to
spring-boot-grpc-kubernetes/hello-camel-grpc-server-kubernetes/src/main/proto/hellocamel.proto
diff --git a/camel-example-spring-boot-grpc-kubernetes/pom.xml
b/spring-boot-grpc-kubernetes/pom.xml
similarity index 100%
rename from camel-example-spring-boot-grpc-kubernetes/pom.xml
rename to spring-boot-grpc-kubernetes/pom.xml
diff --git a/camel-example-spring-boot-kafka-avro/README.adoc
b/spring-boot-kafka-avro/README.adoc
similarity index 100%
rename from camel-example-spring-boot-kafka-avro/README.adoc
rename to spring-boot-kafka-avro/README.adoc
diff --git a/camel-example-spring-boot-kafka-avro/pom.xml
b/spring-boot-kafka-avro/pom.xml
similarity index 100%
rename from camel-example-spring-boot-kafka-avro/pom.xml
rename to spring-boot-kafka-avro/pom.xml
diff --git
a/camel-example-spring-boot-kafka-avro/src/main/java/org/apache/camel/example/kafka/avro/Application.java
b/spring-boot-kafka-avro/src/main/java/org/apache/camel/example/kafka/avro/Application.java
similarity index 100%
rename from
camel-example-spring-boot-kafka-avro/src/main/java/org/apache/camel/example/kafka/avro/Application.java
rename to
spring-boot-kafka-avro/src/main/java/org/apache/camel/example/kafka/avro/Application.java
diff --git
a/camel-example-spring-boot-kafka-avro/src/main/java/org/apache/camel/example/kafka/avro/AvroRouteBuilder.java
b/spring-boot-kafka-avro/src/main/java/org/apache/camel/example/kafka/avro/AvroRouteBuilder.java
similarity index 100%
rename from
camel-example-spring-boot-kafka-avro/src/main/java/org/apache/camel/example/kafka/avro/AvroRouteBuilder.java
rename to
spring-boot-kafka-avro/src/main/java/org/apache/camel/example/kafka/avro/AvroRouteBuilder.java
diff --git
a/camel-example-spring-boot-kafka-avro/src/main/java/org/apache/camel/example/kafka/avro/CustomKafkaAvroDeserializer.java
b/spring-boot-kafka-avro/src/main/java/org/apache/camel/example/kafka/avro/CustomKafkaAvroDeserializer.java
similarity index 100%
rename from
camel-example-spring-boot-kafka-avro/src/main/java/org/apache/camel/example/kafka/avro/CustomKafkaAvroDeserializer.java
rename to
spring-boot-kafka-avro/src/main/java/org/apache/camel/example/kafka/avro/CustomKafkaAvroDeserializer.java
diff --git
a/camel-example-spring-boot-kafka-avro/src/main/java/org/apache/camel/example/kafka/avro/CustomKafkaAvroSerializer.java
b/spring-boot-kafka-avro/src/main/java/org/apache/camel/example/kafka/avro/CustomKafkaAvroSerializer.java
similarity index 100%
rename from
camel-example-spring-boot-kafka-avro/src/main/java/org/apache/camel/example/kafka/avro/CustomKafkaAvroSerializer.java
rename to
spring-boot-kafka-avro/src/main/java/org/apache/camel/example/kafka/avro/CustomKafkaAvroSerializer.java
diff --git
a/camel-example-spring-boot-kafka-avro/src/main/java/org/apache/camel/example/kafka/avro/KafkaAvroMessageConsumerProcessor.java
b/spring-boot-kafka-avro/src/main/java/org/apache/camel/example/kafka/avro/KafkaAvroMessageConsumerProcessor.java
similarity index 100%
rename from
camel-example-spring-boot-kafka-avro/src/main/java/org/apache/camel/example/kafka/avro/KafkaAvroMessageConsumerProcessor.java
rename to
spring-boot-kafka-avro/src/main/java/org/apache/camel/example/kafka/avro/KafkaAvroMessageConsumerProcessor.java
diff --git
a/camel-example-spring-boot-kafka-avro/src/main/java/org/apache/camel/example/kafka/avro/KafkaAvroMessageProcessor.java
b/spring-boot-kafka-avro/src/main/java/org/apache/camel/example/kafka/avro/KafkaAvroMessageProcessor.java
similarity index 100%
rename from
camel-example-spring-boot-kafka-avro/src/main/java/org/apache/camel/example/kafka/avro/KafkaAvroMessageProcessor.java
rename to
spring-boot-kafka-avro/src/main/java/org/apache/camel/example/kafka/avro/KafkaAvroMessageProcessor.java
diff --git
a/camel-example-spring-boot-kafka-avro/src/main/java/org/apache/camel/example/kafka/avro/KafkaAvroProcessor.java
b/spring-boot-kafka-avro/src/main/java/org/apache/camel/example/kafka/avro/KafkaAvroProcessor.java
similarity index 100%
rename from
camel-example-spring-boot-kafka-avro/src/main/java/org/apache/camel/example/kafka/avro/KafkaAvroProcessor.java
rename to
spring-boot-kafka-avro/src/main/java/org/apache/camel/example/kafka/avro/KafkaAvroProcessor.java
diff --git
a/camel-example-spring-boot-kafka-avro/src/main/resources/application.properties
b/spring-boot-kafka-avro/src/main/resources/application.properties
similarity index 100%
rename from
camel-example-spring-boot-kafka-avro/src/main/resources/application.properties
rename to spring-boot-kafka-avro/src/main/resources/application.properties
diff --git
a/camel-example-spring-boot-kafka-avro/src/main/resources/avro/employee.avsc
b/spring-boot-kafka-avro/src/main/resources/avro/employee.avsc
similarity index 100%
rename from
camel-example-spring-boot-kafka-avro/src/main/resources/avro/employee.avsc
rename to spring-boot-kafka-avro/src/main/resources/avro/employee.avsc
diff --git
a/camel-example-spring-boot-kafka-offsetrepository/src/main/resources/log4j2.properties
b/spring-boot-kafka-avro/src/main/resources/log4j2.properties
similarity index 100%
rename from
camel-example-spring-boot-kafka-offsetrepository/src/main/resources/log4j2.properties
rename to spring-boot-kafka-avro/src/main/resources/log4j2.properties
diff --git
a/camel-example-spring-boot-kafka-avro/src/main/resources/register_schema.py
b/spring-boot-kafka-avro/src/main/resources/register_schema.py
similarity index 100%
rename from
camel-example-spring-boot-kafka-avro/src/main/resources/register_schema.py
rename to spring-boot-kafka-avro/src/main/resources/register_schema.py
diff --git
a/camel-example-spring-boot-kafka-avro/src/main/resources/spring/camel-context.xml
b/spring-boot-kafka-avro/src/main/resources/spring/camel-context.xml
similarity index 100%
rename from
camel-example-spring-boot-kafka-avro/src/main/resources/spring/camel-context.xml
rename to spring-boot-kafka-avro/src/main/resources/spring/camel-context.xml
diff --git a/camel-example-spring-boot-kafka-offsetrepository/README.adoc
b/spring-boot-kafka-offsetrepository/README.adoc
similarity index 100%
rename from camel-example-spring-boot-kafka-offsetrepository/README.adoc
rename to spring-boot-kafka-offsetrepository/README.adoc
diff --git a/camel-example-spring-boot-kafka-offsetrepository/pom.xml
b/spring-boot-kafka-offsetrepository/pom.xml
similarity index 100%
rename from camel-example-spring-boot-kafka-offsetrepository/pom.xml
rename to spring-boot-kafka-offsetrepository/pom.xml
diff --git
a/camel-example-spring-boot-kafka-offsetrepository/src/main/java/org/apache/camel/example/kafka/offsetRepository/KafkaProcessor.java
b/spring-boot-kafka-offsetrepository/src/main/java/org/apache/camel/example/kafka/offsetRepository/KafkaProcessor.java
similarity index 100%
rename from
camel-example-spring-boot-kafka-offsetrepository/src/main/java/org/apache/camel/example/kafka/offsetRepository/KafkaProcessor.java
rename to
spring-boot-kafka-offsetrepository/src/main/java/org/apache/camel/example/kafka/offsetRepository/KafkaProcessor.java
diff --git
a/camel-example-spring-boot-kafka-offsetrepository/src/main/java/org/apache/camel/example/kafka/offsetRepository/OffsetRepoApp.java
b/spring-boot-kafka-offsetrepository/src/main/java/org/apache/camel/example/kafka/offsetRepository/OffsetRepoApp.java
similarity index 100%
rename from
camel-example-spring-boot-kafka-offsetrepository/src/main/java/org/apache/camel/example/kafka/offsetRepository/OffsetRepoApp.java
rename to
spring-boot-kafka-offsetrepository/src/main/java/org/apache/camel/example/kafka/offsetRepository/OffsetRepoApp.java
diff --git
a/camel-example-spring-boot-kafka-offsetrepository/src/main/resources/application.properties
b/spring-boot-kafka-offsetrepository/src/main/resources/application.properties
similarity index 100%
rename from
camel-example-spring-boot-kafka-offsetrepository/src/main/resources/application.properties
rename to
spring-boot-kafka-offsetrepository/src/main/resources/application.properties
diff --git
a/camel-example-spring-boot-kafka-avro/src/main/resources/log4j2.properties
b/spring-boot-kafka-offsetrepository/src/main/resources/log4j2.properties
similarity index 100%
rename from
camel-example-spring-boot-kafka-avro/src/main/resources/log4j2.properties
rename to
spring-boot-kafka-offsetrepository/src/main/resources/log4j2.properties
diff --git
a/camel-example-spring-boot-kafka-offsetrepository/src/main/resources/offsetStateRepo.dat
b/spring-boot-kafka-offsetrepository/src/main/resources/offsetStateRepo.dat
similarity index 100%
rename from
camel-example-spring-boot-kafka-offsetrepository/src/main/resources/offsetStateRepo.dat
rename to
spring-boot-kafka-offsetrepository/src/main/resources/offsetStateRepo.dat
diff --git
a/camel-example-spring-boot-kafka-offsetrepository/src/main/resources/spring/camel-context.xml
b/spring-boot-kafka-offsetrepository/src/main/resources/spring/camel-context.xml
similarity index 100%
rename from
camel-example-spring-boot-kafka-offsetrepository/src/main/resources/spring/camel-context.xml
rename to
spring-boot-kafka-offsetrepository/src/main/resources/spring/camel-context.xml
diff --git a/camel-example-spring-boot-master/pom.xml
b/spring-boot-master/pom.xml
similarity index 100%
rename from camel-example-spring-boot-master/pom.xml
rename to spring-boot-master/pom.xml
diff --git a/camel-example-spring-boot-master/readme.adoc
b/spring-boot-master/readme.adoc
similarity index 100%
rename from camel-example-spring-boot-master/readme.adoc
rename to spring-boot-master/readme.adoc
diff --git
a/camel-example-spring-boot-master/src/main/java/org/apache/camel/examples/master/MasterNode.java
b/spring-boot-master/src/main/java/org/apache/camel/examples/master/MasterNode.java
similarity index 100%
rename from
camel-example-spring-boot-master/src/main/java/org/apache/camel/examples/master/MasterNode.java
rename to
spring-boot-master/src/main/java/org/apache/camel/examples/master/MasterNode.java
diff --git
a/camel-example-spring-boot-master/src/main/java/org/apache/camel/examples/master/MasterNodeConfiguration.java
b/spring-boot-master/src/main/java/org/apache/camel/examples/master/MasterNodeConfiguration.java
similarity index 100%
rename from
camel-example-spring-boot-master/src/main/java/org/apache/camel/examples/master/MasterNodeConfiguration.java
rename to
spring-boot-master/src/main/java/org/apache/camel/examples/master/MasterNodeConfiguration.java
diff --git
a/camel-example-spring-boot-master/src/main/resources/application.properties
b/spring-boot-master/src/main/resources/application.properties
similarity index 100%
rename from
camel-example-spring-boot-master/src/main/resources/application.properties
rename to spring-boot-master/src/main/resources/application.properties
diff --git a/camel-example-spring-boot-rest-swagger-simple/README.adoc
b/spring-boot-rest-swagger-simple/README.adoc
similarity index 100%
rename from camel-example-spring-boot-rest-swagger-simple/README.adoc
rename to spring-boot-rest-swagger-simple/README.adoc
diff --git a/camel-example-spring-boot-rest-swagger-simple/pom.xml
b/spring-boot-rest-swagger-simple/pom.xml
similarity index 100%
rename from camel-example-spring-boot-rest-swagger-simple/pom.xml
rename to spring-boot-rest-swagger-simple/pom.xml
diff --git
a/camel-example-spring-boot-rest-swagger-simple/src/main/java/org/apache/camel/example/RestSwaggerApplication.java
b/spring-boot-rest-swagger-simple/src/main/java/org/apache/camel/example/RestSwaggerApplication.java
similarity index 100%
rename from
camel-example-spring-boot-rest-swagger-simple/src/main/java/org/apache/camel/example/RestSwaggerApplication.java
rename to
spring-boot-rest-swagger-simple/src/main/java/org/apache/camel/example/RestSwaggerApplication.java
diff --git a/camel-example-spring-boot-strimzi/.gitignore
b/spring-boot-strimzi/.gitignore
similarity index 100%
rename from camel-example-spring-boot-strimzi/.gitignore
rename to spring-boot-strimzi/.gitignore
diff --git a/camel-example-spring-boot-strimzi/README.adoc
b/spring-boot-strimzi/README.adoc
similarity index 100%
rename from camel-example-spring-boot-strimzi/README.adoc
rename to spring-boot-strimzi/README.adoc
diff --git a/camel-example-spring-boot-strimzi/pom.xml
b/spring-boot-strimzi/pom.xml
similarity index 100%
rename from camel-example-spring-boot-strimzi/pom.xml
rename to spring-boot-strimzi/pom.xml
diff --git a/camel-example-spring-boot-strimzi/prepare-truststore.sh
b/spring-boot-strimzi/prepare-truststore.sh
similarity index 100%
rename from camel-example-spring-boot-strimzi/prepare-truststore.sh
rename to spring-boot-strimzi/prepare-truststore.sh
diff --git a/camel-example-spring-boot-strimzi/route-diagram.png
b/spring-boot-strimzi/route-diagram.png
similarity index 100%
rename from camel-example-spring-boot-strimzi/route-diagram.png
rename to spring-boot-strimzi/route-diagram.png
diff --git a/camel-example-spring-boot-strimzi/src/main/fabric8/deployment.yml
b/spring-boot-strimzi/src/main/fabric8/deployment.yml
similarity index 100%
rename from camel-example-spring-boot-strimzi/src/main/fabric8/deployment.yml
rename to spring-boot-strimzi/src/main/fabric8/deployment.yml
diff --git
a/camel-example-spring-boot-strimzi/src/main/java/org/apache/camel/example/strimzi/Application.java
b/spring-boot-strimzi/src/main/java/org/apache/camel/example/strimzi/Application.java
similarity index 100%
rename from
camel-example-spring-boot-strimzi/src/main/java/org/apache/camel/example/strimzi/Application.java
rename to
spring-boot-strimzi/src/main/java/org/apache/camel/example/strimzi/Application.java
diff --git
a/camel-example-spring-boot-strimzi/src/main/java/org/apache/camel/example/strimzi/StrimziRouteBuilder.java
b/spring-boot-strimzi/src/main/java/org/apache/camel/example/strimzi/StrimziRouteBuilder.java
similarity index 100%
rename from
camel-example-spring-boot-strimzi/src/main/java/org/apache/camel/example/strimzi/StrimziRouteBuilder.java
rename to
spring-boot-strimzi/src/main/java/org/apache/camel/example/strimzi/StrimziRouteBuilder.java
diff --git
a/camel-example-spring-boot-strimzi/src/main/resources/application-local.properties
b/spring-boot-strimzi/src/main/resources/application-local.properties
similarity index 100%
rename from
camel-example-spring-boot-strimzi/src/main/resources/application-local.properties
rename to spring-boot-strimzi/src/main/resources/application-local.properties
diff --git
a/camel-example-spring-boot-strimzi/src/main/resources/application.properties
b/spring-boot-strimzi/src/main/resources/application.properties
similarity index 100%
rename from
camel-example-spring-boot-strimzi/src/main/resources/application.properties
rename to spring-boot-strimzi/src/main/resources/application.properties
diff --git
a/camel-example-spring-boot-strimzi/src/main/resources/kafka-ephemeral-kubernetes.yaml
b/spring-boot-strimzi/src/main/resources/kafka-ephemeral-kubernetes.yaml
similarity index 100%
rename from
camel-example-spring-boot-strimzi/src/main/resources/kafka-ephemeral-kubernetes.yaml
rename to spring-boot-strimzi/src/main/resources/kafka-ephemeral-kubernetes.yaml
diff --git
a/camel-example-spring-boot-strimzi/src/main/resources/kafka-ephemeral-openshift.yaml
b/spring-boot-strimzi/src/main/resources/kafka-ephemeral-openshift.yaml
similarity index 100%
rename from
camel-example-spring-boot-strimzi/src/main/resources/kafka-ephemeral-openshift.yaml
rename to spring-boot-strimzi/src/main/resources/kafka-ephemeral-openshift.yaml
diff --git a/camel-example-spring-boot-twitter-salesforce/README.adoc
b/spring-boot-twitter-salesforce/README.adoc
similarity index 100%
rename from camel-example-spring-boot-twitter-salesforce/README.adoc
rename to spring-boot-twitter-salesforce/README.adoc
diff --git a/camel-example-spring-boot-twitter-salesforce/pom.xml
b/spring-boot-twitter-salesforce/pom.xml
similarity index 100%
rename from camel-example-spring-boot-twitter-salesforce/pom.xml
rename to spring-boot-twitter-salesforce/pom.xml
diff --git
a/camel-example-spring-boot-twitter-salesforce/src/main/java/org/apache/camel/example/mention/Contact.java
b/spring-boot-twitter-salesforce/src/main/java/org/apache/camel/example/mention/Contact.java
similarity index 100%
rename from
camel-example-spring-boot-twitter-salesforce/src/main/java/org/apache/camel/example/mention/Contact.java
rename to
spring-boot-twitter-salesforce/src/main/java/org/apache/camel/example/mention/Contact.java
diff --git
a/camel-example-spring-boot-twitter-salesforce/src/main/java/org/apache/camel/example/mention/TwitterSalesforceApplication.java
b/spring-boot-twitter-salesforce/src/main/java/org/apache/camel/example/mention/TwitterSalesforceApplication.java
similarity index 100%
rename from
camel-example-spring-boot-twitter-salesforce/src/main/java/org/apache/camel/example/mention/TwitterSalesforceApplication.java
rename to
spring-boot-twitter-salesforce/src/main/java/org/apache/camel/example/mention/TwitterSalesforceApplication.java
diff --git
a/camel-example-spring-boot-twitter-salesforce/src/main/java/org/apache/camel/example/mention/TwitterSalesforceRoute.java
b/spring-boot-twitter-salesforce/src/main/java/org/apache/camel/example/mention/TwitterSalesforceRoute.java
similarity index 100%
rename from
camel-example-spring-boot-twitter-salesforce/src/main/java/org/apache/camel/example/mention/TwitterSalesforceRoute.java
rename to
spring-boot-twitter-salesforce/src/main/java/org/apache/camel/example/mention/TwitterSalesforceRoute.java
diff --git
a/camel-example-spring-boot-twitter-salesforce/src/main/resources/META-INF/LICENSE.txt
b/spring-boot-twitter-salesforce/src/main/resources/META-INF/LICENSE.txt
similarity index 100%
rename from
camel-example-spring-boot-twitter-salesforce/src/main/resources/META-INF/LICENSE.txt
rename to spring-boot-twitter-salesforce/src/main/resources/META-INF/LICENSE.txt
diff --git
a/camel-example-spring-boot-twitter-salesforce/src/main/resources/META-INF/NOTICE.txt
b/spring-boot-twitter-salesforce/src/main/resources/META-INF/NOTICE.txt
similarity index 100%
rename from
camel-example-spring-boot-twitter-salesforce/src/main/resources/META-INF/NOTICE.txt
rename to spring-boot-twitter-salesforce/src/main/resources/META-INF/NOTICE.txt
diff --git
a/camel-example-spring-boot-twitter-salesforce/src/main/resources/application.properties
b/spring-boot-twitter-salesforce/src/main/resources/application.properties
similarity index 100%
rename from
camel-example-spring-boot-twitter-salesforce/src/main/resources/application.properties
rename to
spring-boot-twitter-salesforce/src/main/resources/application.properties
diff --git a/camel-example-spring-boot-webhook/pom.xml
b/spring-boot-webhook/pom.xml
similarity index 100%
rename from camel-example-spring-boot-webhook/pom.xml
rename to spring-boot-webhook/pom.xml
diff --git a/camel-example-spring-boot-webhook/readme.adoc
b/spring-boot-webhook/readme.adoc
similarity index 100%
rename from camel-example-spring-boot-webhook/readme.adoc
rename to spring-boot-webhook/readme.adoc
diff --git
a/camel-example-spring-boot-webhook/src/main/java/org/apache/camel/example/webhook/Application.java
b/spring-boot-webhook/src/main/java/org/apache/camel/example/webhook/Application.java
similarity index 100%
rename from
camel-example-spring-boot-webhook/src/main/java/org/apache/camel/example/webhook/Application.java
rename to
spring-boot-webhook/src/main/java/org/apache/camel/example/webhook/Application.java
diff --git
a/camel-example-spring-boot-webhook/src/main/resources/application.properties
b/spring-boot-webhook/src/main/resources/application.properties
similarity index 100%
rename from
camel-example-spring-boot-webhook/src/main/resources/application.properties
rename to spring-boot-webhook/src/main/resources/application.properties