capnproto-java-rpc/runtime
Martin Dindoffer de1e334091
Fix infinite loop in PackedInputStream when the supplied ArrayInputStream is smaller than needed
Additionally:
* ArrayInputStream is no longer final, as there is no reason to stop consumers from extending and adjusting the behaviour
*  The wrapped ByteBuffer is not private, as according to the (previously) undocumented contract, it should be only accessible through #getReadBuffer().
2024-10-07 12:38:06 +03:00
..
src Fix infinite loop in PackedInputStream when the supplied ArrayInputStream is smaller than needed 2024-10-07 12:38:06 +03:00
pom.xml update version numbers of 0.1.17-SNAPSHOT 2024-10-07 12:38:06 +03:00