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/09/09 21:46:21 UTC

[tinkerpop] branch tp34 updated (f46e833 -> 13dda8f)

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

spmallette pushed a change to branch tp34
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git.


    from f46e833  Added note to shortestPath() docs to inform it is a Computer step
     add 41ddc88  TINKERPOP-2132 Trigger authentication early to avoid unauthorized responses
     add a55df6a  transport tests from branch TINKERPOP-2132
     add 52d604d  Replace TimeoutException with NoHostAvailableException
     add 45f5227  Merge branch 'pr-1187' into tp33
     add ab0bd21  Added upgrade docs and changelog entry CTR
     add 59f4dd3  finalize some local variables CTR
     add 542a9f9  Restored check of GSSException
     add 13dda8f  Merge branch 'tp33' into tp34

No new revisions were added by this update.

Summary of changes:
 CHANGELOG.asciidoc                                 |  1 +
 docs/src/upgrade/release-3.3.x.asciidoc            | 16 +++++
 .../apache/tinkerpop/gremlin/driver/Client.java    |  5 +-
 .../tinkerpop/gremlin/driver/Connection.java       | 19 ++++++
 .../tinkerpop/gremlin/driver/ConnectionPool.java   | 14 ++--
 .../driver/exception/NoHostAvailableException.java | 21 ++----
 .../gremlin/server/GremlinDriverIntegrateTest.java | 11 ++--
 .../server/GremlinServerAuthIntegrateTest.java     | 70 ++++++++++++++++++--
 .../server/GremlinServerAuthKrb5IntegrateTest.java | 76 +++++++++++++++++++++-
 .../gremlin/server/GremlinServerIntegrateTest.java | 15 +++--
 ...tractGremlinServerChannelizerIntegrateTest.java |  4 +-
 11 files changed, 204 insertions(+), 48 deletions(-)
 copy spark-gremlin/src/main/java/org/apache/tinkerpop/gremlin/spark/process/computer/payload/MessagePayload.java => gremlin-driver/src/main/java/org/apache/tinkerpop/gremlin/driver/exception/NoHostAvailableException.java (67%)