Michael Hunger
Michael Hunger
This plugin was built for an old version of Neo4j (2.1) and Tinkerpop (2). No one has been using it in a long time. *You either have to use that...
@sarmbruster what would be the correct solution for this for now?
You should probably raise this issue in apache-tinkerpop, it contains the neo4j-gremlin integration. https://github.com/apache/tinkerpop/tree/master/neo4j-gremlin
It is somewhere in apache-tinkerpop, sorry don't have time right now to find it.
This is not the right repository for the issue, the issue with with apache-tinkerpop's neo4j-gremlin dependencies as I said above.
The problem is, that for testing we have to stick with the jersey library of the server. Which is now at 1.9 Otherwise it blows up with incompatible versions. I...
I think the problem is that the "int" type is primitive and doesn't allow for nulls at all. We would have to coerce it to 0 then instead of null,...
Did you look into rewriting this so that it creates a correct rest-traversal description and sends it over to the server?
Have you looked into upgrading neoclipse to the new traversal API ? (Or even better use cypher in these places) That would help a lot. Michael
Nice Impl, but it still does the filtering on the client side, right?