This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
commit 17057316fa62b952b8a702e8757f0b52e7088ded Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Wed Aug 7 14:23:01 2019 +0200 CAMEL-13792 - Rename components to default names, Camel-netty4 to camel-netty - Aligned camel-netty tests --- .../test/java/org/apache/camel/component/netty4/Netty2978IssueTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/camel-netty/src/test/java/org/apache/camel/component/netty4/Netty2978IssueTest.java b/components/camel-netty/src/test/java/org/apache/camel/component/netty4/Netty2978IssueTest.java index aee0440..49409ab 100644 --- a/components/camel-netty/src/test/java/org/apache/camel/component/netty4/Netty2978IssueTest.java +++ b/components/camel-netty/src/test/java/org/apache/camel/component/netty4/Netty2978IssueTest.java @@ -88,7 +88,7 @@ public class Netty2978IssueTest extends BaseNettyTest { return new RouteBuilder() { @Override public void configure() throws Exception { - from("netty4:tcp://localhost:{{port}}?sync=true") + from("netty:tcp://localhost:{{port}}?sync=true") .process(new Processor() { public void process(final Exchange exchange) { String body = exchange.getIn().getBody(String.class);