Open dmikov opened 8 years ago
As of July 11th, no luck running the plug-in with Neo4j 3.0.3.
I started from the current repository, and changed a few things in the pom.xml (/pom.xml and tinkerpop3/pom.xml)
version tag : 2.3.1 => 3.0.3 (all pom.xml)
tinkerpop3/pom.xml : Changed the following versions
<neo4j-api-version>0.1</neo4j-api-version>
<neo4j-api-impl-version>0.4-3.0.3</neo4j-api-impl-version>
With those, I managed to build (with maven) without problem. When installed in plugins folder, and configured as in the docs, then the curl call has just no effect, no reaction.
The new plugin has 73 .jars (compared to the 59 in the previous one), and reading the versions, it looks indeed more recent.
From here, I don't know where to go, so Neo4j 3.0.3 is no accessible yet. :(
Would be fantastic for this support on Neo4j 3.0.3
Any updates on this?
Just checking in on update for this, when might this support happen? neo4j is a very popular graph framework and gremlin is a awesome language, we're trying to upgrade to 3.0, and I'd imagine there may be others that want to do the same thing. Any thoughts of when this will be available?
Pull Requests are more than welcome. I can't spare any time for this plugin.
Any plans to support or test it with v3.0? Especially if it plays with bolt or rest only?