Remove MethodHandles
from OptimizedHttp2FrameCodecBuilder
#2251
Labels
technical debt
Reduces technical debt
MethodHandles
from OptimizedHttp2FrameCodecBuilder
#2251
In #2250 we started to use
MethodHandles
forOptimizedHttp2FrameCodecBuilder
to avoid breaking users that may have older netty version in the classpath. After a few netty releases (at least 6) we should be able to remove theMethodHandles
and use this API directly.The text was updated successfully, but these errors were encountered: