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
The following commit(s) were added to refs/heads/master by this push: new 34a0e22 Fixed CS for Camel-Netty-http 34a0e22 is described below commit 34a0e226d72f880308e83f8f7cd0e9933e282259 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Mon Aug 19 09:34:37 2019 +0200 Fixed CS for Camel-Netty-http --- .../apache/camel/component/netty/http/DefaultNettySharedHttpServer.java | 2 +- .../apache/camel/component/netty/http/HttpClientInitializerFactory.java | 1 - .../apache/camel/component/netty/http/rest/RestNettyHttpGetTest.java | 2 +- .../camel/component/netty/http/rest/RestNettyHttpGetWildcardsTest.java | 2 +- 4 files changed, 3 insertions(+), 4 deletions(-) diff --git a/components/camel-netty-http/src/main/java/org/apache/camel/component/netty/http/DefaultNettySharedHttpServer.java b/components/camel-netty-http/src/main/java/org/apache/camel/component/netty/http/DefaultNettySharedHttpServer.java index 2a34f77..11184cd 100644 --- a/components/camel-netty-http/src/main/java/org/apache/camel/component/netty/http/DefaultNettySharedHttpServer.java +++ b/components/camel-netty-http/src/main/java/org/apache/camel/component/netty/http/DefaultNettySharedHttpServer.java @@ -22,8 +22,8 @@ import java.util.regex.Matcher; import io.netty.channel.Channel; import io.netty.channel.ChannelInitializer; import org.apache.camel.CamelContext; -import org.apache.camel.component.netty.http.handlers.HttpServerMultiplexChannelHandler; import org.apache.camel.component.netty.NettyServerBootstrapFactory; +import org.apache.camel.component.netty.http.handlers.HttpServerMultiplexChannelHandler; import org.apache.camel.support.service.ServiceHelper; import org.apache.camel.support.service.ServiceSupport; import org.apache.camel.util.ObjectHelper; diff --git a/components/camel-netty-http/src/main/java/org/apache/camel/component/netty/http/HttpClientInitializerFactory.java b/components/camel-netty-http/src/main/java/org/apache/camel/component/netty/http/HttpClientInitializerFactory.java index a61513e..94edeb5 100644 --- a/components/camel-netty-http/src/main/java/org/apache/camel/component/netty/http/HttpClientInitializerFactory.java +++ b/components/camel-netty-http/src/main/java/org/apache/camel/component/netty/http/HttpClientInitializerFactory.java @@ -30,7 +30,6 @@ import io.netty.handler.codec.http.HttpObjectAggregator; import io.netty.handler.ssl.SslHandler; import io.netty.handler.timeout.ReadTimeoutHandler; import org.apache.camel.RuntimeCamelException; -import org.apache.camel.component.netty.http.handlers.HttpClientChannelHandler; import org.apache.camel.component.netty.ChannelHandlerFactory; import org.apache.camel.component.netty.ClientInitializerFactory; import org.apache.camel.component.netty.NettyConfiguration; diff --git a/components/camel-netty-http/src/test/java/org/apache/camel/component/netty/http/rest/RestNettyHttpGetTest.java b/components/camel-netty-http/src/test/java/org/apache/camel/component/netty/http/rest/RestNettyHttpGetTest.java index b451264..dd92b88 100644 --- a/components/camel-netty-http/src/test/java/org/apache/camel/component/netty/http/rest/RestNettyHttpGetTest.java +++ b/components/camel-netty-http/src/test/java/org/apache/camel/component/netty/http/rest/RestNettyHttpGetTest.java @@ -20,8 +20,8 @@ import org.apache.camel.BindToRegistry; import org.apache.camel.Exchange; import org.apache.camel.Processor; import org.apache.camel.builder.RouteBuilder; -import org.apache.camel.component.netty.http.RestNettyHttpBinding; import org.apache.camel.component.netty.http.BaseNettyTest; +import org.apache.camel.component.netty.http.RestNettyHttpBinding; import org.junit.Test; public class RestNettyHttpGetTest extends BaseNettyTest { diff --git a/components/camel-netty-http/src/test/java/org/apache/camel/component/netty/http/rest/RestNettyHttpGetWildcardsTest.java b/components/camel-netty-http/src/test/java/org/apache/camel/component/netty/http/rest/RestNettyHttpGetWildcardsTest.java index 1f09c8e..ecc5ba9 100644 --- a/components/camel-netty-http/src/test/java/org/apache/camel/component/netty/http/rest/RestNettyHttpGetWildcardsTest.java +++ b/components/camel-netty-http/src/test/java/org/apache/camel/component/netty/http/rest/RestNettyHttpGetWildcardsTest.java @@ -20,8 +20,8 @@ import org.apache.camel.BindToRegistry; import org.apache.camel.Exchange; import org.apache.camel.Processor; import org.apache.camel.builder.RouteBuilder; -import org.apache.camel.component.netty.http.RestNettyHttpBinding; import org.apache.camel.component.netty.http.BaseNettyTest; +import org.apache.camel.component.netty.http.RestNettyHttpBinding; import org.junit.Test; public class RestNettyHttpGetWildcardsTest extends BaseNettyTest {