netty5/handler/src/test
Tim Brooks d964bf6f18 Remove usages of deprecated methods group() and childGroup().
Motivation:

These methods were recently deprecated. However, they remained in use in several locations in Netty's codebase.

Modifications:

Netty's code will now access the bootstrap config to get the group or child group.

Result:

No impact on functionality.
2016-06-21 14:06:57 +02:00
..
java/io/netty/handler Remove usages of deprecated methods group() and childGroup(). 2016-06-21 14:06:57 +02:00
resources/io/netty/handler/ssl Using distinct aliases when building the trust manager factory, and renamed trustCertChain into trustCertCollection. 2016-03-22 21:12:10 +01:00