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/26 22:10:44 UTC

[tinkerpop] branch tp33 updated (13b60a6 -> ed72e81)

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

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


    from 13b60a6  Merge branch 'TINKERPOP-2280' into tp33
     add ea0d598  Revert "Replace TimeoutException with NoHostAvailableException"
     add ed72e81  Merge branch 'TINKERPOP-2132-revert' into tp33

No new revisions were added by this update.

Summary of changes:
 .../apache/tinkerpop/gremlin/driver/Client.java    |  5 +-
 .../tinkerpop/gremlin/driver/Connection.java       | 23 -------
 .../tinkerpop/gremlin/driver/ConnectionPool.java   | 16 +++--
 .../apache/tinkerpop/gremlin/driver/Handler.java   | 45 ++-----------
 .../driver/exception/NoHostAvailableException.java | 31 ---------
 .../server/handler/SaslAuthenticationHandler.java  | 15 ++---
 .../gremlin/server/GremlinDriverIntegrateTest.java | 11 ++--
 .../server/GremlinServerAuthIntegrateTest.java     | 66 ++-----------------
 .../server/GremlinServerAuthKrb5IntegrateTest.java | 76 ++--------------------
 .../gremlin/server/GremlinServerIntegrateTest.java | 15 ++---
 ...tractGremlinServerChannelizerIntegrateTest.java | 13 ++++
 11 files changed, 60 insertions(+), 256 deletions(-)
 delete mode 100644 gremlin-driver/src/main/java/org/apache/tinkerpop/gremlin/driver/exception/NoHostAvailableException.java