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 87e914f Removed some more side-effect retrieval code - should have been removed some time ago. CTR add ea0d598 Revert "Replace TimeoutException with NoHostAvailableException" new ed72e81 Merge branch 'TINKERPOP-2132-revert' into tp33 new 1ce6fe7 Merge branch 'tp33' into tp34 new e69328f Merge branch 'tp34' The 3 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: .../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 | 75 ++-------------------- .../gremlin/server/GremlinServerIntegrateTest.java | 11 ++-- 10 files changed, 44 insertions(+), 254 deletions(-) delete mode 100644 gremlin-driver/src/main/java/org/apache/tinkerpop/gremlin/driver/exception/NoHostAvailableException.java