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 2022/01/06 01:34:34 UTC

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

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 c2b72c84c9ab17d0b161ad435e0ae3f6a2c16dbe
Merge: 6e43bdb d263a3b
Author: Stephen Mallette <st...@amazon.com>
AuthorDate: Wed Jan 5 20:32:30 2022 -0500

    Merge branch '3.5-dev'

 CHANGELOG.asciidoc                                 |  1 +
 .../language/grammar/GremlinAntlrToJava.java       |  9 ++-
 .../language/grammar/GremlinBaseVisitor.java       |  2 +-
 .../language/grammar/TraversalSourceTxVisitor.java | 61 +++++++++++++++++++++
 .../grammar/TraversalSourceTxVisitorTest.java      | 64 ++++++++++++++++++++++
 gremlin-language/src/main/antlr4/Gremlin.g4        |  4 +-
 .../server/GremlinSessionTxIntegrateTest.java      | 44 +++++++++++++++
 7 files changed, 181 insertions(+), 4 deletions(-)