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

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


    from e39ef4fcce Merge branch '3.6-dev' into 3.7-dev
     add 7776458585 Allow aliased client to pass along options (#2524)
     add 0b8b7ec4c5 Temporary fix to failing JDK8 test (#2529)
     new c5c9baa86b Merge branch '3.6-dev' into 3.7-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 +
 .../Gremlin.Net.IntegrationTest/Gherkin/Gremlin.cs |  2 +-
 .../apache/tinkerpop/gremlin/driver/Client.java    |  5 +-
 .../tinkerpop/gremlin/driver/RequestOptions.java   | 30 ++++++++
 .../driver/remote/DriverRemoteConnection.java      | 27 +------
 .../driver/remote/DriverRemoteConnectionTest.java  |  5 +-
 gremlin-go/driver/cucumber/gremlin.go              |  2 +-
 .../gremlin-javascript/test/cucumber/gremlin.js    |  2 +-
 gremlin-python/src/main/python/radish/gremlin.py   |  2 +-
 .../server/ClientWithOptionsIntegrateTest.java     | 87 ++++++++++++++++++++++
 .../gremlin/test/features/map/Select.feature       |  2 +-
 11 files changed, 130 insertions(+), 35 deletions(-)
 create mode 100644 
gremlin-server/src/test/java/org/apache/tinkerpop/gremlin/server/ClientWithOptionsIntegrateTest.java

Reply via email to