This is an automated email from the ASF dual-hosted git repository.
kenhuuu pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
from fd0e3b5be0 Merge branch '3.8-dev'
add ae1b2a88fc Strengthen nested strategy class configuration
add 5cc351e9e7 Merge branch '3.7-dev' into 3.8-dev
new 223c147f9d 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 | 1 +
.../strategy/decoration/VertexProgramStrategy.java | 13 ++-
.../decoration/HaltedTraverserStrategy.java | 26 ++---
.../finalization/MatchAlgorithmStrategy.java | 9 +-
.../decoration/VertexProgramStrategyTest.java | 124 +++++++++++++++++++++
.../decoration/HaltedTraverserStrategyTest.java | 58 ++++++++++
.../finalization/MatchAlgorithmStrategyTest.java | 83 ++++++++++++++
7 files changed, 297 insertions(+), 17 deletions(-)
create mode 100644
gremlin-core/src/test/java/org/apache/tinkerpop/gremlin/process/computer/traversal/strategy/decoration/VertexProgramStrategyTest.java
create mode 100644
gremlin-core/src/test/java/org/apache/tinkerpop/gremlin/process/traversal/strategy/decoration/HaltedTraverserStrategyTest.java
create mode 100644
gremlin-core/src/test/java/org/apache/tinkerpop/gremlin/process/traversal/strategy/finalization/MatchAlgorithmStrategyTest.java