This is an automated email from the ASF dual-hosted git repository.
spmallette pushed a change to branch travis-fix
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git.
discard ee616c4 Turn on start/end logging for individual tests.
add 9c9c01d Decided to revert back to having a dedicated thread for host
initialization and keeping the scheduler for reconnect.
add 7aeed79 Merge branch '3.4-dev'
add e6bebd4 Turn on start/end logging for individual tests.
add 9acaaed Reverted to older version of surefire for performance reasons
add fdad506 Docs were failing with this escape.
add 8ff5abb Merge branch '3.4-dev'
add f5614be Added some links jira in upgrade docs CTR
add c2f2bc2 Fixed minor nits in the Upgrade docs for 3.5.0 CTR
add b9ece1e Fixed capitalization CTR
add e71a7a9 Replaced blocking calls on the test client with timeouts.
new e69a17d Hardcode threadpool size to 2.
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (ee616c4)
\
N -- N -- N refs/heads/travis-fix (e69a17d)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
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 | 2 +-
docs/src/upgrade/release-3.5.x.asciidoc | 61 ++++++++++++----------
.../apache/tinkerpop/gremlin/driver/Client.java | 14 ++++-
.../apache/tinkerpop/gremlin/driver/Cluster.java | 4 +-
.../gremlin/driver/simple/AbstractClient.java | 10 ++--
.../gremlin/driver/simple/WebSocketClient.java | 20 ++++---
pom.xml | 8 +--
7 files changed, 72 insertions(+), 47 deletions(-)