Support Netty 5's Buffer API #28874
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
type: enhancement
A general enhancement
Milestone
Netty 5 introduced a new
Buffer
API, replacing Netty 4'sByteBuf
. We should support this new API through ourDataBuffer
abstraction. New methods and abstractions might be required to capture the semantics of Netty 5'sBuffer
, which are different from Nety 4'sByteBuf
in some areas.Parent issue: #28847.
The text was updated successfully, but these errors were encountered: