You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2019/09/26 17:03:17 UTC

[tinkerpop] 01/04: Merge branch 'TINKERPOP-2280' into tp33

This is an automated email from the ASF dual-hosted git repository.

spmallette pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git

commit 13b60a6c7a6ff39fc9c3c160be03f6b6fae9d645
Merge: 1969c60 1d4dcb0
Author: Stephen Mallette <sp...@genoprime.com>
AuthorDate: Thu Sep 26 11:04:26 2019 -0400

    Merge branch 'TINKERPOP-2280' into tp33

 CHANGELOG.asciidoc                                 |   5 +-
 docs/src/upgrade/release-3.3.x.asciidoc            |  16 +++
 .../AbstractWarningVerificationStrategy.java       | 111 +++++++++++++++++++++
 .../EdgeLabelVerificationStrategy.java             |  69 ++-----------
 .../ReservedKeysVerificationStrategy.java          | 106 ++++++++++++++++++++
 .../EdgeLabelVerificationStrategyTest.java         |   6 +-
 ...a => ReservedKeysVerificationStrategyTest.java} |  38 ++++---
 .../Verification/EdgeLabelVerificationStrategy.cs  |  49 +++++++++
 .../ReservedKeysVerificationStrategy.cs            |  55 ++++++++++
 .../GraphTraversalSourceTests.cs                   |   2 +
 .../main/jython/gremlin_python/driver/protocol.py  |   3 +-
 .../jython/gremlin_python/process/strategies.py    |  17 ++++
 .../tests/driver/test_driver_remote_connection.py  |  13 ++-
 .../tinkergraph/structure/TinkerGraphTest.java     |  31 +++++-
 14 files changed, 435 insertions(+), 86 deletions(-)