netty5/handler/src/main
Carl Mastrangelo 05480c190f Make only default IdleStateEvents cached string representation (#9705)
Motivation:

In PR https://github.com/netty/netty/pull/9695   IdleStateEvents
were made to cache their string representation.   The reason for this
was to avoid creating garbage as these values would be used frequently.
However, these objects may be used on multiple event loops and this
may cause an unexpected race to occur.

Modification:
Only make the events that Netty creates cache their toString representation.

Result:
No races.
2019-10-24 08:35:59 +02:00
..
java/io/netty/handler Make only default IdleStateEvents cached string representation (#9705) 2019-10-24 08:35:59 +02:00
resources/META-INF/native-image/io.netty/handler Update GraalVM Native Image configuration. (#9515) 2019-08-30 09:21:33 +02:00