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 71d8528449 Merge branch '3.8-dev'
add 1f0ded919d CTR: Guard against non-terminating loops in TinkerGraph
GraphSON deserialization
add f33bbcb13b Merge branch '3.7-dev' into 3.8-dev
new a0c04d2139 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:
.beads/issues.jsonl | 11 +++
CHANGELOG.asciidoc | 1 +
.../tinkergraph/structure/TinkerIoRegistryV2.java | 27 +++++-
.../tinkergraph/structure/TinkerIoRegistryV3.java | 27 +++++-
.../tinkergraph/structure/TinkerIoRegistryV4.java | 27 +++++-
.../TinkerGraphGraphSONSerializerV2Test.java | 36 +++++++
.../TinkerGraphGraphSONSerializerV3Test.java | 107 +++++++++++++++++++++
.../TinkerGraphGraphSONSerializerV4Test.java | 107 +++++++++++++++++++++
8 files changed, 334 insertions(+), 9 deletions(-)
create mode 100644 .beads/issues.jsonl
create mode 100644
tinkergraph-gremlin/src/test/java/org/apache/tinkerpop/gremlin/tinkergraph/structure/TinkerGraphGraphSONSerializerV3Test.java
create mode 100644
tinkergraph-gremlin/src/test/java/org/apache/tinkerpop/gremlin/tinkergraph/structure/TinkerGraphGraphSONSerializerV4Test.java