Merge branch 'TINKERPOP-929'
Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/eaf34b8e Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/eaf34b8e Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/eaf34b8e Branch: refs/heads/TINKERPOP-1682 Commit: eaf34b8edf04decbd8ee673210d4f6b4312f1924 Parents: 268333b 578a93c Author: Stephen Mallette <[email protected]> Authored: Thu Jun 22 19:01:56 2017 -0400 Committer: Stephen Mallette <[email protected]> Committed: Thu Jun 22 19:01:56 2017 -0400 ---------------------------------------------------------------------- CHANGELOG.asciidoc | 6 + docs/src/upgrade/release-3.3.x.asciidoc | 10 + .../SingleGremlinScriptEngineManager.java | 7 - .../tinkerpop/gremlin/structure/Graph.java | 18 -- .../tinkerpop/gremlin/structure/io/Io.java | 15 +- .../gremlin/structure/io/graphml/GraphMLIo.java | 10 - .../structure/io/graphson/GraphSONIo.java | 16 +- .../gremlin/structure/io/gryo/GryoIo.java | 16 +- .../structure/io/util/IoRegistryHelper.java | 3 + .../structure/util/empty/EmptyGraph.java | 5 - .../jsr223/SingleScriptEngineManagerTest.java | 1 - .../driver/ser/GryoMessageSerializerV1d0.java | 11 - .../server/GremlinResultSetIntegrateTest.java | 4 +- gremlin-tools/gremlin-io-test/pom.xml | 4 +- .../GraphSONUntypedCompatibilityTest.java | 4 +- .../_3_2_3/manual-graphson-generator.groovy | 6 +- .../_3_2_4/manual-graphson-generator.groovy | 6 +- .../io/gryo/_3_2_3/manual-gryo-generator.groovy | 2 +- .../io/gryo/_3_2_4/manual-gryo-generator.groovy | 2 +- .../gremlin/hadoop/structure/HadoopGraph.java | 5 - .../jsr223/TinkerGraphGremlinPlugin.java | 4 +- .../tinkergraph/structure/TinkerGraph.java | 31 --- .../tinkergraph/structure/TinkerIoRegistry.java | 272 ------------------- .../structure/TinkerIoRegistryV2d0.java | 8 - .../TinkerGraphGryoSerializerTest.java | 80 ------ .../TinkerGraphGryoSerializerV1d0Test.java | 5 +- .../tinkergraph/structure/TinkerGraphTest.java | 12 +- 27 files changed, 40 insertions(+), 523 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/eaf34b8e/CHANGELOG.asciidoc ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/eaf34b8e/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/structure/Graph.java ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/eaf34b8e/tinkergraph-gremlin/src/main/java/org/apache/tinkerpop/gremlin/tinkergraph/structure/TinkerGraph.java ----------------------------------------------------------------------
