This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-spring-boot-examples.git
The following commit(s) were added to refs/heads/main by this push: new 5115f85 Regen 5115f85 is described below commit 5115f858db5b3fd4f6413ab63354dc337bbb3cdf Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Fri Mar 22 11:01:56 2024 +0100 Regen --- README.adoc | 3 +-- opentelemetry/pom.xml | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/README.adoc b/README.adoc index c4dd9bc..3c4b358 100644 --- a/README.adoc +++ b/README.adoc @@ -109,7 +109,6 @@ Number of Examples: 55 (0 deprecated) | link:opentelemetry/README.adoc[OpenTelemetry] (opentelemetry) | Management and Monitoring | An example showing how to use Camel with OpenTelemetry - | link:supervising-route-controller/readme.adoc[Supervising Route Controller] (supervising-route-controller) | Management and Monitoring | An example showing how to work with Camel's Supervising Route Controller and Spring Boot @@ -127,7 +126,7 @@ Number of Examples: 55 (0 deprecated) | link:rabbitmq/readme.adoc[Rabbitmq] (rabbitmq) | Messaging | An example showing how to work with Camel and RabbitMQ -| link:strimzi/README.adoc[Strimzi] (strimzi) | Messaging | Camel example which a route is defined in XML for Strimzi integration on OpenShift/Kubernetes +| link:strimzi/README.adoc[Strimzi] (strimzi) | Messaging | Camel example which a route is defined in XML for Strimzi integration on Openshift/Kubernetes | link:widget-gadget/README.adoc[Widget Gadget] (widget-gadget) | Messaging | The widget and gadget example from EIP book, running on Spring Boot diff --git a/opentelemetry/pom.xml b/opentelemetry/pom.xml index 46db220..9e059e2 100644 --- a/opentelemetry/pom.xml +++ b/opentelemetry/pom.xml @@ -30,8 +30,7 @@ <artifactId>camel-example-spring-boot-opentelemetry</artifactId> <packaging>pom</packaging> <name>Camel SB Examples :: OpenTelemetry</name> - <description>An example showing how to use Camel with OpenTelemetry - </description> + <description>An example showing how to use Camel with OpenTelemetry</description> <properties> <category>Management and Monitoring</category>