Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove usages of ByteBufferPool.Accumulator #11954

Open
lorban opened this issue Jun 25, 2024 · 1 comment
Open

Remove usages of ByteBufferPool.Accumulator #11954

lorban opened this issue Jun 25, 2024 · 1 comment

Comments

@lorban
Copy link
Contributor

lorban commented Jun 25, 2024

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
Copy link
Contributor

gregw commented Jul 22, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: ✅ Done
Development

No branches or pull requests

2 participants