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.git


The following commit(s) were added to refs/heads/master by this push:
     new 0f9fc91  [create-pull-request] automated change (#135)
0f9fc91 is described below

commit 0f9fc9138d3d2be087dd9a596c824387e828e8b3
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Aug 12 07:25:28 2020 +0200

    [create-pull-request] automated change (#135)
    
    Co-authored-by: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
---
 docs/modules/ROOT/pages/opentelemetry-starter.adoc | 32 ++++++++++++++++++++++
 tooling/camel-spring-boot-dependencies/pom.xml     |  5 ----
 2 files changed, 32 insertions(+), 5 deletions(-)

diff --git a/docs/modules/ROOT/pages/opentelemetry-starter.adoc 
b/docs/modules/ROOT/pages/opentelemetry-starter.adoc
new file mode 100644
index 0000000..b62aecb
--- /dev/null
+++ b/docs/modules/ROOT/pages/opentelemetry-starter.adoc
@@ -0,0 +1,32 @@
+// spring-boot-auto-configure options: START
+:page-partial:
+:doctitle: Camel Spring Boot Starter for opentelemetry
+
+== Spring Boot Auto-Configuration
+
+When using opentelemetry with Spring Boot make sure to use the following Maven 
dependency to have support for auto configuration:
+
+[source,xml]
+----
+<dependency>
+  <groupId>org.apache.camel.springboot</groupId>
+  <artifactId>camel-opentelemetry-starter</artifactId>
+  <version>x.x.x</version>
+  <!-- use the same version as your Camel core version -->
+</dependency>
+----
+
+
+The component supports 2 options, which are listed below.
+
+
+
+[width="100%",cols="2,5,^1,2",options="header"]
+|===
+| Name | Description | Default | Type
+| *camel.opentelemetry.encoding* | Activate or deactivate dash encoding in 
headers (required by JMS) for messaging |  | Boolean
+| *camel.opentelemetry.exclude-patterns* | Sets exclude pattern(s) that will 
disable tracing for Camel messages that matches the pattern. |  | Set
+|===
+
+
+// spring-boot-auto-configure options: END
diff --git a/tooling/camel-spring-boot-dependencies/pom.xml 
b/tooling/camel-spring-boot-dependencies/pom.xml
index 4a8c7b7..1d29ba8 100644
--- a/tooling/camel-spring-boot-dependencies/pom.xml
+++ b/tooling/camel-spring-boot-dependencies/pom.xml
@@ -1413,11 +1413,6 @@
       </dependency>
       <dependency>
         <groupId>org.apache.camel.springboot</groupId>
-        <artifactId>camel-reactive-executor-vertx-starter</artifactId>
-        <version>${project.version}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.camel.springboot</groupId>
         <artifactId>camel-reactive-streams-starter</artifactId>
         <version>${project.version}</version>
       </dependency>

Reply via email to