This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/maven/3.5-dev/org.mockito-mockito-core-4.10.0
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
discard e0e9cf577b Bump mockito-core from 3.3.3 to 4.10.0
add 52922b1eb2 TINKERPOP-2813 Improved logging around server-side close
add 0c65f7cfb8 TINKERPOP-2813 Refactored job scheduling and thread pools
add f406ecd737 TINKERPOP-2813 Removed fast NoHostAvailableException
add e2177c0df2 TINKERPOP-2813 Fixed some issues with Cluster.close()
add e9259eff5b TINKERPOP-2813 Updated upgrade docs and reference docs
add 46308222ec TINKERPOP-2813 Addressing review feedback with minor fixes
add a1789c47a7 TINKERPOP-2843 bump netty to 4.1.86
add 341793e9da Merge branch 'pr-1905' into 3.5-dev
add aa79594b5d Bump mockito-core from 3.3.3 to 4.10.0
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 (e0e9cf577b)
\
N -- N -- N
refs/heads/dependabot/maven/3.5-dev/org.mockito-mockito-core-4.10.0 (aa79594b5d)
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.
No new revisions were added by this update.
Summary of changes:
CHANGELOG.asciidoc | 9 +-
docs/src/reference/gremlin-variants.asciidoc | 28 ++++
docs/src/upgrade/release-3.5.x.asciidoc | 42 +++++
gremlin-console/src/main/static/NOTICE | 2 +-
.../apache/tinkerpop/gremlin/driver/Client.java | 63 ++++----
.../apache/tinkerpop/gremlin/driver/Cluster.java | 70 ++++++--
.../tinkerpop/gremlin/driver/Connection.java | 101 ++++++++----
...hakeInterceptor.java => ConnectionFactory.java} | 23 +--
.../tinkerpop/gremlin/driver/ConnectionPool.java | 178 +++++++++++++++++----
.../org/apache/tinkerpop/gremlin/driver/Host.java | 20 ++-
.../apache/tinkerpop/gremlin/driver/Settings.java | 1 -
.../driver/exception/NoHostAvailableException.java | 8 +-
.../tinkerpop/gremlin/driver/ClientTest.java | 2 +-
.../WebSocketClientBehaviorIntegrateTest.java | 2 +-
gremlin-server/src/main/static/NOTICE | 2 +-
.../driver/ClientConnectionIntegrateTest.java | 107 +++++++++++++
.../AbstractGremlinServerIntegrationTest.java | 8 +-
.../gremlin/server/GremlinDriverIntegrateTest.java | 2 -
pom.xml | 2 +-
19 files changed, 531 insertions(+), 139 deletions(-)
copy
gremlin-driver/src/main/java/org/apache/tinkerpop/gremlin/driver/{HandshakeInterceptor.java
=> ConnectionFactory.java} (51%)