This is an automated email from the ASF dual-hosted git repository.
xiazcy pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
from 8c6998159e Merge branch '3.7-dev'
add 22db8cf08c Parallel Authentication Fix (#2551)
add 802ed4fe6a CTR reference doc corrections
new 1d1efb9872 Merge branch '3.7-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 | 1 +
docs/src/reference/the-traversal.asciidoc | 5 +-
.../traversal/dsl/graph/GraphTraversal.java | 2 +-
.../gremlin/driver/simple/AbstractClient.java | 14 +-
.../test/integration/sasl-authentication-tests.js | 13 ++
.../server/handler/SaslAuthenticationHandler.java | 257 +++++++++++++--------
.../tinkerpop/gremlin/server/handler/StateKey.java | 9 +
.../server/GremlinServerAuthIntegrateTest.java | 81 ++++++-
8 files changed, 268 insertions(+), 114 deletions(-)