Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Done
-
3.2.3
Description
`gremlin-groovy-test` is can be for 3.3.0 with its test either migrated to other modules or simply removed. `gremlin-groovy` will now be tested in the same way that `gremlin-python` is.
This issue is labelled as "breaking" as it removes a module that graph providers depend on. The tests in the module were deprecated in 3.2.4 so there has been some warning that this would happen. For 3.3.0, graph providers will want to simply remove these tests from their test suites.
This also means a "breaking" change for those using the deprecated TinkerGraphGremlinPlugin in org.apache.tinkerpop.gremlin.tinkergraph.groovy.plugin and not the one introduced in 3.2.4 at org.apache.tinkerpop.gremlin.tinkergraph.jsr223. the same can be said of Neo4jGremlinPlugin, HadoopGremlinPlugin GiraphGremlinPlugin and SparkGremlinPlugin
Attachments
Issue Links
- incorporates
-
TINKERPOP-1621 Remove deprecated GremlnPlugin and related infrastructure
- Closed
-
TINKERPOP-1421 Remove deprecated ControlOps
- Closed
-
TINKERPOP-1622 Remove deprecated G functions in gremlin-groovy
- Closed
- links to