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

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

commit e37a94698b8b99ed25bdf4b5ab26dd43b98e43eb
Merge: 9661646e97 07668257c0
Author: Cole-Greer <cole.gr...@improving.com>
AuthorDate: Wed Nov 1 16:49:10 2023 -0700

    Merge branch '3.7-dev'

 docs/src/dev/developer/for-committers.asciidoc     |   1 +
 docs/src/upgrade/release-3.7.x.asciidoc            |   2 +
 .../Gremlin.Net.IntegrationTest/Gherkin/Gremlin.cs |  10 +-
 gremlin-go/driver/cucumber/gremlin.go              |  10 +-
 .../gremlin-javascript/test/cucumber/gremlin.js    |  10 +-
 gremlin-python/src/main/python/radish/gremlin.py   |  10 +-
 .../gremlin/test/features/integrated/Paths.feature |   2 +-
 .../gremlin/test/features/map/Combine.feature      |  44 ++--
 .../gremlin/test/features/map/Conjoin.feature      |  10 +-
 .../gremlin/test/features/map/ValueMap.feature     |   7 +-
 .../tinkergraph/structure/AbstractTinkerGraph.java |  16 ++
 .../gremlin/tinkergraph/structure/TinkerEdge.java  |   2 +-
 .../gremlin/tinkergraph/structure/TinkerGraph.java |   6 +-
 .../tinkergraph/structure/TinkerVertex.java        |  14 +-
 .../tinkergraph/TinkerShuffleGraphFeatureTest.java |  52 +++++
 .../tinkerpop/gremlin/tinkergraph/TinkerWorld.java |  56 ++++++
 .../tinkergraph/structure/TinkerShuffleEdge.java   |  50 +++++
 .../tinkergraph/structure/TinkerShuffleGraph.java  |  86 ++++++++
 .../structure/TinkerShuffleGraphTest.java          | 221 +++++++++++++++++++++
 .../tinkergraph/structure/TinkerShuffleVertex.java |  66 ++++++
 .../structure/TinkerShuffleVertexProperty.java     |  61 ++++++
 .../io.cucumber.core.backend.ObjectFactory         |   3 +-
 22 files changed, 690 insertions(+), 49 deletions(-)

Reply via email to