GitHub user spmallette opened a pull request:
https://github.com/apache/tinkerpop/pull/910
TINKERPOP-1342 Allow for more per-request options in Java driver
https://issues.apache.org/jira/browse/TINKERPOP-1342
Deprecated a couple of overloads of `Client.submit()` as they seem clumsy
now given that we have the nicer `RequestOptions`. Now with `RequestOptions`
users can submit a per-request script timeout as well as other settings.
Builds with `mvn clean install && mvn verify -pl gremlin-server
-DskipIntegrationTests=false`
VOTE +1
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/apache/tinkerpop TINKERPOP-1342
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tinkerpop/pull/910.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 #910
----
----
---