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

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


    from aeaac3e  Merge branch '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
     new adc3b1b  Merge branch '3.5-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 +
 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(-)

Reply via email to