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 cf7a8b8 Regen cf7a8b8 is described below commit cf7a8b8cb4a2e3b5602b7ded4ce0e55ec438089c Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Fri Aug 14 08:24:31 2020 +0200 Regen --- examples/README.adoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/examples/README.adoc b/examples/README.adoc index d013a7e..c024dd2 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: 74 (0 deprecated) +Number of Examples: 75 (0 deprecated) [width="100%",cols="4,2,4",options="header"] |=== @@ -49,6 +49,8 @@ Number of Examples: 74 (0 deprecated) | 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-oaipmh/README.adoc[OAIPMH example] (camel-example-oaipmh) | Beginner | An example with OAIPMH component + | 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