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/08/28 09:56:13 UTC

[camel] branch master updated (5be21f7 -> 521bc52)

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 5be21f7  Regen
     new 0aeafd1  CAMEL-9260 - Added the category to any23 example
     new 2aca6e3  Added category to bigxml split example
     new f546429  Added category to AS2 example
     new ca16b6e  Added category to camel-example-telegram
     new eb400c4  Added category to camel-example-webhook
     new 521bc52  Regen examples

The 6 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                        | 18 +++++++++---------
 examples/camel-example-any23/pom.xml        |  7 ++++++-
 examples/camel-example-as2/pom.xml          |  5 +++++
 examples/camel-example-bigxml-split/pom.xml |  1 +
 examples/camel-example-telegram/pom.xml     |  1 +
 examples/camel-example-webhook/pom.xml      |  6 +++++-
 6 files changed, 27 insertions(+), 11 deletions(-)


[camel] 05/06: Added category to camel-example-webhook

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 eb400c4cf65a70fadd818c98c9c823d6603a0430
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Aug 28 11:52:33 2019 +0200

    Added category to camel-example-webhook
---
 examples/camel-example-webhook/pom.xml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/examples/camel-example-webhook/pom.xml b/examples/camel-example-webhook/pom.xml
index 4636cf9..72a0be3 100644
--- a/examples/camel-example-webhook/pom.xml
+++ b/examples/camel-example-webhook/pom.xml
@@ -32,6 +32,10 @@
     <description>Example on how to use the Camel Webhook component</description>
     <packaging>jar</packaging>
 
+    <properties>
+        <category>Advanced</category>
+    </properties>
+
     <dependencyManagement>
         <dependencies>
             <dependency>
@@ -98,4 +102,4 @@
         </plugins>
     </build>
 
-</project>
\ No newline at end of file
+</project>


[camel] 01/06: CAMEL-9260 - Added the category to any23 example

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 0aeafd1f22198a90fd675df942f38d84dd412475
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Aug 28 11:35:26 2019 +0200

    CAMEL-9260 - Added the category to any23 example
---
 examples/camel-example-any23/pom.xml | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/examples/camel-example-any23/pom.xml b/examples/camel-example-any23/pom.xml
index 6922afd..e76232c 100644
--- a/examples/camel-example-any23/pom.xml
+++ b/examples/camel-example-any23/pom.xml
@@ -29,6 +29,11 @@
   <name>Camel :: Example :: Any23</name>
   <description>An example that uses the Any23 dataformat</description>
   <packaging>jar</packaging>
+
+  <properties>
+     <category>Beginner</category>
+     <title>Any23 example</title>
+  </properties>
     
     
   <dependencies>
@@ -68,4 +73,4 @@
     </plugins>
   </build>
     
-</project>
\ No newline at end of file
+</project>


[camel] 03/06: Added category to AS2 example

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 f546429969542111770f66713e45b5aeb671c3ac
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Aug 28 11:48:57 2019 +0200

    Added category to AS2 example
---
 examples/camel-example-as2/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/examples/camel-example-as2/pom.xml b/examples/camel-example-as2/pom.xml
index f63d391..c68303f 100644
--- a/examples/camel-example-as2/pom.xml
+++ b/examples/camel-example-as2/pom.xml
@@ -27,6 +27,11 @@
   <artifactId>camel-example-as2</artifactId>
   <name>Camel :: Example :: AS2</name>
   <description>An example which demonstrates the use of the Camel AS2 component</description>
+
+  <properties>
+     <category>Beginner</category>
+     <title>AS2 Example</title>
+  </properties>
   
     <dependencies>
 


[camel] 02/06: Added category to bigxml split example

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 2aca6e3e581fa033d2759ba8aebfba14ad3b93cb
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Aug 28 11:46:02 2019 +0200

    Added category to bigxml split example
---
 examples/camel-example-bigxml-split/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/examples/camel-example-bigxml-split/pom.xml b/examples/camel-example-bigxml-split/pom.xml
index d07987a..53b3862 100644
--- a/examples/camel-example-bigxml-split/pom.xml
+++ b/examples/camel-example-bigxml-split/pom.xml
@@ -40,6 +40,7 @@
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
         <skipTests>true</skipTests>
+        <category>EIP</category>
     </properties>
 
     <dependencies>


[camel] 04/06: Added category to camel-example-telegram

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 ca16b6e474bed9218a87d710a883ad22cf0a566e
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Aug 28 11:51:17 2019 +0200

    Added category to camel-example-telegram
---
 examples/camel-example-telegram/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/examples/camel-example-telegram/pom.xml b/examples/camel-example-telegram/pom.xml
index 41abfc0..258a77a 100644
--- a/examples/camel-example-telegram/pom.xml
+++ b/examples/camel-example-telegram/pom.xml
@@ -36,6 +36,7 @@
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <camel.version>3.0.0-SNAPSHOT</camel.version>
+        <category>Social</category>
     </properties>
 
     <dependencies>


[camel] 06/06: 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 521bc52fd9296ea1e6071f204d8ac473e492eb65
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Aug 28 11:55:52 2019 +0200

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

diff --git a/examples/README.adoc b/examples/README.adoc
index 3a22f77..620cbaa 100644
--- a/examples/README.adoc
+++ b/examples/README.adoc
@@ -17,19 +17,15 @@ Number of Examples: 115 (0 deprecated)
 |===
 | Example | Category | Description
 
-| link:camel-example-any23/README.adoc[Any23] (camel-example-any23) |  | An example that uses the Any23 dataformat
-
-| link:camel-example-as2/README.md[As2] (camel-example-as2) |  | An example which demonstrates the use of the Camel AS2 component
-
-| link:camel-example-bigxml-split/README.md[Bigxml Split] (camel-example-bigxml-split) |  | How to deal with big XML files in Camel
-
 | link:camel-example-jira/README.adoc[Jira] (camel-example-jira) |  | An example that uses Jira Camel API
 
-| link:camel-example-telegram/README.adoc[Telegram] (camel-example-telegram) |  | An example that uses Telegram 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
 
-| link:camel-example-webhook/readme.adoc[Webhook] (camel-example-webhook) |  | Example on how to use the Camel Webhook component
+| link:camel-example-any23/README.adoc[Any23 example] (camel-example-any23) | Beginner | An example that uses the Any23 dataformat
 
-| 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-as2/README.md[AS2 Example] (camel-example-as2) | Beginner | An example which demonstrates the use of the Camel AS2 component
 
 | link:camel-example-cdi/README.md[CDI] (camel-example-cdi) | Beginner | An example showing how to work with Camel and CDI for dependency injection
 
@@ -108,6 +104,8 @@ Number of Examples: 115 (0 deprecated)
 
 | link:camel-example-artemis/README.md[Widget Gadget using Apache Artemis] (camel-example-artemis) | EIP | The widget and gadget example from the EIP book using Apache Artemis
 
+| link:camel-example-bigxml-split/README.md[Bigxml Split] (camel-example-bigxml-split) | EIP | How to deal with big XML files in Camel
+
 | link:camel-example-billboard-aggr/README.md[Billboard Aggr] (camel-example-billboard-aggr) | EIP | Billboard aggregation example
 
 | link:camel-example-cafe/README.md[Cafe] (camel-example-cafe) | EIP | A cafe example showing how to work with Camel
@@ -248,6 +246,8 @@ Number of Examples: 115 (0 deprecated)
 
 | link:camel-example-spring-security/README.md[Spring Security] (camel-example-spring-security) | Security | An example showing how to work with Camel and Spring Security
 
+| link:camel-example-telegram/README.adoc[Telegram] (camel-example-telegram) | Social | An example that uses Telegram API
+
 | link:camel-example-twitter-salesforce/README.md[Twitter Salesforce] (camel-example-twitter-salesforce) | Social | Twitter mentions is created as contacts in Salesforce
 
 | link:camel-example-twitter-websocket/README.md[Twitter Websocket] (camel-example-twitter-websocket) | Social | An example that pushes new tweets to a web page using web-socket