java-rest-binding icon indicating copy to clipboard operation
java-rest-binding copied to clipboard

cypher query endpoint deprecated.

Open tkolsen opened this issue 10 years ago • 1 comments

The query engine should work against cypher transaction enpoint(http://neo4j.com/docs/stable/rest-api-transactional.html), not the deprecated legacy cypher enpoint(http://neo4j.com/docs/stable/rest-api-cypher.html)

tkolsen avatar Feb 09 '15 10:02 tkolsen

This library will be deprecated anyway, so I don't have the time to upgrade the implementation.

I suggest that you use towards the jdbc-driver which already uses the new transactional http endpoint.

Feel free to send a PR, you can use code from the jdbc-driver or this: https://github.com/jexp/neo4j-remoting-cypher

jexp avatar Feb 09 '15 11:02 jexp