netty5/codec-memcache/src
Norman Maurer abdaa769de
Remove Void*Promise (#11348)
Motivation:

Sometime in the past we introduced the concept of Void*Promise. As it turned out this was not a good idea at all as basically each handler in the pipeline need to be very careful to correctly handle this. We should better just remove this "optimization".

Modifications:

- Remove Void*Promise and all the related APIs
- Remove tests which were related to Void*Promise

Result:

Less error-prone API
2021-06-08 14:22:16 +02:00
..
main/java/io/netty/handler/codec/memcache Remove Void*Promise (#11348) 2021-06-08 14:22:16 +02:00
test/java/io/netty/handler/codec/memcache/binary Migrate codec-memcache tests to JUnit 5 (#11310) 2021-05-26 10:14:27 +02:00