This is an automated email from the ASF dual-hosted git repository.
spmallette pushed a change to branch TINKERPOP-1942
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git.
from bfa8e9b TINKERPOP-1942 Added changelog and upgrade notes for
graphbinary
add 78ecd1b TINKERPOP-1942 Added IoRegistry configuration options to
GraphBinary
No new revisions were added by this update.
Summary of changes:
.../driver/ser/GraphBinaryMessageSerializerV1.java | 52 ++++++++++++++++--
.../gremlin/driver/ser/binary/GraphBinaryIo.java | 61 ++++++++++++++++++++++
.../types/sample/SamplePersonSerializerTest.java | 55 +++++++++++++++----
3 files changed, 153 insertions(+), 15 deletions(-)
create mode 100644
gremlin-driver/src/main/java/org/apache/tinkerpop/gremlin/driver/ser/binary/GraphBinaryIo.java