You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2019/11/12 14:14:04 UTC

[camel] branch master updated (aff9270 -> ff56fd7)

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from aff9270  Camel-Support: Fixed CS
     add ff975fa  CAMEL-13626: Change camel-parent with camel-bom in examples
     new 79c71dd  Merge branch 'CAMEL-13626' of https://github.com/omarsmak/camel
     new ff56fd7  Regen examples docs

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 examples/README.adoc                                     | 4 +++-
 examples/camel-example-hystrix/service2/pom.xml          | 2 +-
 examples/camel-example-opentracing/client/pom.xml        | 2 +-
 examples/camel-example-opentracing/loggingtracer/pom.xml | 2 +-
 examples/camel-example-zipkin/client/pom.xml             | 2 +-
 examples/camel-example-zipkin/service2/pom.xml           | 2 +-
 6 files changed, 8 insertions(+), 6 deletions(-)


[camel] 01/02: Merge branch 'CAMEL-13626' of https://github.com/omarsmak/camel

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 79c71dde804af0ed94f172689ba5d916384531ac
Merge: aff9270 ff975fa
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Nov 12 15:05:48 2019 +0100

    Merge branch 'CAMEL-13626' of https://github.com/omarsmak/camel

 examples/camel-example-hystrix/service2/pom.xml          | 2 +-
 examples/camel-example-opentracing/client/pom.xml        | 2 +-
 examples/camel-example-opentracing/loggingtracer/pom.xml | 2 +-
 examples/camel-example-zipkin/client/pom.xml             | 2 +-
 examples/camel-example-zipkin/service2/pom.xml           | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)


[camel] 02/02: Regen examples docs

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit ff56fd7a1ab4ceac71a0e0dbd4ede477393bebad
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Nov 12 15:13:21 2019 +0100

    Regen examples docs
---
 examples/README.adoc | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/examples/README.adoc b/examples/README.adoc
index d32a8e3..b70d3fa 100644
--- a/examples/README.adoc
+++ b/examples/README.adoc
@@ -11,7 +11,7 @@ View the individual example READMEs for details.
 == Examples
 
 // examples: START
-Number of Examples: 116 (0 deprecated)
+Number of Examples: 117 (0 deprecated)
 
 [width="100%",cols="4,2,4",options="header"]
 |===
@@ -43,6 +43,8 @@ Number of Examples: 116 (0 deprecated)
 
 | link:camel-example-main-tiny/readme.adoc[Main Tiny] (camel-example-main-tiny) | Beginner | An example for showing standalone Camel with as few JARs on classpath as possible
 
+| link:camel-example-main-xml/readme.adoc[Main Xml] (camel-example-main-xml) | Beginner | An example for showing standalone Camel using XML
+
 | link:camel-example-pojo-messaging/README.adoc[POJO Routing] (camel-example-pojo-messaging) | Beginner | An example showing how to produce and consume messages from Camel endpoints using annotated POJOs