jetty / jetty.project

Eclipse Jetty® - Web Container & Clients - supports HTTP/2, HTTP/1.1, HTTP/1.0, websocket, servlets, and more
https://eclipse.dev/jetty
Other
3.86k stars 1.91k forks source link

Remove usages of `ByteBufferPool.Accumulator` #11954

Open lorban opened 4 months ago

lorban commented 4 months ago

Jetty version(s) 12.1.x

Enhancement Description ByteBufferPool.Accumulator is now deprecated and should be replaced with better design, like RetainableByteBuffer.DynamicCapacity. Both the HTTP3 generators and FCGI still rely on this class.

Once its usages are gone, we should consider removing it entirely.

See: #11801

gregw commented 3 months ago

Deprecated and all usages have been removed. Remove class when this issue goes stale or after a few releases.