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 71685f4  Merge branch '3.4-dev'
     add 780a39e  TINKERPOP-2438 Added AST preprocessing for scripts
     add 92396c4  Fix travis failures due to log length.
     add 81c0312  Trim kerberos logs a bit for Travis/debug sake.
     add 3097a74  Merge branch 'TINKERPOP-2438' into 3.4-dev
     new b6d1cfe  Merge branch '3.4-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                                 |   3 +-
 .../jsr223/DriverRemoteAcceptorIntegrateTest.java  |  15 +++
 .../groovy/jsr223/ast/GremlinASTChecker.groovy     | 128 +++++++++++++++++++++
 .../gremlin/groovy/engine/GremlinExecutor.java     |   8 +-
 .../engine/GremlinExecutorOverGraphTest.java       |  32 ++++++
 .../groovy/jsr223/ast/GremlinASTCheckerTest.java   |  83 +++++++++++++
 .../gremlin/server/GremlinDriverIntegrateTest.java |  10 +-
 .../server/GremlinServerAuthKrb5IntegrateTest.java |  13 +++
 8 files changed, 288 insertions(+), 4 deletions(-)
 create mode 100644 
gremlin-groovy/src/main/groovy/org/apache/tinkerpop/gremlin/groovy/jsr223/ast/GremlinASTChecker.groovy
 create mode 100644 
gremlin-groovy/src/test/java/org/apache/tinkerpop/gremlin/groovy/jsr223/ast/GremlinASTCheckerTest.java

Reply via email to