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 2019/06/24 16:29:07 UTC

[tinkerpop] branch master updated (24cd564 -> 75b2ab2)

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 24cd564  Merge branch 'tp34'
     new 43909ee  TINKERPOP-2243 Add userAgent to RequestOptions. This allows graph providers to tailor their error messages to the client.
     new 4e55f9d  TINKERPOP-2243 Take in feedback.
     new 6edc379  TINKERPOP-2243 Add support for bytecode traversals. Fix `DriverRemoteConnection` ignoring `Token` with options.
     new f1ef99d  TINKERPOP-2243 User agent is calculated once for gremlin console.
     new 75b2ab2  Merge pull request #1145 from BrynCooke/TINKERPOP-2243

The 15417 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                                 |  2 ++
 .../console/jsr223/DriverRemoteAcceptor.java       |  4 +++
 .../apache/tinkerpop/gremlin/driver/Client.java    |  1 +
 .../tinkerpop/gremlin/driver/RequestOptions.java   | 15 ++++++++++
 .../apache/tinkerpop/gremlin/driver/Tokens.java    |  1 +
 .../driver/remote/DriverRemoteConnection.java      |  9 ++++--
 .../driver/remote/DriverRemoteConnectionTest.java  |  2 ++
 .../gremlin/server/GremlinDriverIntegrateTest.java | 35 ++++++++++++++++++++++
 8 files changed, 66 insertions(+), 3 deletions(-)