GitHub user spmallette opened a pull request: https://github.com/apache/incubator-tinkerpop/pull/226
TINKERPOP-1148 Added ConcurrentBindings implementation for Gremlin ScriptEngine. https://issues.apache.org/jira/browse/TINKERPOP-1148 This Bindings implementation is used with the global bindings of the GremlinExecutor so that it can allow for concurrent modification. Ran `mvn clean install` VOTE: +1 You can merge this pull request into a Git repository by running: $ git pull https://github.com/apache/incubator-tinkerpop TINKERPOP-1148 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-tinkerpop/pull/226.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #226 ---- commit 232b187417dba66d3dec9fec90b3d76f49b19ef2 Author: Stephen Mallette <sp...@genoprime.com> Date: 2016-02-12T19:05:37Z Added ConcurrentBindings implementation for Gremlin ScriptEngine. This Bindings implementation is used with the global bindings of the GremlinExecutor so that it can allow for concurrent modification. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---