netty5/buffer
Norman Maurer eae9492c40 EmptyByteBuf.getCharSequence(0,...) must return empty String (#9272)
Motivation:

At the moment EmptyByteBuf.getCharSequence(0,...) will return null while it must return a "".

Modifications:

- Let EmptyByteBuf.getCharSequence(0,...) return ""
- Add unit test

Result:

Fixes https://github.com/netty/netty/issues/9271.
2019-06-24 21:09:52 +02:00
..
src EmptyByteBuf.getCharSequence(0,...) must return empty String (#9272) 2019-06-24 21:09:52 +02:00
pom.xml Update version number to start working on Netty 5 2018-11-20 15:49:57 +01:00