orientechnologies / orientdb-gremlin

TinkerPop3 Graph Structure Implementation for OrientDB
Apache License 2.0
91 stars 32 forks source link

Add graphson v2 support #105

Closed velo closed 7 years ago

velo commented 7 years ago

Gremlin 3.2.2 introduced graphson v2 https://github.com/apache/tinkerpop/blob/3.2.2/CHANGELOG.asciidoc#release-3-2-2

We need to implement support for this.

Currently the tests that check for it are disabled. Removing this shall run unit tests for it https://github.com/mpollmeier/orientdb-gremlin/blob/master/driver/src/test/java/org/apache/tinkerpop/gremlin/orientdb/gremlintest/OrientGraphProvider.java#L55