You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…fer (#7550)
* Reuse helper methods from Netty to free direct byte buffer, making codebase JDK 9+ compatible
Signed-off-by: Li Zhanhui <[email protected]>
* Guard against null
Signed-off-by: Li Zhanhui <[email protected]>
* fix#7552
Signed-off-by: Li Zhanhui <[email protected]>
---------
Signed-off-by: Li Zhanhui <[email protected]>
Before Creating the Enhancement Request
Summary
Remove dependency on sun.nio.ch.DirectBuffer
Motivation
Get rid of dependency on sun.nio.ch.DirectBuffer, making codebase JDK 9+ compatible
Describe the Solution You'd Like
Reuse assets from netty
Describe Alternatives You've Considered
Repeat work offered by netty
Additional Context
No response
The text was updated successfully, but these errors were encountered: