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 849aa95ee17f9aefd1f5cb1a15f5cae081336cd7 Merge: 05ad95a 57f1fa8 Author: stephen mallette <[email protected]> AuthorDate: Fri Nov 19 07:39:13 2021 -0500 Merge pull request #1497 from apache/TINKERPOP-2613 TINKERPOP-2613 Improved behavior of V(null) CHANGELOG.asciidoc | 1 + .../traversal/dsl/graph/GraphTraversal.java | 9 ++- .../traversal/dsl/graph/GraphTraversalSource.java | 14 ++-- .../gremlin/structure/util/ElementHelper.java | 4 +- .../translator/JavascriptTranslatorTest.java | 8 +- .../Process/Traversal/GraphTraversal.cs | 11 ++- .../Process/Traversal/GraphTraversalSource.cs | 22 +++++- .../Gremlin.Net.IntegrationTest/Gherkin/Gremlin.cs | 8 ++ gremlin-javascript/build/generate.groovy | 4 + .../gremlin-javascript/test/cucumber/gremlin.js | 8 ++ gremlin-python/src/main/python/radish/gremlin.py | 8 ++ gremlin-test/features/map/Vertex.feature | 85 ++++++++++++++++++++++ .../gremlin/neo4j/structure/Neo4jGraph.java | 16 +++- .../gremlin/tinkergraph/structure/TinkerGraph.java | 2 + 14 files changed, 178 insertions(+), 22 deletions(-)
