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 583f3e4 Regen and use latest SNAPSHOT for the new example 583f3e4 is described below commit 583f3e45c7e6e5b4c5ad5bd8da276018c2bc7745 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Fri Sep 18 17:56:17 2020 +0200 Regen and use latest SNAPSHOT for the new example --- README.adoc | 5 ++++- camel-example-spring-boot-apm-opentracing/pom.xml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.adoc b/README.adoc index 1e3393f..b40c99b 100644 --- a/README.adoc +++ b/README.adoc @@ -11,7 +11,7 @@ View the individual example READMEs for details. == Examples // examples: START -Number of Examples: 41 (0 deprecated) +Number of Examples: 42 (0 deprecated) [width="100%",cols="4,2,4",options="header"] |=== @@ -68,6 +68,9 @@ Number of Examples: 41 (0 deprecated) | link:camel-example-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:camel-example-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:camel-example-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:camel-example-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 diff --git a/camel-example-spring-boot-apm-opentracing/pom.xml b/camel-example-spring-boot-apm-opentracing/pom.xml index 11c9102..ac9c04d 100644 --- a/camel-example-spring-boot-apm-opentracing/pom.xml +++ b/camel-example-spring-boot-apm-opentracing/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>examples</artifactId> - <version>3.5.0</version> + <version>3.6.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-apm-opentracing</artifactId>