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 2021/10/07 12:59:01 UTC

[tinkerpop] branch 3.5-dev updated (43cb9e9 -> 5464364)

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

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


    from 43cb9e9  Merge branch '3.4-dev' into 3.5-dev
     add d56af2a  TINKERPOP-2620 Fixed NPE related to null arguments to elementMap(), valueMap(), values() and properties()
     add 5464364  Merge branch 'TINKERPOP-2620' into 3.5-dev

No new revisions were added by this update.

Summary of changes:
 CHANGELOG.asciidoc                                 |  1 +
 docs/src/upgrade/release-3.5.x.asciidoc            | 10 +++--
 .../process/traversal/step/map/ElementMapStep.java |  3 +-
 .../traversal/step/map/PropertyMapStep.java        |  6 ++-
 .../gremlin/structure/util/ElementHelper.java      | 12 +++++-
 .../gremlin/structure/util/ElementHelperTest.java  | 44 ++++++++++++++++++++++
 .../Gremlin.Net.IntegrationTest/Gherkin/Gremlin.cs |  4 ++
 .../gremlin-javascript/test/cucumber/gremlin.js    |  5 ++-
 gremlin-python/src/main/python/radish/gremlin.py   |  4 ++
 gremlin-test/features/map/ElementMap.feature       | 18 ++++++++-
 gremlin-test/features/map/Properties.feature       | 40 ++++++++++++++++++++
 gremlin-test/features/map/ValueMap.feature         | 15 ++++++++
 12 files changed, 152 insertions(+), 10 deletions(-)