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 c4fe00d4d07b40fae462b3dd48ff21342e66577b Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Wed Aug 7 14:29:51 2019 +0200 CAMEL-13792 - Rename components to default names, Camel-netty4 to camel-netty - Aligned camel-netty4-http tests --- .../camel/component/netty4/http/NettyHttpGetWithInvalidMessageTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/camel-netty4-http/src/test/java/org/apache/camel/component/netty4/http/NettyHttpGetWithInvalidMessageTest.java b/components/camel-netty4-http/src/test/java/org/apache/camel/component/netty4/http/NettyHttpGetWithInvalidMessageTest.java index c843ffa..08b4491 100644 --- a/components/camel-netty4-http/src/test/java/org/apache/camel/component/netty4/http/NettyHttpGetWithInvalidMessageTest.java +++ b/components/camel-netty4-http/src/test/java/org/apache/camel/component/netty4/http/NettyHttpGetWithInvalidMessageTest.java @@ -71,7 +71,7 @@ public class NettyHttpGetWithInvalidMessageTest extends CamelTestSupport { } private void invokeService(int port) { - Exchange out = template.request("netty4:tcp://localhost:" + port + "?encoders=#encoders&decoders=#decoders&sync=true", new Processor() { + Exchange out = template.request("netty:tcp://localhost:" + port + "?encoders=#encoders&decoders=#decoders&sync=true", new Processor() { @Override public void process(Exchange exchange) throws Exception { exchange.getIn().setBody(REQUEST_STRING);