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:58:57 UTC

[tinkerpop] branch master updated (aeaac3e -> adc3b1b)

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(-)

[tinkerpop] 01/01: Merge branch '3.5-dev'

Posted by sp...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit adc3b1b0dc640e9a76918aeab3c774d88d6fbbfd
Merge: aeaac3e 5464364
Author: Stephen Mallette <st...@amazon.com>
AuthorDate: Thu Oct 7 08:57:55 2021 -0400

    Merge branch '3.5-dev'

 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(-)