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 19b66a6fb58d02cb822339b533c15f56fd655a77 Merge: 3284acaf0b c53c452f4b Author: Stephen Mallette <[email protected]> AuthorDate: Tue Sep 2 07:48:32 2025 -0400 Merge branch '3.7-dev' into 3.8-dev 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.js | 10 ++- .../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 | 5 +- 17 files changed, 510 insertions(+), 55 deletions(-)
