neo4j-contrib / java-rest-binding

Java Bindings for the Neo4J Server REST API, providing an implementation of GraphDatabaseService
Other
120 stars 72 forks source link

cypher query endpoint deprecated. #77

Open tkolsen opened 9 years ago

tkolsen commented 9 years ago

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)

jexp commented 9 years ago

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