jetty.project
jetty.project copied to clipboard
Remove usages of `ByteBufferCallbackAccumulator`
Jetty version(s) 12.1.x
Enhancement Description
ByteBufferCallbackAccumulator has been deprecated but there still are places where we use it. We should replace all those usages with RetainableByteBuffer.DynamicCapacity and eventually remove this class.
See: #11801
See #10541