netty5/codec/src
Norman Maurer 78586a99b6 Ensure CombinedChannelDuplexHandler can not be shared.
Motivation:

CombinedChannelDuplexHandler must not be shared as it contains state.

Modifications:

Enforce that it is not shared.

Result:

Fixes [#6333]
2017-02-14 08:42:23 +01:00
..
main/java/io/netty/handler/codec Ensure CombinedChannelDuplexHandler can not be shared. 2017-02-14 08:42:23 +01:00
test Not fail tests when running on JDK9+ and init of MarshallingFactory fails 2017-02-14 08:27:58 +01:00