You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2017/08/08 06:46:26 UTC

[2/3] camel git commit: CAMEL-11644 - Regen readme

CAMEL-11644 - Regen readme


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/5cc09faa
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/5cc09faa
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/5cc09faa

Branch: refs/heads/master
Commit: 5cc09faa1751a29f021e4370b07b0aafda4cfb41
Parents: a7526e9
Author: Andrea Cosentino <an...@gmail.com>
Authored: Tue Aug 8 08:28:34 2017 +0200
Committer: Andrea Cosentino <an...@gmail.com>
Committed: Tue Aug 8 08:28:34 2017 +0200

----------------------------------------------------------------------
 examples/README.adoc | 4 +++-
 examples/pom.xml     | 1 +
 2 files changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/5cc09faa/examples/README.adoc
----------------------------------------------------------------------
diff --git a/examples/README.adoc b/examples/README.adoc
index f302ed3..bb2568c 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: 95 (8 deprecated)
+Number of Examples: 96 (8 deprecated)
 
 [width="100%",cols="4,2,4",options="header"]
 |=======================================================================
@@ -68,6 +68,8 @@ Number of Examples: 95 (8 deprecated)
 
 | 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-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

http://git-wip-us.apache.org/repos/asf/camel/blob/5cc09faa/examples/pom.xml
----------------------------------------------------------------------
diff --git a/examples/pom.xml b/examples/pom.xml
index aa99f0e..268733d 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -97,6 +97,7 @@
     <module>camel-example-spring-boot</module>
     <module>camel-example-spring-boot-activemq</module>
     <module>camel-example-spring-boot-geocoder</module>
+    <module>camel-example-spring-boot-grpc</module>
     <module>camel-example-spring-boot-infinispan</module>
     <module>camel-example-spring-boot-live-reload</module>
     <module>camel-example-spring-boot-metrics</module>