-
Task
-
Resolution: Done
-
Minor
-
1.3.0.Beta8
-
None
-
None
As of 3.4.0, Xnio will deprecate several types that are heavily used by undertow: org.xnio Pool, Pooled, ByteBufferSlicePool.
For example, those types are exposed by ClientConnection's Pool<ByteBuffer> getBufferPool(); method.
Undertow should use ByteBufferPool and ByteBuffer in the future.