netty5/transport/src/main
Norman Maurer f81cd7d05b
Use correct object to synchronize on in DefaultChannelPipeline (#9171)
Motivation:

8e72071d76 did adjust how synchronization is done but missed to update one block and so used synchronized (this) while it should be synchronized (handlers) .

Modifications:

Use synchronized (handlers)

Result:

Correctly synchronize
2019-05-22 18:50:28 +02:00
..
java/io/netty Use correct object to synchronize on in DefaultChannelPipeline (#9171) 2019-05-22 18:50:28 +02:00
resources/META-INF/native-image/io.netty/transport Add SVM metadata and minimal substitutions to build graalvm native image applications. (#8963) 2019-04-29 09:12:09 +02:00