This is an automated email from the ASF dual-hosted git repository.
Cole-Greer pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
from c8689be517 Merge branch '3.8-dev'
add bec044ea00 CTR Add Configuring to GraphStepPlaceholder and
VertexStepPlaceholder
add 72b34a3476 Add getOldChar() and getNewChar() getters to
ReplaceGlobalStep and ReplaceLocalStep (#3400)
new 9fb1700a5d 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 | 2 ++
.../process/traversal/step/map/GraphStep.java | 3 +--
.../traversal/step/map/GraphStepContract.java | 3 ++-
.../traversal/step/map/GraphStepPlaceholder.java | 20 ++++++++++++++++++--
.../traversal/step/map/ReplaceGlobalStep.java | 8 ++++++++
.../process/traversal/step/map/ReplaceLocalStep.java | 8 ++++++++
.../process/traversal/step/map/VertexStep.java | 3 +--
.../traversal/step/map/VertexStepContract.java | 3 ++-
.../traversal/step/map/VertexStepPlaceholder.java | 20 ++++++++++++++++++--
9 files changed, 60 insertions(+), 10 deletions(-)