You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2019/11/26 20:48:47 UTC

[tinkerpop] branch TINKERPOP-2235 updated (e440c6b -> f5ba938)

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

spmallette pushed a change to branch TINKERPOP-2235
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git.


    from e440c6b  TINKERPOP-2235 Consistent behavior for multi/meta properties and null
     add f5ba938  TINKERPOP-2235 Fixed up label overrides for property(label,Object)

No new revisions were added by this update.

Summary of changes:
 CHANGELOG.asciidoc                                     |  1 +
 .../process/traversal/step/map/AddVertexStartStep.java | 15 ++++++++++++++-
 .../process/traversal/step/map/AddVertexStep.java      | 15 ++++++++++++++-
 .../process/traversal/step/util/Parameters.java        | 11 +++++++++++
 .../process/traversal/step/util/ParametersTest.java    | 16 ++++++++++++++++
 gremlin-test/features/map/AddVertex.feature            | 10 ++++++++++
 .../process/traversal/step/map/AddVertexTest.java      | 18 ++++++++++++++++++
 .../gremlin/tinkergraph/structure/TinkerVertex.java    |  2 +-
 8 files changed, 85 insertions(+), 3 deletions(-)