jetty.project icon indicating copy to clipboard operation
jetty.project copied to clipboard

Remove usages of `ByteBufferCallbackAccumulator`

Open lorban opened this issue 1 year ago • 1 comments

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

lorban avatar Jun 25 '24 10:06 lorban

See #10541

gregw avatar Oct 02 '24 21:10 gregw