This is an automated email from the ASF dual-hosted git repository.
colegreer pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
from 05177e58ec Merge branch '3.8-dev'
add 54d3218f98 [TINKERPOP-3193] Decouple non with()-related configs from
Configuring/Parameterizing interfaces (#3215)
new 9606a87d5f Merge branch '3.8-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 | 3 +-
docs/src/upgrade/release-3.8.x.asciidoc | 39 +++++++++++++
.../process/traversal/step/Configuring.java | 3 +-
.../map/AbstractAddElementStepPlaceholder.java | 18 ++++++
.../traversal/step/map/AddEdgeStartStep.java | 67 +++++++++++----------
.../process/traversal/step/map/AddEdgeStep.java | 67 +++++++++++----------
.../traversal/step/map/AddElementStepContract.java | 3 +-
.../traversal/step/map/AddVertexStartStep.java | 68 ++++++++++++----------
.../process/traversal/step/map/AddVertexStep.java | 66 +++++++++++----------
.../traversal/step/sideEffect/AddPropertyStep.java | 45 +++++++-------
.../step/sideEffect/AddPropertyStepContract.java | 4 +-
.../sideEffect/AddPropertyStepPlaceholder.java | 22 ++++++-
.../process/traversal/step/util/Parameters.java | 4 ++
.../traversal/step/map/AddEdgeStartStepTest.java | 10 ++++
.../traversal/step/map/AddEdgeStepTest.java | 10 ++++
.../traversal/step/map/AddVertexStartStepTest.java | 10 ++++
.../traversal/step/map/AddVertexStepTest.java | 18 ++++--
.../step/sideEffect/AddPropertyStepTest.java | 13 +++++
.../traversal/step/util/ParametersTest.java | 10 ----
.../Gremlin.Net.IntegrationTest/Gherkin/Gremlin.cs | 3 +
gremlin-go/driver/cucumber/gremlin.go | 3 +
.../gremlin-javascript/test/cucumber/gremlin.js | 3 +
gremlin-python/src/main/python/radish/gremlin.py | 3 +
.../gremlin/test/features/map/AddEdge.feature | 19 +++++-
.../gremlin/test/features/map/AddVertex.feature | 25 +++++++-
25 files changed, 368 insertions(+), 168 deletions(-)