neo4j-contrib / gremlin-plugin

A Plugin for the Neo4j server add Tinkerpop-related functionality
Other
55 stars 23 forks source link

Support Latest Version of Tinkerpop Stack #9

Open edalorzo opened 10 years ago

edalorzo commented 10 years ago

The current Tinkerpop stack including Blueprints and Gremlin is in version 2.4.0. But the current dependencies in the project are for Blueprints 1.2 and Gremlin 1.5.

This makes it difficult to use this dependency in projects already using Tinkerpop most recent libraries.

I attempted to simply update the pom file to include the latest jars, but it looks like many things have changed. Not only package names and class locations, but also some methods no longer exist in the Graph class (i.e. clear).

If I had more time I'd try to do the changes myself, but since I am not sure if I will be able to do it, I decide to write this suggestion of improvement here.