netty5/transport/src
Norman Maurer 6e9a67ae11 Deprecate ChannelOption.newInstance(...) (#8997)
Motivation:

Deprecate ChannelOption.newInstance(...) as it is not used.

Modifications:

Deprecate ChannelOption.newInstance(...) as valueOf(...) should be used as a replacement.

Result:

Fixes https://github.com/netty/netty/issues/8983.
2019-04-05 12:10:16 +02:00
..
main/java/io/netty Deprecate ChannelOption.newInstance(...) (#8997) 2019-04-05 12:10:16 +02:00
test/java/io/netty Move ChannelHandler.Skip to ChannelHandlerMask.Skip and make it packa… (#8987) 2019-04-01 08:37:09 +02:00