This is an automated email from the ASF dual-hosted git repository.

kenhuuu pushed a change to branch 3.8-dev
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


    from 700168de8a Merge branch '3.7-dev' into 3.8-dev
     add 5afbaffa50 TINKERPOP-3281 Reject malformed GraphBinary length prefixes 
(#3610)
     new 99e468c0a6 Merge branch '3.7-dev' into 3.8-dev

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGELOG.asciidoc                                 |   1 +
 .../io/binary/types/BigIntegerSerializer.java      |   2 +-
 .../io/binary/types/BulkSetSerializer.java         |  10 +-
 .../io/binary/types/ByteBufferSerializer.java      |   2 +-
 .../io/binary/types/ByteCodeSerializer.java        |   6 +-
 .../io/binary/types/CollectionSerializer.java      |   4 +-
 .../structure/io/binary/types/GraphSerializer.java |   6 +-
 .../io/binary/types/InetAddressSerializer.java     |   2 +-
 .../structure/io/binary/types/MapSerializer.java   |   4 +-
 .../structure/io/binary/types/PSerializer.java     |   2 +-
 .../io/binary/types/SimpleTypeSerializer.java      |  34 ++
 .../io/binary/types/StringSerializer.java          |   6 +-
 .../structure/io/binary/types/TreeSerializer.java  |   2 +-
 .../ser/binary/GraphBinaryLengthPrefixTest.java    | 361 +++++++++++++++++++++
 14 files changed, 423 insertions(+), 19 deletions(-)
 create mode 100644 
gremlin-util/src/test/java/org/apache/tinkerpop/gremlin/util/ser/binary/GraphBinaryLengthPrefixTest.java

Reply via email to