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 405d53bb34 Merge remote-tracking branch 'origin/3.8-dev'
add 739d5c4a6f Restrict GraphSON 1.0 embedded-type deserialization (#3586)
add 35d8f49b6b Merge branch '3.7-dev' into 3.8-dev
new c2ab68a957 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 +
docs/src/reference/gremlin-applications.asciidoc | 1 +
docs/src/upgrade/release-3.7.x.asciidoc | 39 ++
.../structure/io/graphson/GraphSONMapper.java | 235 +++++++-
.../com/example/gadget/GraphSONTestGadgets.java | 127 +++++
...ensTest.java => GraphSONMapperBuilderTest.java} | 22 +-
.../GraphSONMapperPartialEmbeddedTypeTest.java | 595 +++++++++++++++++++++
.../gremlin/structure/io/IoCustomTest.java | 5 +-
.../tinkerpop/gremlin/structure/io/IoTest.java | 6 +-
9 files changed, 1010 insertions(+), 21 deletions(-)
create mode 100644
gremlin-core/src/test/java/com/example/gadget/GraphSONTestGadgets.java
copy
gremlin-core/src/test/java/org/apache/tinkerpop/gremlin/structure/io/graphson/{GraphSONTokensTest.java
=> GraphSONMapperBuilderTest.java} (58%)