This is an automated email from the ASF dual-hosted git repository.
spmallette pushed a change to branch driver-35
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
was e9d8a0d2b4 Fixed some problems with closing sessions and waiting for
handshakes
This change permanently discards the following revisions:
discard e9d8a0d2b4 Fixed some problems with closing sessions and waiting for
handshakes
discard fb3fe161d8 Forced SingleRequestConnection to wait for handshake
discard 15719fbd7f Tighten up sessioned Client close() operations
discard 9f2d3cfb69 Catch an exception on close in tests
discard 5558fe0c0c Fix driver close race condition
discard 33c4aa2179 Limited some listener creation for handshakes
discard f47d96a738 Used netty's WebSocketClientProtocolHandler
discard 5ca03c3685 Add epoll support for the driver
discard 6b05cc7813 Removed some dead code.
discard 2a6fe3e3c8 Refactored WebSocketIdleEventHandler into the
WebSocketClientHandler
discard ad174b593a Renamed ConnectionPoolImpl to DefaultConnectionPool
discard f01fb69bdc Minor modifications while profiling.
discard 16904d2f97 Control the number of request in flight
discard bd08a5da40 Removed some code deprecation
discard b0fd2eaf75 Removed obsolete driver settings.
discard 5d4296f13f Fixed up driver test utility based on TINKERPOP-2205 which
creates one connection per request
discard ef870f8858 Fix indentation
discard c166db0aaf Upgrade Netty containing fix for proper close of
FixedChannelPool
discard b81c16fcf7 Added test to show fix for TINKERPOP-2132 which related to
problems with authentication over multiple threads.
discard 32f87de1a3 Added upgrade docs/changelog for java driver
discard 66b95dc433 Fixed failing tests after rebase on master.
discard b251274156 Change connection management to single request per channel