[
https://issues.apache.org/jira/browse/TINKERPOP-2676?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Stephen Mallette closed TINKERPOP-2676.
---------------------------------------
Assignee: Stephen Mallette
Resolution: Fixed
Resolved via CTR on:
https://github.com/apache/tinkerpop/commit/3a5917be789612acb31a7043f47f67c6e16b31f6
> Refactor GremlinScript checker out of groovy package
> ----------------------------------------------------
>
> Key: TINKERPOP-2676
> URL: https://issues.apache.org/jira/browse/TINKERPOP-2676
> Project: TinkerPop
> Issue Type: Improvement
> Components: server
> Reporter: Divij Vaidya
> Assignee: Stephen Mallette
> Priority: Minor
> Labels: breaking
> Fix For: 3.6.0
>
>
> We should move out
> [GremlinScriptChecker|https://github.com/apache/tinkerpop/blob/master/gremlin-groovy/src/main/java/org/apache/tinkerpop/gremlin/groovy/jsr223/GremlinScriptChecker.java]
> from org.apache.tinkerpop.gremlin.groovy.jsr223 (gremlin-groovy) to
> org.apache.tinkerpop.gremlin.language (gremlin-core).
> This is because the Script checker has nothing to do with groovy and in a
> future world where Gremlin language would be parsed using a parser (instead
> of groovy compiler), this class would still be useful.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)