Repository: camel Updated Branches: refs/heads/master 2f3b023e5 -> e8bfc8cfb
Regen Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/e8bfc8cf Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/e8bfc8cf Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/e8bfc8cf Branch: refs/heads/master Commit: e8bfc8cfbdce7fd3bf63fb5a138646c784acc707 Parents: bd317a8 Author: Andrea Cosentino <anco...@gmail.com> Authored: Fri Apr 7 13:45:04 2017 +0200 Committer: Andrea Cosentino <anco...@gmail.com> Committed: Fri Apr 7 13:45:45 2017 +0200 ---------------------------------------------------------------------- components/readme.adoc | 5 ++++- docs/user-manual/en/SUMMARY.md | 1 + .../spring-boot-dm/camel-spring-boot-dependencies/pom.xml | 5 +++++ 3 files changed, 10 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/e8bfc8cf/components/readme.adoc ---------------------------------------------------------------------- diff --git a/components/readme.adoc b/components/readme.adoc index f9a434a..e54b2ba 100644 --- a/components/readme.adoc +++ b/components/readme.adoc @@ -2,7 +2,7 @@ Components ^^^^^^^^^^ // components: START -Number of Components: 227 in 181 JAR artifacts (14 deprecated) +Number of Components: 228 in 182 JAR artifacts (14 deprecated) [width="100%",cols="4,1,5",options="header"] |======================================================================= @@ -263,6 +263,9 @@ Number of Components: 227 in 181 JAR artifacts (14 deprecated) | link:camel-grape/src/main/docs/grape-component.adoc[Grape] (camel-grape) + `grape:defaultCoordinates` | 2.16 | Grape component allows you to fetch, load and manage additional jars when CamelContext is running. +| link:camel-grpc/src/main/docs/grpc-component.adoc[gRPC] (camel-grpc) + +`grpc:service` | 2.19 | The gRPC component is using for calling remote procedures via HTTP/2 + | link:camel-guava-eventbus/src/main/docs/guava-eventbus-component.adoc[Guava EventBus] (camel-guava-eventbus) + `guava-eventbus:eventBusRef` | 2.10 | The guava-eventbus component provides integration bridge between Camel and Google Guava EventBus. http://git-wip-us.apache.org/repos/asf/camel/blob/e8bfc8cf/docs/user-manual/en/SUMMARY.md ---------------------------------------------------------------------- diff --git a/docs/user-manual/en/SUMMARY.md b/docs/user-manual/en/SUMMARY.md index e6c6900..e5330bf 100644 --- a/docs/user-manual/en/SUMMARY.md +++ b/docs/user-manual/en/SUMMARY.md @@ -199,6 +199,7 @@ * [Google Pubsub](google-pubsub-component.adoc) * [Gora](gora-component.adoc) * [Grape](grape-component.adoc) + * [gRPC](grpc-component.adoc) * [Guava EventBus](guava-eventbus-component.adoc) * [Hazelcast](hazelcast-component.adoc) * [HBase](hbase-component.adoc) http://git-wip-us.apache.org/repos/asf/camel/blob/e8bfc8cf/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml ---------------------------------------------------------------------- diff --git a/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml b/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml index e09ca98..76b8888 100644 --- a/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml +++ b/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml @@ -1034,6 +1034,11 @@ </dependency> <dependency> <groupId>org.apache.camel</groupId> + <artifactId>camel-grpc</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> <artifactId>camel-gson</artifactId> <version>${project.version}</version> </dependency>