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 3028178 Regen 3028178 is described below commit 3028178b0dd53deee879cc1d8ad678654a1ce09c Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Mon Feb 8 16:17:40 2021 +0100 Regen --- README.adoc | 94 ++++++++++++++++++++++++++++++------------------------------- pom.xml | 4 +++ 2 files changed, 51 insertions(+), 47 deletions(-) diff --git a/README.adoc b/README.adoc index 4f8d576..7f77b60 100644 --- a/README.adoc +++ b/README.adoc @@ -33,105 +33,105 @@ Number of Examples: 47 (0 deprecated) |=== | Example | Category | Description -| link:spring-boot-health-checks/readme.adoc[Spring Boot Health Checks] (camel-example-spring-boot-health-checks) | | +| link:spring-boot-health-checks/readme.adoc[Spring Boot Health Checks] (spring-boot-health-checks) | | -| 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:spring-boot-undertow-spring-security/readme.adoc[Spring Boot Undertow Spring Security] (spring-boot-undertow-spring-security) | Advanced | Example on how to use the Camel Undertow component with spring security and Keycloak -| 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-webhook/readme.adoc[Spring Boot Webhook] (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 +| link:spring-boot/readme.adoc[Spring Boot] (spring-boot) | Beginner | An example showing how to work with Camel and Spring Boot -| link:spring-boot-jira/README.adoc[Spring Boot Jira] (camel-example-spring-boot-jira) | Beginner | An example that uses Jira Camel API +| link:spring-boot-jira/README.adoc[Spring Boot Jira] (spring-boot-jira) | Beginner | An example that uses Jira Camel API -| link:spring-boot-load-balancer-eip/README.adoc[Spring Boot Load Balancer Eip] (camel-example-spring-boot-load-balancer-eip) | Beginner | An example showing Load Balancer EIP with Camel and Spring Boot +| link:spring-boot-load-balancer-eip/README.adoc[Spring Boot Load Balancer Eip] (spring-boot-load-balancer-eip) | Beginner | An example showing Load Balancer EIP with Camel and Spring Boot -| link:spring-boot-pojo/README.adoc[Spring Boot Pojo] (camel-example-spring-boot-pojo) | Beginner | An example showing how to work with Camel POJO routing with Spring Boot +| link:spring-boot-pojo/README.adoc[Spring Boot Pojo] (spring-boot-pojo) | Beginner | An example showing how to work with Camel POJO routing with Spring Boot -| 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:spring-boot-rest-openapi-simple/README.adoc[REST OpenApi] (spring-boot-rest-openapi-simple) | Beginner | This example shows how to call a Rest service defined using OpenApi 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-rest-swagger-simple/README.adoc[REST Swagger] (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) +| link:spring-boot-routetemplate/readme.adoc[Spring Boot Routetemplate] (spring-boot-routetemplate) | Beginner | How to use route templates (parameterized routes) -| link:spring-boot-splitter-eip/README.adoc[Spring Boot Splitter Eip] (camel-example-spring-boot-splitter-eip) | Beginner | An example showing Splitter EIP with Camel and Spring Boot +| link:spring-boot-splitter-eip/README.adoc[Spring Boot Splitter Eip] (spring-boot-splitter-eip) | Beginner | An example showing Splitter EIP with Camel and Spring Boot -| link:spring-boot-type-converter/README.adoc[Spring Boot Type Converter] (camel-example-spring-boot-type-converter) | Beginner | An example showing how to create custom type converter with Camel and Spring Boot +| link:spring-boot-type-converter/README.adoc[Spring Boot Type Converter] (spring-boot-type-converter) | Beginner | An example showing how to create custom type converter with Camel and Spring Boot -| link:spring-boot-unit-testing/README.adoc[Spring Boot Unit Testing] (camel-example-spring-boot-unit-testing) | Beginner | An example showing how to write unit tests with Camel and Spring Boot +| link:spring-boot-unit-testing/README.adoc[Spring Boot Unit Testing] (spring-boot-unit-testing) | Beginner | An example showing how to write unit tests with Camel and Spring Boot -| link:spring-boot-xml/readme.adoc[Spring Boot XML] (camel-example-spring-boot-xml) | Beginner | An example showing how to work with Camel routes in XML files and Spring Boot +| link:spring-boot-xml/readme.adoc[Spring Boot XML] (spring-boot-xml) | Beginner | An example showing how to work with Camel routes in XML files and Spring Boot -| link:spring-boot-aws2-s3/README.adoc[Spring Boot Aws2 S3] (camel-example-spring-boot-aws2-s3) | Cloud | An example showing the Camel AWS2 S3 component with Spring Boot +| link:spring-boot-aws2-s3/README.adoc[Spring Boot Aws2 S3] (spring-boot-aws2-s3) | Cloud | An example showing the Camel AWS2 S3 component with Spring Boot -| 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:spring-boot-grpc/README.adoc[gRPC Spring Boot] (spring-boot-grpc) | Cloud | An example showing the Camel gRPC component with Spring Boot -| 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-grpc-kubernetes/README.adoc[gRPC Kubernetes] (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 +| link:spring-boot-infinispan/README.adoc[Spring Boot Infinispan] (spring-boot-infinispan) | Cloud | An example showing the Camel Infinispan component with Spring Boot -| link:spring-boot-servicecall/README.adoc[Spring Boot ServiceCall] (camel-example-spring-boot-servicecall) | Cloud | An example showing how to work with Camel ServiceCall EIP and Spring Boot +| link:spring-boot-servicecall/README.adoc[Spring Boot ServiceCall] (spring-boot-servicecall) | Cloud | An example showing how to work with Camel ServiceCall EIP and Spring Boot -| 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:spring-boot-clustered-route-controller/readme.adoc[Spring Boot Clustered Route Controller] (spring-boot-clustered-route-controller) | Clustering | An example showing how to work with Camel's Clustered Route Controller 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-master/readme.adoc[Spring Boot Master] (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 +| link:spring-boot-arangodb/README.adoc[Spring Boot Arangodb] (spring-boot-arangodb) | Database | An example showing the Camel ArangoDb component with Spring Boot -| link:spring-boot-rest-jpa/README.adoc[Spring Boot REST JPA] (camel-example-spring-boot-rest-jpa) | Database | An example demonstrating how to use Camel REST DSL with JPA to expose a RESTful API that performs CRUD +| link:spring-boot-rest-jpa/README.adoc[Spring Boot REST JPA] (spring-boot-rest-jpa) | Database | An example demonstrating how to use Camel REST DSL with JPA to expose a RESTful API that performs CRUD operations on a database -| link:spring-boot-hystrix/README.adoc[Spring Boot Hystrix] (camel-example-spring-boot-hystrix) | EIP | An example showing how to use Hystrix EIP as circuit breaker in Camel routes +| link:spring-boot-hystrix/README.adoc[Spring Boot Hystrix] (spring-boot-hystrix) | EIP | An example showing how to use Hystrix EIP as circuit breaker in Camel routes -| link:spring-boot-resilience4j/README.adoc[Spring Boot Resilience4j] (camel-example-spring-boot-resilience4j) | EIP | An example showing how to use Resilience4j EIP as circuit breaker in Camel routes +| link:spring-boot-resilience4j/README.adoc[Spring Boot Resilience4j] (spring-boot-resilience4j) | EIP | An example showing how to use Resilience4j EIP as circuit breaker in Camel routes -| link:spring-boot-fhir/readme.adoc[Spring Boot Fhir] (camel-example-spring-boot-fhir) | Health Care | An example showing how to work with Camel, FHIR and Spring Boot +| link:spring-boot-fhir/readme.adoc[Spring Boot Fhir] (spring-boot-fhir) | Health Care | An example showing how to work with Camel, FHIR and Spring Boot -| link:spring-boot-fhir-auth-tx/readme.adoc[Spring Boot Fhir Auth Tx] (camel-example-spring-boot-fhir-auth-tx) | Health Care | An example showing how to work with Camel, FHIR Authorization, FHIR Transaction and Spring Boot +| link:spring-boot-fhir-auth-tx/readme.adoc[Spring Boot Fhir Auth Tx] (spring-boot-fhir-auth-tx) | Health Care | An example showing how to work with Camel, FHIR Authorization, FHIR Transaction and Spring Boot -| link:spring-boot-validator/readme.adoc[Validator Spring Boot] (camel-example-spring-boot-validator) | Input/Output Type Contract | An example showing how to work with declarative validation and Spring Boot +| link:spring-boot-validator/readme.adoc[Validator Spring Boot] (spring-boot-validator) | Input/Output Type Contract | An example showing how to work with declarative validation and Spring Boot -| link:spring-boot-actuator-http-metrics/readme.adoc[Spring Boot Actuator Http Metrics] (camel-example-spring-boot-actuator-http-metrics) | Management and Monitoring | Example on how to use Spring Boot's Actuator endpoints to gather info like mappings or metrics +| link:spring-boot-actuator-http-metrics/readme.adoc[Spring Boot Actuator Http Metrics] (spring-boot-actuator-http-metrics) | Management and Monitoring | Example on how to use Spring Boot's Actuator endpoints to gather info like mappings or metrics -| link:spring-boot-apm-opentracing/README.adoc[OpenTracing APM] (camel-example-spring-boot-apm-opentracing) | Management and Monitoring | An example showing how to trace incoming and outgoing messages from Camel with OpenTracing with ElastiCo APM +| link:spring-boot-apm-opentracing/README.adoc[OpenTracing APM] (spring-boot-apm-opentracing) | Management and Monitoring | An example showing how to trace incoming and outgoing messages from Camel with OpenTracing with ElastiCo APM -| link:spring-boot-metrics/README.adoc[Spring Boot Metrics] (camel-example-spring-boot-metrics) | Management and Monitoring | An example showing how to work with Camel and Spring Boot and report metrics to Graphite +| link:spring-boot-metrics/README.adoc[Spring Boot Metrics] (spring-boot-metrics) | Management and Monitoring | An example showing how to work with Camel and Spring Boot and report metrics to Graphite -| link:spring-boot-opentracing/README.adoc[OpenTracing] (camel-example-spring-boot-opentracing) | Management and Monitoring | An example showing how to trace incoming and outgoing messages from Camel with OpenTracing +| link:spring-boot-opentracing/README.adoc[OpenTracing] (spring-boot-opentracing) | Management and Monitoring | An example showing how to trace incoming and outgoing messages from Camel with OpenTracing -| link:spring-boot-supervising-route-controller/readme.adoc[Spring Boot Supervising Route Controller] (camel-example-spring-boot-supervising-route-controller) | Management and Monitoring | An example showing how to work with Camel's Supervising Route Controller and Spring Boot +| link:spring-boot-supervising-route-controller/readme.adoc[Spring Boot Supervising Route Controller] (spring-boot-supervising-route-controller) | Management and Monitoring | An example showing how to work with Camel's Supervising Route Controller and Spring Boot -| link:spring-boot-zipkin/README.adoc[Spring Boot Zipkin] (camel-example-spring-boot-zipkin) | Management and Monitoring | An example showing how to trace incoming and outgoing messages from Camel with Zipkin +| link:spring-boot-zipkin/README.adoc[Spring Boot Zipkin] (spring-boot-zipkin) | Management and Monitoring | An example showing how to trace incoming and outgoing messages from Camel with Zipkin -| link:spring-boot-activemq/readme.adoc[Spring Boot Activemq] (camel-example-spring-boot-activemq) | Messaging | An example showing how to work with Camel, ActiveMQ and Spring Boot +| link:spring-boot-activemq/readme.adoc[Spring Boot Activemq] (spring-boot-activemq) | Messaging | An example showing how to work with Camel, ActiveMQ and Spring Boot -| 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:spring-boot-amqp/readme.adoc[Spring Boot Amqp] (spring-boot-amqp) | Messaging | An example showing how to work with Camel, ActiveMQ Amqp and Spring Boot -| link: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] (spring-boot-kafka-avro) | Messaging | An example for Kafka avro -| 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-kafka-offsetrepository/README.adoc[Spring Boot Kafka Offsetrepository] (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:spring-boot-rabbitmq/readme.adoc[Spring Boot Rabbitmq] (spring-boot-rabbitmq) | Messaging | An example showing how to work with Camel and RabbitMQ -| 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-strimzi/README.adoc[Spring Boot Strimzi] (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 +| link:spring-boot-widget-gadget/README.adoc[Spring Boot Widget Gadget] (spring-boot-widget-gadget) | Messaging | The widget and gadget example from EIP book, running on Spring Boot -| link:spring-boot-reactive-streams/readme.adoc[Spring Boot Reactive Streams] (camel-example-spring-boot-reactive-streams) | Reactive | An example that shows how Camel can exchange data using reactive streams with Spring Boot reactor +| link:spring-boot-reactive-streams/readme.adoc[Spring Boot Reactive Streams] (spring-boot-reactive-streams) | Reactive | An example that shows how Camel can exchange data using reactive streams with Spring Boot reactor -| link:spring-boot-geocoder/README.adoc[Spring Boot Geocoder] (camel-example-spring-boot-geocoder) | Rest | An example showing the Camel Geocoder component via REST DSL with Spring Boot +| link:spring-boot-geocoder/README.adoc[Spring Boot Geocoder] (spring-boot-geocoder) | Rest | An example showing the Camel Geocoder component via REST DSL with Spring Boot -| link:spring-boot-rest-openapi/README.adoc[Spring Boot Rest Openapi] (camel-example-spring-boot-rest-openapi) | Rest | An example showing Camel REST DSL and OpenApi with Spring Boot +| link:spring-boot-rest-openapi/README.adoc[Spring Boot Rest Openapi] (spring-boot-rest-openapi) | Rest | An example showing Camel REST DSL and OpenApi with Spring Boot -| link:spring-boot-rest-producer/readme.adoc[Spring Boot Rest Producer] (camel-example-spring-boot-rest-producer) | Rest | An example showing how to use Camel Rest to call a REST service +| link:spring-boot-rest-producer/readme.adoc[Spring Boot Rest Producer] (spring-boot-rest-producer) | Rest | An example showing how to use Camel Rest to call a REST service -| 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:spring-boot-rest-swagger/README.adoc[Spring Boot Rest Swagger] (spring-boot-rest-swagger) | Rest | An example showing Camel REST DSL and Swagger with Spring Boot -| 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 +| link:spring-boot-twitter-salesforce/README.adoc[Spring Boot Twitter Salesforce] (spring-boot-twitter-salesforce) | Social | Twitter mentions is created as contacts in Salesforce |=== // examples: END diff --git a/pom.xml b/pom.xml index 3f88721..426292d 100644 --- a/pom.xml +++ b/pom.xml @@ -148,6 +148,10 @@ <groupId>org.apache.camel</groupId> <artifactId>camel-package-maven-plugin</artifactId> <version>${camel-version}</version> + <configuration> + <startingFolder></startingFolder> + <filter>spring-boot</filter> + </configuration> <executions> <execution> <goals>