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