Jetty version(s)
12
Description
The Jetty 12 code has now standardized to use RetainableByteBufferPool, so ByteBufferPool should be removed.
This would simplify a lot the codebase, and also clean up the Jetty component tree, because now the ByteBufferPools appear in the component tree, but not the RetainableByteBufferPools.
This is a prerequisite for #9148, because it would then allow to inject leak-tracking Pool instances.