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 2020/12/21 12:07:00 UTC

[tinkerpop] branch master updated (3f541ee -> bcb6475)

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 3f541ee  Merge branch '3.4-dev'
     add b223b76  TINKERPOP-2438 Introduce GremlinScriptChecker
     add d4a38a4  Merge branch 'TINKERPOP-2438' into 3.4-dev
     new bcb6475  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                                 |   1 +
 docs/src/reference/gremlin-variants.asciidoc       |  41 +++++
 .../gremlin/groovy/engine/GremlinExecutor.java     |   4 +-
 .../groovy/jsr223/GremlinScriptChecker.java        | 203 +++++++++++++++++++++
 ...ckerTest.java => GremlinScriptCheckerTest.java} |  60 +++---
 5 files changed, 283 insertions(+), 26 deletions(-)
 create mode 100644 gremlin-groovy/src/main/java/org/apache/tinkerpop/gremlin/groovy/jsr223/GremlinScriptChecker.java
 copy gremlin-groovy/src/test/java/org/apache/tinkerpop/gremlin/groovy/jsr223/{ast/GremlinASTCheckerTest.java => GremlinScriptCheckerTest.java} (85%)


[tinkerpop] 01/01: Merge branch '3.4-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 bcb6475c9ce194471f039e62c9999adf20e519bd
Merge: 3f541ee d4a38a4
Author: Stephen Mallette <st...@amazon.com>
AuthorDate: Mon Dec 21 07:01:51 2020 -0500

    Merge branch '3.4-dev'

 CHANGELOG.asciidoc                                 |   1 +
 docs/src/reference/gremlin-variants.asciidoc       |  41 +++
 .../gremlin/groovy/engine/GremlinExecutor.java     |   4 +-
 .../groovy/jsr223/GremlinScriptChecker.java        | 203 ++++++++++++++
 .../groovy/jsr223/GremlinScriptCheckerTest.java    | 300 +++++++++++++++++++++
 5 files changed, 547 insertions(+), 2 deletions(-)