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
commit 9cc9ce577ff2afef526a155e1ee4a965fae25dea Author: Claus Ibsen <[email protected]> AuthorDate: Thu Aug 6 09:40:07 2020 +0200 CAMEL-15102: Move osgi examples to camel-karaf-examples --- examples/README.adoc | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/examples/README.adoc b/examples/README.adoc index 8054dd5..97a41a7 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: 78 (0 deprecated) +Number of Examples: 76 (0 deprecated) [width="100%",cols="4,2,4",options="header"] |=== @@ -78,8 +78,6 @@ Number of Examples: 78 (0 deprecated) | link:camel-example-mongodb/README.adoc[Mongodb] (camel-example-mongodb) | Database | An example that uses Camel MongoDB component -| link:camel-example-mybatis/README.adoc[MyBatis] (camel-example-mybatis) | Database | An example for showing Camel using MyBatis SQL mapper component - | link:camel-example-aggregate/README.adoc[Aggregate] (camel-example-aggregate) | EIP | Demonstrates the persistent support for the Camel aggregator | link:camel-example-aggregate-dist/README.adoc[Aggregate Dist] (camel-example-aggregate-dist) | EIP | How to use the JdbcAggregationRepository in a distributed environment @@ -146,10 +144,6 @@ Number of Examples: 78 (0 deprecated) | link:camel-example-spring-pulsar/README.adoc[Spring Pulsar] (camel-example-spring-pulsar) | Messaging | An example using Spring XML to talk to the Pulsar server from different kind of client techniques -| link:camel-example-netty-http/README.adoc[Netty HTTP] (camel-example-netty-http) | OSGi | An example showing how to use a shared Netty HTTP server with multiple Camel applications in OSGi - container - - | link:camel-example-ssh/README.adoc[SSH] (camel-example-ssh) | OSGi | A simple SSH example which creates a bundle that can be dropped into any OSGi container | link:camel-example-ssh-security/README.adoc[SSH Security] (camel-example-ssh-security) | OSGi | A Certificate secured SSH example that creates a bundle that can be dropped into any OSGi container
