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

Cole-Greer pushed a change to branch multi-label-experiment
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


    from 941dd3eece fix mergeV example not using 'existing' graph
     add 3e761ce48f Support multi-label vertices in StarGraph GraphSON V4 
serialization
     add e5f35a4178 Support multi-label vertices in Gryo; fix 
HadoopElement.labels()

No new revisions were added by this update.

Summary of changes:
 .../gremlin/structure/util/Attachable.java         |   8 ++
 .../util/star/StarGraphGraphSONDeserializer.java   |   9 +-
 .../util/star/StarGraphGraphSONSerializerV4.java   |  14 ++-
 .../structure/util/star/StarGraphSerializer.java   |  26 ++++-
 .../star/StarGraphGraphSONV4MultiLabelTest.java    |  86 +++++++++++++++
 .../star/StarGraphSerializerMultiLabelTest.java    | 116 +++++++++++++++++++++
 .../gremlin/hadoop/structure/HadoopElement.java    |   7 ++
 7 files changed, 260 insertions(+), 6 deletions(-)
 create mode 100644 
gremlin-core/src/test/java/org/apache/tinkerpop/gremlin/structure/util/star/StarGraphGraphSONV4MultiLabelTest.java
 create mode 100644 
gremlin-core/src/test/java/org/apache/tinkerpop/gremlin/structure/util/star/StarGraphSerializerMultiLabelTest.java

Reply via email to