netty5/common
Dmitriy Dumanskiy 45c0ea543f Java 8 migration. Replace netty ConcurrentSet with Java KeySet. (#8745)
Motivation:

The concurrent set is present in Java 8 and above so we can use it instead of own implementation.

Modification:

io.netty.utik.internal.ConcurrentSet replaced with ConcurrentHashMap.newKeySet().

Result:

Less code to maintain.
2019-01-22 10:40:40 +01:00
..
src Java 8 migration. Replace netty ConcurrentSet with Java KeySet. (#8745) 2019-01-22 10:40:40 +01:00
pom.xml Update version number to start working on Netty 5 2018-11-20 15:49:57 +01:00