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 18681892a9 Merge branch '3.8-dev'
add 51a7f29c78 CTR: Verify io() class names before loading and invoking
them
add 65f38abf53 Merge branch '3.7-dev' into 3.8-dev
new b9afe89d0e 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/sideEffect/IoStep.java | 86 ++++++---
.../structure/io/util/IoRegistryHelper.java | 20 +-
.../traversal/step/sideEffect/IoStepTest.java | 202 +++++++++++++++++++++
.../structure/io/util/IoRegistryHelperTest.java | 146 +++++++++++++++
5 files changed, 425 insertions(+), 31 deletions(-)
create mode 100644
gremlin-core/src/test/java/org/apache/tinkerpop/gremlin/structure/io/util/IoRegistryHelperTest.java