This is an automated email from the ASF dual-hosted git repository.

spmallette pushed a change to branch 3.4-dev
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git.


    from 30dd4c6  Minor edits to looping section. CTR
     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

No new revisions were added by this update.

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 |   8 ++
 .../server/GremlinServerAuthKrb5IntegrateTest.java |  17 +++
 8 files changed, 291 insertions(+), 3 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