Skip to content

Commit

Permalink
ISPN-6996 Update to Netty 4.1.5.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavonalle committed Sep 2, 2016
1 parent f073832 commit 02ac1aa
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
<version.jboss.logging>3.3.0.Final</version.jboss.logging>
<version.jgroups>3.6.10.Final</version.jgroups>
<version.jta>1.0.1.Final</version.jta>
<version.netty>4.1.0.CR7</version.netty>
<version.netty>4.1.5.Final</version.netty>
<version.osgi>4.3.1</version.osgi>
<version.scala.major>2.11</version.scala.major>
<version.scala>${version.scala.major}.7</version.scala>
Expand Down
1 change: 0 additions & 1 deletion server/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

<properties>
<module.skipComponentMetaDataProcessing>false</module.skipComponentMetaDataProcessing>
<infinispan.test.parallel.thread>1</infinispan.test.parallel.thread>
</properties>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
import io.netty.channel.ChannelFuture;
import io.netty.channel.ChannelHandler;
import io.netty.channel.ChannelHandlerContext;
import io.netty.channel.ChannelHandlerInvoker;
import io.netty.channel.ChannelPipeline;
import io.netty.channel.ChannelProgressivePromise;
import io.netty.channel.ChannelPromise;
Expand Down Expand Up @@ -39,11 +38,6 @@ public EventExecutor executor() {
return null;
}

@Override
public ChannelHandlerInvoker invoker() {
return null;
}

@Override
public String name() {
return null;
Expand Down

0 comments on commit 02ac1aa

Please sign in to comment.