This is an automated email from the ASF dual-hosted git repository. dfoulks pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-karaf-examples.git
commit 5e0e87d5966e77975034d4b04bf2f0e3c9c64dc5 Author: Tadayoshi Sato <sato.tadayo...@gmail.com> AuthorDate: Fri Apr 2 17:06:29 2021 +0900 Fix example name in the examples list table --- examples/README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/README.adoc b/examples/README.adoc index 4f11c68..427816a 100644 --- a/examples/README.adoc +++ b/examples/README.adoc @@ -41,7 +41,7 @@ Number of Examples: 14 (0 deprecated) | link:camel-example-servlet-rest-blueprint/README.adoc[Servlet REST Blueprint] (camel-example-servlet-rest-blueprint) | OSGi | An example using Servlet Rest with OSGi Blueprint -| link:camel-example-servlet-rest-karaf-jaas/README.adoc[Servlet REST Blueprint] (camel-example-servlet-rest-karaf-jaas) | OSGi | An example using Servlet REST with OSGi Blueprint, and REST endpoint protected by Basic Auth, delegate user/password authentication to Karaf Jaas Service +| link:camel-example-servlet-rest-karaf-jaas/README.adoc[Servlet REST Karaf JAAS] (camel-example-servlet-rest-karaf-jaas) | OSGi | An example using Servlet REST with OSGi Blueprint, and REST endpoint protected by Basic Auth, delegate user/password authentication to Karaf Jaas Service | link:camel-example-sql-blueprint/README.adoc[SQL Blueprint] (camel-example-sql-blueprint) | OSGi | An example for showing Camel using SQL component with OSGi Blueprint