Repository: camel Updated Branches: refs/heads/master 9648b231d -> 3fa2f05d2
Regen Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/3fa2f05d Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/3fa2f05d Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/3fa2f05d Branch: refs/heads/master Commit: 3fa2f05d28bbf585e7bf1f9db0f8f67c476fe501 Parents: 9648b23 Author: Claus Ibsen <davscl...@apache.org> Authored: Fri Feb 17 13:18:08 2017 +0100 Committer: Claus Ibsen <davscl...@apache.org> Committed: Fri Feb 17 13:18:08 2017 +0100 ---------------------------------------------------------------------- apache-camel/pom.xml | 10 ++++++++++ apache-camel/src/main/descriptors/common-bin.xml | 1 + examples/README.adoc | 4 +++- 3 files changed, 14 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/3fa2f05d/apache-camel/pom.xml ---------------------------------------------------------------------- diff --git a/apache-camel/pom.xml b/apache-camel/pom.xml index 80ee8a7..ab9cd5a 100644 --- a/apache-camel/pom.xml +++ b/apache-camel/pom.xml @@ -1805,6 +1805,11 @@ </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-starter</artifactId> <version>${project.version}</version> </dependency> @@ -1885,6 +1890,11 @@ </dependency> <dependency> <groupId>org.apache.camel</groupId> + <artifactId>camel-reactive-streams-starter</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> <artifactId>camel-rx-starter</artifactId> <version>${project.version}</version> </dependency> http://git-wip-us.apache.org/repos/asf/camel/blob/3fa2f05d/apache-camel/src/main/descriptors/common-bin.xml ---------------------------------------------------------------------- diff --git a/apache-camel/src/main/descriptors/common-bin.xml b/apache-camel/src/main/descriptors/common-bin.xml index dcfa86e..8980dd0 100644 --- a/apache-camel/src/main/descriptors/common-bin.xml +++ b/apache-camel/src/main/descriptors/common-bin.xml @@ -452,6 +452,7 @@ <include>org.apache.camel:camel-olingo2-starter</include> <include>org.apache.camel:camel-openshift-starter</include> <include>org.apache.camel:camel-openstack-starter</include> + <include>org.apache.camel:camel-opentracing-starter</include> <include>org.apache.camel:camel-optaplanner-starter</include> <include>org.apache.camel:camel-paho-starter</include> <include>org.apache.camel:camel-pdf-starter</include> http://git-wip-us.apache.org/repos/asf/camel/blob/3fa2f05d/examples/README.adoc ---------------------------------------------------------------------- diff --git a/examples/README.adoc b/examples/README.adoc index 8af837d..9eeae55 100644 --- a/examples/README.adoc +++ b/examples/README.adoc @@ -11,12 +11,14 @@ View the individual example READMEs for details. ### Examples // examples: START -Number of Examples: 83 +Number of Examples: 84 [width="100%",cols="4,2,4",options="header"] |======================================================================= | Example | Category | Description +| link:camel-example-opentracing/README.md[Opentracing] (camel-example-opentracing) | | An example showing how to trace incoming and outgoing messages from Camel with OpenTracing + | link:camel-example-cdi/README.md[CDI] (camel-example-cdi) | Beginner | An example showing how to work with Camel and CDI for dependency injection | link:camel-example-cdi-properties/README.md[CDI Properties] (camel-example-cdi-properties) | Beginner | DeltaSpike configuration properties CDI example