netty5/common
Idel Pivnitskiy 4793daa589 Make Comparators Serializable
Motivation:

Objects of java.util.TreeMap or java.util.TreeSet will become
non-Serializable if instantiated with Comparators, which are not also
 Serializable. This can result in unexpected and difficult-to-diagnose
 bugs.

Modifications:

Implements Serializable for all classes, which implements Comparator.

Result:

Proper Comparators which will not force collections to
non-Serializable mode.
2017-10-22 03:40:28 +02:00
..
src Make Comparators Serializable 2017-10-22 03:40:28 +02:00
pom.xml Upgrade dependencies to versions which use ASM 6.0.0+ 2017-10-07 12:45:25 +02:00