oracle / nosql-java-sdk

SDK for Java for the Oracle NoSQL Database
https://www.oracle.com/database/nosql/
Universal Permissive License v1.0
24 stars 24 forks source link

Fix serialization problem using heap based netty ByteBuf #128

Closed gmfeinberg closed 1 week ago

gmfeinberg commented 1 week ago

The serialization code assumed that a non-direct Netty ByteBuf has a single contiguous byte array backing it and that is not the case. Remove the optimization for this case.