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:33 UTC

[tinkerpop] branch master updated (6e43bdb -> c2b72c8)

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 6e43bdb  Merge branch '3.5-dev'
     add a191930  TINKERPOP-2671 Added tx() support in gremlin-language
     add d263a3b  Merge branch 'TINKERPOP-2671' into 3.5-dev
     new c2b72c8  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 +
 .../language/grammar/GremlinAntlrToJava.java       |  9 +++-
 .../language/grammar/GremlinBaseVisitor.java       |  2 +-
 .../language/grammar/TraversalSourceTxVisitor.java | 61 ++++++++++++++++++++++
 ...Test.java => TraversalSourceTxVisitorTest.java} | 25 +++++----
 gremlin-language/src/main/antlr4/Gremlin.g4        |  4 +-
 .../server/GremlinSessionTxIntegrateTest.java      | 44 ++++++++++++++++
 7 files changed, 131 insertions(+), 15 deletions(-)
 create mode 100644 gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/language/grammar/TraversalSourceTxVisitor.java
 copy gremlin-core/src/test/java/org/apache/tinkerpop/gremlin/language/grammar/{TraversalSourceSpawnVisitorTest.java => TraversalSourceTxVisitorTest.java} (74%)

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