From commits-return-63420-archive-asf-public=cust-asf.ponee.io@camel.apache.org Mon Jun 18 17:47:52 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 96E2818067A for ; Mon, 18 Jun 2018 17:47:51 +0200 (CEST) Received: (qmail 26729 invoked by uid 500); 18 Jun 2018 15:47:50 -0000 Mailing-List: contact commits-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list commits@camel.apache.org Received: (qmail 26716 invoked by uid 99); 18 Jun 2018 15:47:50 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Jun 2018 15:47:50 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 037B382A54; Mon, 18 Jun 2018 15:47:50 +0000 (UTC) Date: Mon, 18 Jun 2018 15:47:51 +0000 To: "commits@camel.apache.org" Subject: [camel] 02/02: Regen examples readme MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit From: dmvolod@apache.org In-Reply-To: <152933686953.7874.6966051745912890123@gitbox.apache.org> References: <152933686953.7874.6966051745912890123@gitbox.apache.org> X-Git-Host: gitbox.apache.org X-Git-Repo: camel X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Rev: ff66e7b4bac6df49cc06fac7192b0ecd58c0befd X-Git-NotificationType: diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated Message-Id: <20180618154750.037B382A54@gitbox.apache.org> This is an automated email from the ASF dual-hosted git repository. dmvolod pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git commit ff66e7b4bac6df49cc06fac7192b0ecd58c0befd Author: Dmitry Volodin AuthorDate: Mon Jun 18 18:46:29 2018 +0300 Regen examples readme --- examples/README.adoc | 18 +++++++++++------- examples/camel-example-grpc-kubernetes/pom.xml | 1 + examples/camel-example-rest-swagger/pom.xml | 1 + examples/camel-example-spring-boot-grpc/pom.xml | 1 + examples/camel-example-spring-boot-servicecall/pom.xml | 1 + examples/camel-example-spring-boot-xml/pom.xml | 1 + .../camel-example-spring-cloud-serviceregistry/pom.xml | 1 + 7 files changed, 17 insertions(+), 7 deletions(-) diff --git a/examples/README.adoc b/examples/README.adoc index 5e45c4c..ab04acf 100644 --- a/examples/README.adoc +++ b/examples/README.adoc @@ -11,12 +11,14 @@ View the individual example READMEs for details. ### Examples // examples: START -Number of Examples: 102 (8 deprecated) +Number of Examples: 105 (8 deprecated) [width="100%",cols="4,2,4",options="header"] |=== | Example | Category | Description +| link:camel-example-micrometer/README.md[Micrometer] (camel-example-micrometer) | Advanced | An example showing how to work with Camel, Spring Java Config and Micrometer monitoring + | link:camel-example-cdi/README.md[CDI] (camel-example-cdi) | Beginner | An example showing how to work with Camel and CDI for dependency injection | link:camel-example-cdi-properties/README.md[CDI Properties] (camel-example-cdi-properties) | Beginner | DeltaSpike configuration properties CDI example @@ -34,7 +36,7 @@ Number of Examples: 102 (8 deprecated) | link:camel-example-reload/Readme.md[Reload] (camel-example-reload) | Beginner | An example that live reloads routes when the XML file is updated -| link:camel-example-rest-swagger/README.md[Rest Swagger] (camel-example-rest-swagger) | Beginner | This example shows how to call a REST service defined using Swagger specification +| link:camel-example-rest-swagger/README.md[REST Swagger] (camel-example-rest-swagger) | Beginner | This example shows how to call a REST service defined using Swagger specification | link:camel-example-servlet-tomcat/README.md[Servlet Tomcat] (camel-example-servlet-tomcat) | Beginner | An example using Camel Servlet with Apache Tomcat @@ -48,7 +50,7 @@ Number of Examples: 102 (8 deprecated) | link:camel-example-spring-boot-pojo/README.adoc[Spring Boot Pojo] (camel-example-spring-boot-pojo) | Beginner | An example showing how to work with Camel POJO routing with Spring Boot -| link:camel-example-spring-boot-xml/readme.adoc[Spring Boot Xml] (camel-example-spring-boot-xml) | Beginner | An example showing how to work with Camel routes in XML files and Spring Boot +| link:camel-example-spring-boot-xml/readme.adoc[Spring Boot XML] (camel-example-spring-boot-xml) | Beginner | An example showing how to work with Camel routes in XML files and Spring Boot | link:camel-example-spring-javaconfig/README.md[Spring Java Config] (camel-example-spring-javaconfig) | Beginner | An example showing how to work with Camel and Spring Java Config @@ -66,19 +68,19 @@ Number of Examples: 102 (8 deprecated) | link:camel-example-cdi-kubernetes/README.md[CDI Kubernetes] (camel-example-cdi-kubernetes) | Cloud | An example running Camel CDI on Kubernetes -| link:camel-example-grpc-kubernetes/README.adoc[Grpc Kubernetes] (camel-example-grpc-kubernetes) | Cloud | An example showing the Camel gRPC component with Spring Boot running on Kubernetes +| link:camel-example-grpc-kubernetes/README.adoc[gRPC Kubernetes] (camel-example-grpc-kubernetes) | Cloud | An example showing the Camel gRPC component with Spring Boot running on Kubernetes | link:camel-example-hazelcast-kubernetes/ReadMe.md[Hazelcast Kubernetes] (camel-example-hazelcast-kubernetes) | Cloud | An example with Camel and Hazelcast running on Kubernetes -| link:camel-example-spring-boot-grpc/README.adoc[Spring Boot Grpc] (camel-example-spring-boot-grpc) | Cloud | An example showing the Camel gRPC component with Spring Boot +| link:camel-example-spring-boot-grpc/README.adoc[gRPC Spring Boot] (camel-example-spring-boot-grpc) | Cloud | An example showing the Camel gRPC component with Spring Boot | link:camel-example-spring-boot-infinispan/README.adoc[Spring Boot Infinispan] (camel-example-spring-boot-infinispan) | Cloud | An example showing the Camel Infinispan component with Spring Boot -| link:camel-example-spring-boot-servicecall/README.adoc[Spring Boot Servicecall] (camel-example-spring-boot-servicecall) | Cloud | An example showing how to work with Camel ServiceCall EIP and Spring Boot +| link:camel-example-spring-boot-servicecall/README.adoc[Spring Boot ServiceCall] (camel-example-spring-boot-servicecall) | Cloud | An example showing how to work with Camel ServiceCall EIP and Spring Boot | link:camel-example-spring-cloud-servicecall/README.adoc[Spring Cloud Servicecall] (camel-example-spring-cloud-servicecall) | Cloud | An example showing how to work with Camel ServiceCall EIP and Spring Cloud -| link:camel-example-spring-cloud-serviceregistry/README.adoc[Spring Cloud Service registry] (camel-example-spring-cloud-serviceregistry) | Cloud | An example showing how to work with Camel Service Registry and Spring Cloud +| link:camel-example-spring-cloud-serviceregistry/README.adoc[Spring Cloud ServiceRegistry] (camel-example-spring-cloud-serviceregistry) | Cloud | An example showing how to work with Camel Service registry and Spring Cloud | link:camel-example-spring-boot-clustered-route-controller/readme.adoc[Spring Boot Clustered Route Controller] (camel-example-spring-boot-clustered-route-controller) | Clustering | An example showing how to work with Camel's Clustered Route Controller and Spring Boot @@ -180,6 +182,8 @@ Number of Examples: 102 (8 deprecated) | link:camel-example-swagger-osgi/README.md[Swagger OSGi] (camel-example-swagger-osgi) | OSGi | An example using REST DSL in XML and Swagger API +| link:camel-example-ceylon/ReadMe.md[Ceylon] (camel-example-ceylon) | Other Languages | A Camel route using Ceylon + | link:camel-example-groovy/ReadMe.md[Groovy] (camel-example-groovy) | Other Languages | *deprecated* A Camel route using Groovy DSL | link:camel-example-kotlin/ReadMe.md[Kotlin] (camel-example-kotlin) | Other Languages | A Camel route using Kotlin diff --git a/examples/camel-example-grpc-kubernetes/pom.xml b/examples/camel-example-grpc-kubernetes/pom.xml index 1fde567..79e104b 100644 --- a/examples/camel-example-grpc-kubernetes/pom.xml +++ b/examples/camel-example-grpc-kubernetes/pom.xml @@ -35,6 +35,7 @@ Cloud + gRPC Kubernetes ${grpc-guava-version} diff --git a/examples/camel-example-rest-swagger/pom.xml b/examples/camel-example-rest-swagger/pom.xml index 5cb1c8f..8eca63e 100644 --- a/examples/camel-example-rest-swagger/pom.xml +++ b/examples/camel-example-rest-swagger/pom.xml @@ -33,6 +33,7 @@ Beginner + REST Swagger UTF-8 UTF-8 diff --git a/examples/camel-example-spring-boot-grpc/pom.xml b/examples/camel-example-spring-boot-grpc/pom.xml index 20d9798..d5d5998 100644 --- a/examples/camel-example-spring-boot-grpc/pom.xml +++ b/examples/camel-example-spring-boot-grpc/pom.xml @@ -35,6 +35,7 @@ Cloud + gRPC Spring Boot diff --git a/examples/camel-example-spring-boot-servicecall/pom.xml b/examples/camel-example-spring-boot-servicecall/pom.xml index 13dfb37..a45f171 100644 --- a/examples/camel-example-spring-boot-servicecall/pom.xml +++ b/examples/camel-example-spring-boot-servicecall/pom.xml @@ -36,6 +36,7 @@ Cloud + Spring Boot ServiceCall diff --git a/examples/camel-example-spring-boot-xml/pom.xml b/examples/camel-example-spring-boot-xml/pom.xml index 871b2d0..625f234 100644 --- a/examples/camel-example-spring-boot-xml/pom.xml +++ b/examples/camel-example-spring-boot-xml/pom.xml @@ -34,6 +34,7 @@ Beginner + Spring Boot XML UTF-8 UTF-8 diff --git a/examples/camel-example-spring-cloud-serviceregistry/pom.xml b/examples/camel-example-spring-cloud-serviceregistry/pom.xml index c207de1..75c09eb 100644 --- a/examples/camel-example-spring-cloud-serviceregistry/pom.xml +++ b/examples/camel-example-spring-cloud-serviceregistry/pom.xml @@ -36,6 +36,7 @@ Cloud + Spring Cloud ServiceRegistry -- To stop receiving notification emails like this one, please contact dmvolod@apache.org.