This is an automated email from the ASF dual-hosted git repository.
spmallette pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
from 5030841548 Merge branch '3.8-dev'
add c53c452f4b TINKERPOP-3182 Fixed inconsistency in Path GraphSON
serialization
new 19b66a6fb5 Merge branch '3.7-dev' into 3.8-dev
new fa76d3bb0f Merge branch '3.8-dev'
The 2 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 +
.../structure/io/binary/types/PathSerializer.java | 4 +-
.../io/graphson/GraphSONSerializersV2.java | 11 ++-
.../io/graphson/GraphSONSerializersV3.java | 10 ++-
.../DriverRemoteConnection/GraphTraversalTests.cs | 47 +++++++++++
gremlin-go/driver/connection_test.go | 54 ++++++++++++
.../gremlin-javascript/lib/structure/graph.ts | 16 ++--
.../test/integration/client-tests.js | 70 ++++++++++++++--
.../test/integration/traversal-test.js | 73 +++++++++++++++++
.../test/unit/graphbinary/PathSerializer-test.js | 92 +++++++++++++++++++++
.../gremlin-javascript/test/unit/graphson-test.js | 38 +++++++--
.../tests/driver/test_driver_remote_connection.py | 15 ++++
.../apache/tinkerpop/gremlin/server/Context.java | 8 +-
.../server/GremlinResultSetIntegrateTest.java | 2 +-
.../GremlinServerSerializationIntegrateTest.java | 95 +++++++++++++++++++++-
.../gremlin/structure/SerializationTest.java | 29 +++----
.../org/apache/tinkerpop/gremlin/util/Tokens.java | 1 -
17 files changed, 512 insertions(+), 55 deletions(-)