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/09/02 06:49:52 UTC

[camel] branch master updated (44d243e -> 4ef8053)

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 44d243e  Fix overriding rabbit mq exchange name with EXCHANGE_OVERRIDE_NAME header.
     new a3f497a  CAMEL-13885 - Added category to camel-example-jira
     new 4ef8053  Regen examples

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-jira/pom.xml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)


[camel] 01/02: CAMEL-13885 - Added category to camel-example-jira

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 a3f497abd7f0b0e3e7eadae64dc1e42caffa23a9
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Sep 2 08:36:21 2019 +0200

    CAMEL-13885 - Added category to camel-example-jira
---
 examples/camel-example-jira/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/camel-example-jira/pom.xml b/examples/camel-example-jira/pom.xml
index aae6cd5..4b50aa6 100644
--- a/examples/camel-example-jira/pom.xml
+++ b/examples/camel-example-jira/pom.xml
@@ -35,7 +35,7 @@
 
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-        <!--<camel.version>3.0.0-SNAPSHOT</camel.version>-->
+        <category>Beginner</category>
     </properties>
 
     <dependencyManagement>


[camel] 02/02: Regen examples

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 4ef80531686db632b47e8041c62426ef77f860b7
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Sep 2 08:49:30 2019 +0200

    Regen examples
---
 examples/README.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/examples/README.adoc b/examples/README.adoc
index 620cbaa..fe20c5e 100644
--- a/examples/README.adoc
+++ b/examples/README.adoc
@@ -17,8 +17,6 @@ Number of Examples: 115 (0 deprecated)
 |===
 | Example | Category | Description
 
-| link:camel-example-jira/README.adoc[Jira] (camel-example-jira) |  | An example that uses Jira Camel API
-
 | link:camel-example-micrometer/README.md[Micrometer] (camel-example-micrometer) | Advanced | An example showing how to work with Camel, Spring Java Config and Micrometer monitoring
 
 | link:camel-example-webhook/readme.adoc[Webhook] (camel-example-webhook) | Advanced | Example on how to use the Camel Webhook component
@@ -39,6 +37,8 @@ Number of Examples: 115 (0 deprecated)
 
 | link:camel-example-java8/readme.adoc[Java8] (camel-example-java8) | Beginner | An example for showing Camel DSL for Java 8
 
+| link:camel-example-jira/README.adoc[Jira] (camel-example-jira) | Beginner | An example that uses Jira Camel API
+
 | link:camel-example-main/readme.adoc[Main] (camel-example-main) | Beginner | An example for showing standalone Camel
 
 | 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