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.git
commit cf4735539ebe7d29c1ab0aa46c87bd0deff47827 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].
