This is an automated email from the ASF dual-hosted git repository.
igarashitm pushed a commit to branch boot2ga
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/boot2ga by this push:
new 51c0d10 CAMEL-12378: Use undertow for serviceCall as well
51c0d10 is described below
commit 51c0d105003f022fa904cd4a037070fd27c4c00b
Author: Tomohisa Igarashi <[email protected]>
AuthorDate: Wed Mar 28 13:37:40 2018 -0400
CAMEL-12378: Use undertow for serviceCall as well
---
examples/camel-example-spring-cloud-servicecall/consumer/pom.xml | 2 +-
.../consumer/src/main/resources/application.properties | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/examples/camel-example-spring-cloud-servicecall/consumer/pom.xml
b/examples/camel-example-spring-cloud-servicecall/consumer/pom.xml
index 44112bb..3893bc7 100644
--- a/examples/camel-example-spring-cloud-servicecall/consumer/pom.xml
+++ b/examples/camel-example-spring-cloud-servicecall/consumer/pom.xml
@@ -101,7 +101,7 @@
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
- <artifactId>camel-http4-starter</artifactId>
+ <artifactId>camel-undertow-starter</artifactId>
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
diff --git
a/examples/camel-example-spring-cloud-servicecall/consumer/src/main/resources/application.properties
b/examples/camel-example-spring-cloud-servicecall/consumer/src/main/resources/application.properties
index 5e9f543..b1cd7b7 100644
---
a/examples/camel-example-spring-cloud-servicecall/consumer/src/main/resources/application.properties
+++
b/examples/camel-example-spring-cloud-servicecall/consumer/src/main/resources/application.properties
@@ -36,4 +36,4 @@ camel.rest.component=servlet
camel.rest.binding-mode=auto
# Configure the underlying Service Call component
-camel.cloud.service-call.component = http4
+camel.cloud.service-call.component = undertow
--
To stop receiving notification emails like this one, please contact
[email protected].