This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-examples.git
The following commit(s) were added to refs/heads/main by this push:
new c385ceb Regen
c385ceb is described below
commit c385ceb83b8c41460bf575f53855c3f1d167e7c6
Author: Claus Ibsen <[email protected]>
AuthorDate: Tue Feb 22 16:03:21 2022 +0100
Regen
---
examples/README.adoc | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/examples/README.adoc b/examples/README.adoc
index 35a2a9a..a35c815 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: 84 (0 deprecated)
+Number of Examples: 85 (0 deprecated)
[width="100%",cols="4,2,4",options="header"]
|===
@@ -51,6 +51,8 @@ Number of Examples: 84 (0 deprecated)
| link:kamelet-main/README.adoc[Kamelet Main] (kamelet-main) | Beginner | How
to easily run Kamelets
+| link:kamelet-sql/README.adoc[Kamelet Sql] (kamelet-sql) | Beginner | Consume
from PostgreSQL database connected through an AWS Secrets Manager Secret
+
| link:main/README.adoc[Main] (main) | Beginner | An example for showing
standalone Camel
| link:main-endpointdsl/README.adoc[Main Endpointdsl] (main-endpointdsl) |
Beginner | An example for showing standalone Camel with Endpoint DSL
@@ -86,7 +88,7 @@ Number of Examples: 84 (0 deprecated)
| link:routetemplate/README.adoc[Routetemplate] (routetemplate) | Beginner |
How to use route templates (parameterized routes)
-| link:routetemplate-xml/README.adoc[Routetemplate XML] (routetemplate-xml) |
Beginner | How to use route templates (parameterized routes) in XML
+| link:routetemplate-xml/README.adoc[Routetemplate Xml] (routetemplate-xml) |
Beginner | How to use route templates (parameterized routes) in XML
| link:servlet-tomcat/README.adoc[Servlet Tomcat] (servlet-tomcat) | Beginner
| An example using Camel Servlet with Apache Tomcat