This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-examples.git
The following commit(s) were added to refs/heads/master by this push: new 012f9fe Regen 012f9fe is described below commit 012f9fe6e5ca189e8d117c35c7469498665ccdd1 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Thu Dec 10 14:50:08 2020 +0100 Regen --- examples/README.adoc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/examples/README.adoc b/examples/README.adoc index de2e8e9..15c418a 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: 82 (0 deprecated) +Number of Examples: 84 (0 deprecated) [width="100%",cols="4,2,4",options="header"] |=== @@ -33,6 +33,10 @@ Number of Examples: 82 (0 deprecated) | link:camel-example-console/README.adoc[Console] (camel-example-console) | Beginner | An example that reads input from the console +| link:camel-example-csimple/readme.adoc[Csimple] (camel-example-csimple) | Beginner | Shows using compiled simple language + +| link:camel-example-csimple-joor/readme.adoc[Csimple Joor] (camel-example-csimple-joor) | Beginner | Shows using compiled simple language with jOOR compiler + | link:camel-example-ftp/README.md[FTP] (camel-example-ftp) | Beginner | An example for showing Camel FTP integration | link:camel-example-java8/readme.adoc[Java8] (camel-example-java8) | Beginner | An example for showing Camel DSL for Java 8