This is an automated email from the ASF dual-hosted git repository. bvahdat pushed a commit to branch switch-3.11.0-SNAPSHOT in repository https://gitbox.apache.org/repos/asf/camel-spring-boot-examples.git
commit edf41e6918a4c6c18af6ee3525c279951ef3bf87 Author: Babak Vahdat <[email protected]> AuthorDate: Fri May 21 19:51:28 2021 +0200 Upgrade to 3.11.0-SNAPSHOT and fix the failing test of rest-jpa example --- activemq/pom.xml | 2 +- actuator-http-metrics/pom.xml | 2 +- amqp/pom.xml | 2 +- apm-opentracing/pom.xml | 2 +- arangodb/pom.xml | 2 +- aws2-s3/pom.xml | 2 +- clustered-route-controller/cluster-bootstrap/pom.xml | 2 +- clustered-route-controller/cluster-node/pom.xml | 2 +- clustered-route-controller/pom.xml | 2 +- fhir-auth-tx/pom.xml | 2 +- fhir/pom.xml | 2 +- geocoder/pom.xml | 2 +- grpc-kubernetes/hello-camel-grpc-client-kubernetes/pom.xml | 2 +- grpc-kubernetes/hello-camel-grpc-server-kubernetes/pom.xml | 2 +- grpc-kubernetes/pom.xml | 2 +- grpc/hello-camel-grpc-client/pom.xml | 2 +- grpc/hello-camel-grpc-server/pom.xml | 2 +- grpc/pom.xml | 2 +- health-checks/pom.xml | 2 +- hystrix/client/pom.xml | 2 +- hystrix/pom.xml | 2 +- hystrix/service1/pom.xml | 2 +- hystrix/service2/pom.xml | 2 +- infinispan/pom.xml | 2 +- jira/pom.xml | 2 +- kafka-avro/pom.xml | 2 +- kafka-offsetrepository/pom.xml | 2 +- load-balancer-eip/pom.xml | 2 +- master/pom.xml | 2 +- metrics/pom.xml | 6 +----- opentracing/client/pom.xml | 2 +- opentracing/loggingtracer/pom.xml | 2 +- opentracing/pom.xml | 2 +- opentracing/service1/pom.xml | 2 +- opentracing/service2/pom.xml | 2 +- pojo/pom.xml | 2 +- pom.xml | 4 ++-- rabbitmq/pom.xml | 2 +- reactive-streams/pom.xml | 2 +- resilience4j/client/pom.xml | 2 +- resilience4j/client2/pom.xml | 2 +- resilience4j/pom.xml | 2 +- resilience4j/service1/pom.xml | 2 +- resilience4j/service2/pom.xml | 2 +- rest-jpa/pom.xml | 6 +----- rest-jpa/src/main/resources/application-dev.yml | 1 - rest-jpa/src/main/resources/application.yml | 2 -- rest-jpa/src/test/resources/application.yml | 7 +++---- rest-openapi-simple/pom.xml | 2 +- rest-openapi/pom.xml | 2 +- rest-producer/pom.xml | 2 +- rest-swagger-simple/pom.xml | 2 +- rest-swagger/pom.xml | 2 +- routetemplate/pom.xml | 2 +- servicecall/consumer/pom.xml | 2 +- servicecall/pom.xml | 2 +- servicecall/services/pom.xml | 2 +- splitter-eip/pom.xml | 2 +- spring-boot/pom.xml | 2 +- strimzi/pom.xml | 2 +- supervising-route-controller/pom.xml | 2 +- twitter-salesforce/pom.xml | 2 +- type-converter/pom.xml | 2 +- undertow-spring-security/pom.xml | 2 +- unit-testing/pom.xml | 2 +- validator/pom.xml | 2 +- webhook/pom.xml | 2 +- widget-gadget/pom.xml | 2 +- xml/pom.xml | 2 +- zipkin/client/pom.xml | 2 +- zipkin/pom.xml | 2 +- zipkin/service1/pom.xml | 2 +- zipkin/service2/pom.xml | 2 +- 73 files changed, 74 insertions(+), 86 deletions(-) diff --git a/activemq/pom.xml b/activemq/pom.xml index 29c9f79..3cfcb78 100644 --- a/activemq/pom.xml +++ b/activemq/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>examples</artifactId> - <version>3.10.0-SNAPSHOT</version> + <version>3.11.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-activemq</artifactId> diff --git a/actuator-http-metrics/pom.xml b/actuator-http-metrics/pom.xml index f3a4fe5..d507995 100644 --- a/actuator-http-metrics/pom.xml +++ b/actuator-http-metrics/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>examples</artifactId> - <version>3.10.0-SNAPSHOT</version> + <version>3.11.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-actuator-http-metrics</artifactId> diff --git a/amqp/pom.xml b/amqp/pom.xml index bdc97ff..e3a22b4 100644 --- a/amqp/pom.xml +++ b/amqp/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>examples</artifactId> - <version>3.10.0-SNAPSHOT</version> + <version>3.11.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-amqp</artifactId> diff --git a/apm-opentracing/pom.xml b/apm-opentracing/pom.xml index 3cbfd47..8eb3481 100644 --- a/apm-opentracing/pom.xml +++ b/apm-opentracing/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>examples</artifactId> - <version>3.10.0-SNAPSHOT</version> + <version>3.11.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-apm-opentracing</artifactId> diff --git a/arangodb/pom.xml b/arangodb/pom.xml index 6d28197..597f3a5 100644 --- a/arangodb/pom.xml +++ b/arangodb/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>examples</artifactId> - <version>3.10.0-SNAPSHOT</version> + <version>3.11.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-arangodb</artifactId> diff --git a/aws2-s3/pom.xml b/aws2-s3/pom.xml index 3488442..1b3c2d1 100644 --- a/aws2-s3/pom.xml +++ b/aws2-s3/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>examples</artifactId> - <version>3.10.0-SNAPSHOT</version> + <version>3.11.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-aws2-s3</artifactId> diff --git a/clustered-route-controller/cluster-bootstrap/pom.xml b/clustered-route-controller/cluster-bootstrap/pom.xml index 940bec6..4902762 100644 --- a/clustered-route-controller/cluster-bootstrap/pom.xml +++ b/clustered-route-controller/cluster-bootstrap/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>camel-example-spring-boot-clustered-route-controller</artifactId> - <version>3.10.0-SNAPSHOT</version> + <version>3.11.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-clustered-route-controller-cluster-bootstrap</artifactId> diff --git a/clustered-route-controller/cluster-node/pom.xml b/clustered-route-controller/cluster-node/pom.xml index 80be82c..500f620 100644 --- a/clustered-route-controller/cluster-node/pom.xml +++ b/clustered-route-controller/cluster-node/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>camel-example-spring-boot-clustered-route-controller</artifactId> - <version>3.10.0-SNAPSHOT</version> + <version>3.11.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-clustered-route-controller-cluster-node</artifactId> diff --git a/clustered-route-controller/pom.xml b/clustered-route-controller/pom.xml index 1ce4fbb..2c88f67 100644 --- a/clustered-route-controller/pom.xml +++ b/clustered-route-controller/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>examples</artifactId> - <version>3.10.0-SNAPSHOT</version> + <version>3.11.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-clustered-route-controller</artifactId> diff --git a/fhir-auth-tx/pom.xml b/fhir-auth-tx/pom.xml index 305991e..9ca41ea 100644 --- a/fhir-auth-tx/pom.xml +++ b/fhir-auth-tx/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>examples</artifactId> - <version>3.10.0-SNAPSHOT</version> + <version>3.11.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-fhir-auth-tx</artifactId> diff --git a/fhir/pom.xml b/fhir/pom.xml index 08c006a..55b3e6e 100644 --- a/fhir/pom.xml +++ b/fhir/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>examples</artifactId> - <version>3.10.0-SNAPSHOT</version> + <version>3.11.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-fhir</artifactId> diff --git a/geocoder/pom.xml b/geocoder/pom.xml index 4babfae..e4afde4 100644 --- a/geocoder/pom.xml +++ b/geocoder/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>examples</artifactId> - <version>3.10.0-SNAPSHOT</version> + <version>3.11.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-geocoder</artifactId> diff --git a/grpc-kubernetes/hello-camel-grpc-client-kubernetes/pom.xml b/grpc-kubernetes/hello-camel-grpc-client-kubernetes/pom.xml index b62ae63..61fdc2e 100644 --- a/grpc-kubernetes/hello-camel-grpc-client-kubernetes/pom.xml +++ b/grpc-kubernetes/hello-camel-grpc-client-kubernetes/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>camel-example-spring-boot-grpc-kubernetes</artifactId> - <version>3.10.0-SNAPSHOT</version> + <version>3.11.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-hello-grpc-client-kubernetes</artifactId> diff --git a/grpc-kubernetes/hello-camel-grpc-server-kubernetes/pom.xml b/grpc-kubernetes/hello-camel-grpc-server-kubernetes/pom.xml index 256ccbf..6753594 100644 --- a/grpc-kubernetes/hello-camel-grpc-server-kubernetes/pom.xml +++ b/grpc-kubernetes/hello-camel-grpc-server-kubernetes/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>camel-example-spring-boot-grpc-kubernetes</artifactId> - <version>3.10.0-SNAPSHOT</version> + <version>3.11.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-hello-grpc-server-kubernetes</artifactId> diff --git a/grpc-kubernetes/pom.xml b/grpc-kubernetes/pom.xml index daec12f..1839e74 100644 --- a/grpc-kubernetes/pom.xml +++ b/grpc-kubernetes/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>examples</artifactId> - <version>3.10.0-SNAPSHOT</version> + <version>3.11.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-grpc-kubernetes</artifactId> diff --git a/grpc/hello-camel-grpc-client/pom.xml b/grpc/hello-camel-grpc-client/pom.xml index 910a3d1..b61ea47 100644 --- a/grpc/hello-camel-grpc-client/pom.xml +++ b/grpc/hello-camel-grpc-client/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>camel-example-spring-boot-grpc</artifactId> - <version>3.10.0-SNAPSHOT</version> + <version>3.11.0-SNAPSHOT</version> </parent> <artifactId>camel-example-hello-grpc-client</artifactId> diff --git a/grpc/hello-camel-grpc-server/pom.xml b/grpc/hello-camel-grpc-server/pom.xml index cbc521d..436e199 100644 --- a/grpc/hello-camel-grpc-server/pom.xml +++ b/grpc/hello-camel-grpc-server/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>camel-example-spring-boot-grpc</artifactId> - <version>3.10.0-SNAPSHOT</version> + <version>3.11.0-SNAPSHOT</version> </parent> <artifactId>camel-example-hello-grpc-server</artifactId> diff --git a/grpc/pom.xml b/grpc/pom.xml index 11e5940..e858a49 100644 --- a/grpc/pom.xml +++ b/grpc/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>examples</artifactId> - <version>3.10.0-SNAPSHOT</version> + <version>3.11.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-grpc</artifactId> diff --git a/health-checks/pom.xml b/health-checks/pom.xml index c88cd58..11415a7 100644 --- a/health-checks/pom.xml +++ b/health-checks/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>examples</artifactId> - <version>3.10.0-SNAPSHOT</version> + <version>3.11.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-health-checks</artifactId> diff --git a/hystrix/client/pom.xml b/hystrix/client/pom.xml index 6b7f650..0f3b2e3 100644 --- a/hystrix/client/pom.xml +++ b/hystrix/client/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>camel-example-spring-boot-hystrix</artifactId> - <version>3.10.0-SNAPSHOT</version> + <version>3.11.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-hystrix-client</artifactId> diff --git a/hystrix/pom.xml b/hystrix/pom.xml index 804d50f..20ea6da 100644 --- a/hystrix/pom.xml +++ b/hystrix/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>examples</artifactId> - <version>3.10.0-SNAPSHOT</version> + <version>3.11.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-hystrix</artifactId> diff --git a/hystrix/service1/pom.xml b/hystrix/service1/pom.xml index 4e7efee..abd17b6 100644 --- a/hystrix/service1/pom.xml +++ b/hystrix/service1/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>camel-example-spring-boot-hystrix</artifactId> - <version>3.10.0-SNAPSHOT</version> + <version>3.11.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-hystrix-service1</artifactId> diff --git a/hystrix/service2/pom.xml b/hystrix/service2/pom.xml index 1469ce4..13cbab4 100644 --- a/hystrix/service2/pom.xml +++ b/hystrix/service2/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>camel-example-spring-boot-hystrix</artifactId> - <version>3.10.0-SNAPSHOT</version> + <version>3.11.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-hystrix-service2</artifactId> diff --git a/infinispan/pom.xml b/infinispan/pom.xml index 7ef5ccc..14bc4de 100644 --- a/infinispan/pom.xml +++ b/infinispan/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>examples</artifactId> - <version>3.10.0-SNAPSHOT</version> + <version>3.11.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-infinispan</artifactId> diff --git a/jira/pom.xml b/jira/pom.xml index 8e3693d..55e1bb0 100644 --- a/jira/pom.xml +++ b/jira/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>examples</artifactId> - <version>3.10.0-SNAPSHOT</version> + <version>3.11.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-jira</artifactId> diff --git a/kafka-avro/pom.xml b/kafka-avro/pom.xml index fe6ba72..ae4669b 100644 --- a/kafka-avro/pom.xml +++ b/kafka-avro/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>examples</artifactId> - <version>3.10.0-SNAPSHOT</version> + <version>3.11.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-kafka-avro</artifactId> diff --git a/kafka-offsetrepository/pom.xml b/kafka-offsetrepository/pom.xml index bf153e5..f747081 100644 --- a/kafka-offsetrepository/pom.xml +++ b/kafka-offsetrepository/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>examples</artifactId> - <version>3.10.0-SNAPSHOT</version> + <version>3.11.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-kafka-offsetrepository</artifactId> diff --git a/load-balancer-eip/pom.xml b/load-balancer-eip/pom.xml index c06b958..775abe1 100644 --- a/load-balancer-eip/pom.xml +++ b/load-balancer-eip/pom.xml @@ -5,7 +5,7 @@ <parent> <artifactId>examples</artifactId> <groupId>org.apache.camel.springboot.example</groupId> - <version>3.10.0-SNAPSHOT</version> + <version>3.11.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/master/pom.xml b/master/pom.xml index 76d5979..f4aca9c 100644 --- a/master/pom.xml +++ b/master/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>examples</artifactId> - <version>3.10.0-SNAPSHOT</version> + <version>3.11.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-master</artifactId> diff --git a/metrics/pom.xml b/metrics/pom.xml index 98722f5..50aa470 100644 --- a/metrics/pom.xml +++ b/metrics/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>examples</artifactId> - <version>3.10.0-SNAPSHOT</version> + <version>3.11.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-metrics</artifactId> @@ -121,7 +121,3 @@ </build> </project> - - - - diff --git a/opentracing/client/pom.xml b/opentracing/client/pom.xml index a40a346..b51883a 100644 --- a/opentracing/client/pom.xml +++ b/opentracing/client/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>camel-example-spring-boot-opentracing</artifactId> - <version>3.10.0-SNAPSHOT</version> + <version>3.11.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-opentracing-client</artifactId> diff --git a/opentracing/loggingtracer/pom.xml b/opentracing/loggingtracer/pom.xml index 7485596..1d4dda2 100644 --- a/opentracing/loggingtracer/pom.xml +++ b/opentracing/loggingtracer/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>camel-example-spring-boot-opentracing</artifactId> - <version>3.10.0-SNAPSHOT</version> + <version>3.11.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-opentracing-loggingtracer</artifactId> diff --git a/opentracing/pom.xml b/opentracing/pom.xml index 307bd53..190ab7a 100644 --- a/opentracing/pom.xml +++ b/opentracing/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>examples</artifactId> - <version>3.10.0-SNAPSHOT</version> + <version>3.11.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-opentracing</artifactId> diff --git a/opentracing/service1/pom.xml b/opentracing/service1/pom.xml index 4c5b42d..220affe 100644 --- a/opentracing/service1/pom.xml +++ b/opentracing/service1/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>camel-example-spring-boot-opentracing</artifactId> - <version>3.10.0-SNAPSHOT</version> + <version>3.11.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-opentracing-service1</artifactId> diff --git a/opentracing/service2/pom.xml b/opentracing/service2/pom.xml index c8d8d7c..779dd12 100644 --- a/opentracing/service2/pom.xml +++ b/opentracing/service2/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>camel-example-spring-boot-opentracing</artifactId> - <version>3.10.0-SNAPSHOT</version> + <version>3.11.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-opentracing-service2</artifactId> diff --git a/pojo/pom.xml b/pojo/pom.xml index e5d0b49..d005f5d 100644 --- a/pojo/pom.xml +++ b/pojo/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>examples</artifactId> - <version>3.10.0-SNAPSHOT</version> + <version>3.11.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-pojo</artifactId> diff --git a/pom.xml b/pom.xml index 085005a..8f47b99 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.camel.springboot</groupId> <artifactId>spring-boot</artifactId> - <version>3.10.0-SNAPSHOT</version> + <version>3.11.0-SNAPSHOT</version> </parent> <groupId>org.apache.camel.springboot.example</groupId> @@ -85,7 +85,7 @@ </modules> <properties> - <camel-version>3.10.0-SNAPSHOT</camel-version> + <camel-version>3.11.0-SNAPSHOT</camel-version> <skip.starting.camel.context>false</skip.starting.camel.context> <javax.servlet.api.version>4.0.1</javax.servlet.api.version> <fabric8-maven-plugin-version>4.4.1</fabric8-maven-plugin-version> diff --git a/rabbitmq/pom.xml b/rabbitmq/pom.xml index f5e1f2c..161d313 100644 --- a/rabbitmq/pom.xml +++ b/rabbitmq/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>examples</artifactId> - <version>3.10.0-SNAPSHOT</version> + <version>3.11.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-rabbitmq</artifactId> diff --git a/reactive-streams/pom.xml b/reactive-streams/pom.xml index 4ac5d9f..cb877d1 100644 --- a/reactive-streams/pom.xml +++ b/reactive-streams/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>examples</artifactId> - <version>3.10.0-SNAPSHOT</version> + <version>3.11.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-reactive-streams</artifactId> diff --git a/resilience4j/client/pom.xml b/resilience4j/client/pom.xml index 81e4da5..f76fe95 100644 --- a/resilience4j/client/pom.xml +++ b/resilience4j/client/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>camel-example-spring-boot-resilience4j</artifactId> - <version>3.10.0-SNAPSHOT</version> + <version>3.11.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-resilience4j-client</artifactId> diff --git a/resilience4j/client2/pom.xml b/resilience4j/client2/pom.xml index 391baa3..0f9afba 100644 --- a/resilience4j/client2/pom.xml +++ b/resilience4j/client2/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>camel-example-spring-boot-resilience4j</artifactId> - <version>3.10.0-SNAPSHOT</version> + <version>3.11.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-resilience4j-client2</artifactId> diff --git a/resilience4j/pom.xml b/resilience4j/pom.xml index 2f945e0..8e26951 100644 --- a/resilience4j/pom.xml +++ b/resilience4j/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>examples</artifactId> - <version>3.10.0-SNAPSHOT</version> + <version>3.11.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-resilience4j</artifactId> diff --git a/resilience4j/service1/pom.xml b/resilience4j/service1/pom.xml index c897246..9e4958e 100644 --- a/resilience4j/service1/pom.xml +++ b/resilience4j/service1/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>camel-example-spring-boot-resilience4j</artifactId> - <version>3.10.0-SNAPSHOT</version> + <version>3.11.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-resilience4j-service1</artifactId> diff --git a/resilience4j/service2/pom.xml b/resilience4j/service2/pom.xml index e4411d7..f516af2 100644 --- a/resilience4j/service2/pom.xml +++ b/resilience4j/service2/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>camel-example-spring-boot-resilience4j</artifactId> - <version>3.10.0-SNAPSHOT</version> + <version>3.11.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-resilience4j-service2</artifactId> diff --git a/rest-jpa/pom.xml b/rest-jpa/pom.xml index 89610ba..0461a51 100644 --- a/rest-jpa/pom.xml +++ b/rest-jpa/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>examples</artifactId> - <version>3.10.0-SNAPSHOT</version> + <version>3.11.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-rest-jpa</artifactId> @@ -150,7 +150,3 @@ </plugins> </build> </project> - - - - diff --git a/rest-jpa/src/main/resources/application-dev.yml b/rest-jpa/src/main/resources/application-dev.yml index 0796dde..8e6d62d 100644 --- a/rest-jpa/src/main/resources/application-dev.yml +++ b/rest-jpa/src/main/resources/application-dev.yml @@ -19,7 +19,6 @@ camel: springboot: # The Camel context name name: CamelRestJpa - servlet: mapping: contextPath: /camel-rest-jpa/* diff --git a/rest-jpa/src/main/resources/application.yml b/rest-jpa/src/main/resources/application.yml index 81995e7..61f313d 100644 --- a/rest-jpa/src/main/resources/application.yml +++ b/rest-jpa/src/main/resources/application.yml @@ -19,8 +19,6 @@ camel: springboot: # The Camel context name name: CamelRestJpa - rest: - component: servlet servlet: mapping: contextPath: /camel-rest-jpa/* diff --git a/rest-jpa/src/test/resources/application.yml b/rest-jpa/src/test/resources/application.yml index 12613e3..f96860a 100644 --- a/rest-jpa/src/test/resources/application.yml +++ b/rest-jpa/src/test/resources/application.yml @@ -20,10 +20,9 @@ camel: name: CamelRestJpa rest: component: servlet - component: - servlet: - mapping: - contextPath: /camel-rest-jpa/* + servlet: + mapping: + contextPath: /camel-rest-jpa/* example: generateOrderPeriod: 1000 diff --git a/rest-openapi-simple/pom.xml b/rest-openapi-simple/pom.xml index 6633faf..09b5f0a 100644 --- a/rest-openapi-simple/pom.xml +++ b/rest-openapi-simple/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>examples</artifactId> - <version>3.10.0-SNAPSHOT</version> + <version>3.11.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-rest-openapi-simple</artifactId> diff --git a/rest-openapi/pom.xml b/rest-openapi/pom.xml index c2611fb..ea128b1 100644 --- a/rest-openapi/pom.xml +++ b/rest-openapi/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>examples</artifactId> - <version>3.10.0-SNAPSHOT</version> + <version>3.11.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-rest-openapi</artifactId> diff --git a/rest-producer/pom.xml b/rest-producer/pom.xml index e99b79b..ad58429 100644 --- a/rest-producer/pom.xml +++ b/rest-producer/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>examples</artifactId> - <version>3.10.0-SNAPSHOT</version> + <version>3.11.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-rest-producer</artifactId> diff --git a/rest-swagger-simple/pom.xml b/rest-swagger-simple/pom.xml index a1c30dc..849deed 100644 --- a/rest-swagger-simple/pom.xml +++ b/rest-swagger-simple/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>examples</artifactId> - <version>3.10.0-SNAPSHOT</version> + <version>3.11.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-rest-swagger-simple</artifactId> diff --git a/rest-swagger/pom.xml b/rest-swagger/pom.xml index e4e2288..cead790 100644 --- a/rest-swagger/pom.xml +++ b/rest-swagger/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>examples</artifactId> - <version>3.10.0-SNAPSHOT</version> + <version>3.11.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-rest-swagger</artifactId> diff --git a/routetemplate/pom.xml b/routetemplate/pom.xml index 6f57a22..f25738c 100644 --- a/routetemplate/pom.xml +++ b/routetemplate/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>examples</artifactId> - <version>3.10.0-SNAPSHOT</version> + <version>3.11.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-routetemplate</artifactId> diff --git a/servicecall/consumer/pom.xml b/servicecall/consumer/pom.xml index 002e77b..6cc35f3 100644 --- a/servicecall/consumer/pom.xml +++ b/servicecall/consumer/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>camel-example-spring-boot-servicecall</artifactId> - <version>3.10.0-SNAPSHOT</version> + <version>3.11.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-servicecall-consumer</artifactId> diff --git a/servicecall/pom.xml b/servicecall/pom.xml index 3d118a6..d58ac5a 100644 --- a/servicecall/pom.xml +++ b/servicecall/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>examples</artifactId> - <version>3.10.0-SNAPSHOT</version> + <version>3.11.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-servicecall</artifactId> diff --git a/servicecall/services/pom.xml b/servicecall/services/pom.xml index ce27342..c4ac90a 100644 --- a/servicecall/services/pom.xml +++ b/servicecall/services/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>camel-example-spring-boot-servicecall</artifactId> - <version>3.10.0-SNAPSHOT</version> + <version>3.11.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-servicecall-services</artifactId> diff --git a/splitter-eip/pom.xml b/splitter-eip/pom.xml index 56df2e4..537cf7b 100644 --- a/splitter-eip/pom.xml +++ b/splitter-eip/pom.xml @@ -24,7 +24,7 @@ <parent> <artifactId>examples</artifactId> <groupId>org.apache.camel.springboot.example</groupId> - <version>3.10.0-SNAPSHOT</version> + <version>3.11.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/spring-boot/pom.xml b/spring-boot/pom.xml index affda41..7eac25f 100644 --- a/spring-boot/pom.xml +++ b/spring-boot/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>examples</artifactId> - <version>3.10.0-SNAPSHOT</version> + <version>3.11.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot</artifactId> diff --git a/strimzi/pom.xml b/strimzi/pom.xml index eadb045..24302d8 100644 --- a/strimzi/pom.xml +++ b/strimzi/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>examples</artifactId> - <version>3.10.0-SNAPSHOT</version> + <version>3.11.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-strimzi</artifactId> diff --git a/supervising-route-controller/pom.xml b/supervising-route-controller/pom.xml index 9ffee44..e68ac5f 100644 --- a/supervising-route-controller/pom.xml +++ b/supervising-route-controller/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>examples</artifactId> - <version>3.10.0-SNAPSHOT</version> + <version>3.11.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-supervising-route-controller</artifactId> diff --git a/twitter-salesforce/pom.xml b/twitter-salesforce/pom.xml index 64d436d..f6e61cb 100644 --- a/twitter-salesforce/pom.xml +++ b/twitter-salesforce/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>examples</artifactId> - <version>3.10.0-SNAPSHOT</version> + <version>3.11.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-twitter-salesforce</artifactId> diff --git a/type-converter/pom.xml b/type-converter/pom.xml index befbe7a..8a4a1dd 100644 --- a/type-converter/pom.xml +++ b/type-converter/pom.xml @@ -5,7 +5,7 @@ <parent> <artifactId>examples</artifactId> <groupId>org.apache.camel.springboot.example</groupId> - <version>3.10.0-SNAPSHOT</version> + <version>3.11.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/undertow-spring-security/pom.xml b/undertow-spring-security/pom.xml index 4860878..f107bdf 100644 --- a/undertow-spring-security/pom.xml +++ b/undertow-spring-security/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>examples</artifactId> <groupId>org.apache.camel.springboot.example</groupId> - <version>3.10.0-SNAPSHOT</version> + <version>3.11.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/unit-testing/pom.xml b/unit-testing/pom.xml index c7a3e9a..346fd03 100644 --- a/unit-testing/pom.xml +++ b/unit-testing/pom.xml @@ -5,7 +5,7 @@ <parent> <artifactId>examples</artifactId> <groupId>org.apache.camel.springboot.example</groupId> - <version>3.10.0-SNAPSHOT</version> + <version>3.11.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/validator/pom.xml b/validator/pom.xml index 43abbc1..23c71aa 100644 --- a/validator/pom.xml +++ b/validator/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>examples</artifactId> - <version>3.10.0-SNAPSHOT</version> + <version>3.11.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-validator</artifactId> diff --git a/webhook/pom.xml b/webhook/pom.xml index 2df99c2..8ffa33a 100644 --- a/webhook/pom.xml +++ b/webhook/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>examples</artifactId> <groupId>org.apache.camel.springboot.example</groupId> - <version>3.10.0-SNAPSHOT</version> + <version>3.11.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/widget-gadget/pom.xml b/widget-gadget/pom.xml index a5b9638..0f91651 100644 --- a/widget-gadget/pom.xml +++ b/widget-gadget/pom.xml @@ -23,7 +23,7 @@ <parent> <artifactId>examples</artifactId> <groupId>org.apache.camel.springboot.example</groupId> - <version>3.10.0-SNAPSHOT</version> + <version>3.11.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/xml/pom.xml b/xml/pom.xml index a7a68aa..a1c4888 100644 --- a/xml/pom.xml +++ b/xml/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>examples</artifactId> - <version>3.10.0-SNAPSHOT</version> + <version>3.11.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-xml</artifactId> diff --git a/zipkin/client/pom.xml b/zipkin/client/pom.xml index 761ec59..14cd928 100644 --- a/zipkin/client/pom.xml +++ b/zipkin/client/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>camel-example-spring-boot-zipkin</artifactId> - <version>3.10.0-SNAPSHOT</version> + <version>3.11.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-zipkin-client</artifactId> diff --git a/zipkin/pom.xml b/zipkin/pom.xml index 3727cd4..fff677a 100644 --- a/zipkin/pom.xml +++ b/zipkin/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>examples</artifactId> - <version>3.10.0-SNAPSHOT</version> + <version>3.11.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-zipkin</artifactId> diff --git a/zipkin/service1/pom.xml b/zipkin/service1/pom.xml index db0291f..5fef360 100644 --- a/zipkin/service1/pom.xml +++ b/zipkin/service1/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>camel-example-spring-boot-zipkin</artifactId> - <version>3.10.0-SNAPSHOT</version> + <version>3.11.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-zipkin-service1</artifactId> diff --git a/zipkin/service2/pom.xml b/zipkin/service2/pom.xml index a9b05f9..6fc0352 100644 --- a/zipkin/service2/pom.xml +++ b/zipkin/service2/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>camel-example-spring-boot-zipkin</artifactId> - <version>3.10.0-SNAPSHOT</version> + <version>3.11.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-zipkin-service2</artifactId>
