You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2017/02/17 12:15:30 UTC

[6/8] camel git commit: Regen

Regen


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/a0110879
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/a0110879
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/a0110879

Branch: refs/heads/master
Commit: a01108793840f887612411d2e5649246416ca190
Parents: 51c201c
Author: Claus Ibsen <da...@apache.org>
Authored: Fri Feb 17 12:51:10 2017 +0100
Committer: Claus Ibsen <da...@apache.org>
Committed: Fri Feb 17 12:51:10 2017 +0100

----------------------------------------------------------------------
 components/readme.adoc                                    |  4 +++-
 docs/user-manual/en/SUMMARY.md                            |  2 +-
 .../spring-boot-dm/camel-spring-boot-dependencies/pom.xml | 10 ++++++++++
 3 files changed, 14 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/a0110879/components/readme.adoc
----------------------------------------------------------------------
diff --git a/components/readme.adoc b/components/readme.adoc
index ae9ce98..32157ce 100644
--- a/components/readme.adoc
+++ b/components/readme.adoc
@@ -837,7 +837,7 @@ Miscellaneous Components
 ^^^^^^^^^^^^^^^^^^^^^^^^
 
 // others: START
-Number of Miscellaneous Components: 33
+Number of Miscellaneous Components: 34
 
 [width="100%",cols="4,1,5",options="header"]
 |=======================================================================
@@ -865,6 +865,8 @@ Number of Miscellaneous Components: 33
 
 | link:camel-leveldb/src/main/docs/leveldb.adoc[LevelDB] (camel-leveldb) | 2.10 | Using LevelDB as persistent EIP store
 
+| link:camel-opentracing/src/main/docs/opentracing.adoc[Opentracing] (camel-opentracing) | 2.19 | Distributed tracing using OpenTracing
+
 | link:camel-ribbon/src/main/docs/ribbon.adoc[Ribbon] (camel-ribbon) | 2.18 | Camel Components
 
 | link:camel-ruby/src/main/docs/ruby.adoc[Ruby] (camel-ruby) | 1.0 | *deprecated* Camel Ruby DSL

http://git-wip-us.apache.org/repos/asf/camel/blob/a0110879/docs/user-manual/en/SUMMARY.md
----------------------------------------------------------------------
diff --git a/docs/user-manual/en/SUMMARY.md b/docs/user-manual/en/SUMMARY.md
index cabc009..08b7eff 100644
--- a/docs/user-manual/en/SUMMARY.md
+++ b/docs/user-manual/en/SUMMARY.md
@@ -336,7 +336,7 @@
 	* [Jasypt](jasypt.adoc)
 	* [Kura](kura.adoc)
 	* [LevelDB](leveldb.adoc)
-	* [OpenTracing](opentracing.adoc)
+	* [Opentracing](opentracing.adoc)
 	* [Ribbon](ribbon.adoc)
 	* [Ruby](ruby.adoc)
 	* [RX](rx.adoc)

http://git-wip-us.apache.org/repos/asf/camel/blob/a0110879/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml b/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml
index 845b456..613e8fc 100644
--- a/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml
+++ b/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml
@@ -1844,6 +1844,16 @@
       </dependency>
       <dependency>
         <groupId>org.apache.camel</groupId>
+        <artifactId>camel-opentracing</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.camel</groupId>
+        <artifactId>camel-opentracing-starter</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.camel</groupId>
         <artifactId>camel-optaplanner</artifactId>
         <version>${project.version}</version>
       </dependency>