This is an automated email from the ASF dual-hosted git repository.
divijv pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git.
from b6234e2 Merge branch '3.4-dev'
add 4624355 TINKERPOP-2445 Remove unnecessary initialization of
serializers (#1355)
add 43f7292 TINKERPOP-2445 Parallelize connection creation (#1360)
new 245a83d Merge branch '3.4-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 | 4 +
gremlin-driver/pom.xml | 10 ++
.../tinkerpop/gremlin/driver/Channelizer.java | 13 ++-
.../apache/tinkerpop/gremlin/driver/Client.java | 124 +++++++++++++--------
.../tinkerpop/gremlin/driver/Connection.java | 18 +--
.../tinkerpop/gremlin/driver/ConnectionPool.java | 53 ++++++---
.../driver/exception/ConnectionException.java | 10 +-
.../driver/exception/NoHostAvailableException.java | 21 ++--
.../driver/handler/WebSocketClientHandler.java | 8 +-
.../tinkerpop/gremlin/driver/ClientTest.java | 82 ++++++++++++++
.../gremlin/server/handler/OpSelectorHandler.java | 4 +-
.../gremlin/server/handler/ServerSerializers.java | 9 ++
.../gremlin/server/GremlinDriverIntegrateTest.java | 26 ++++-
.../server/GremlinServerAuthIntegrateTest.java | 4 +-
.../server/GremlinServerSslIntegrateTest.java | 11 +-
pom.xml | 13 +++
16 files changed, 307 insertions(+), 103 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%)
create mode 100644
gremlin-driver/src/test/java/org/apache/tinkerpop/gremlin/driver/ClientTest.java