netty5/handler/src/test/java/io/netty/handler
Norman Maurer e038fb7b0e Deprecate UnaryPromiseNotifier
Motivation:

Users should use PromiseNotifier.cascade(...) methods and so the UnaryPromiseNotifier becomes useless.

Modifications:

- Mark UnaryPromiseNotifier as deprecated
- Replaces usages with PromiseNotifier.cascade(...)

Result:

Cleanup
2021-09-03 08:42:23 +02:00
..
address Remove unnecessary toString calls (#11550) 2021-08-05 14:17:00 +02:00
flow Fix test failure introduced by 7cc31b8653 2021-07-05 08:37:41 +02:00
flush Add cast to help compiler to build (#11587) 2021-08-18 09:21:19 +02:00
ipfilter Use Junit5 for handler module (#11444) 2021-07-02 15:06:06 +02:00
logging Use Junit5 for handler module (#11444) 2021-07-02 15:06:06 +02:00
pcap Use Junit5 for handler module (#11444) 2021-07-02 15:06:06 +02:00
ssl Deprecate UnaryPromiseNotifier 2021-09-03 08:42:23 +02:00
stream Add cast to help compiler to build (#11587) 2021-08-18 09:21:19 +02:00
timeout Avoid overspecifying ScheduledFuture when Future will do (#11636) 2021-08-31 16:05:21 +02:00
traffic Make variables final (#11548) 2021-08-06 09:27:12 +02:00