netty5/buffer
Norman Maurer 8ab4adcc56 FixedCompositeByteBuf.isDirect() may return wrong value when constructed with empty array (#10005)
Motivation:

FixedCompositeByteBuf.isDirect() should return the same value as EMPTY_BUFFER.isDirect() when constructed via an empty array

Modifications:

- Return correct value when constructed via empty array.
- Add unit test

Result:

FixedCompositeByteBuf.isDirect() returns correct value
2020-02-08 17:05:44 +01:00
..
src FixedCompositeByteBuf.isDirect() may return wrong value when constructed with empty array (#10005) 2020-02-08 17:05:44 +01:00
pom.xml Update version number to start working on Netty 5 2018-11-20 15:49:57 +01:00