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 <[email protected]> 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
