-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Neo4j 8.x and Core 7.x support #14
base: master
Are you sure you want to change the base?
Conversation
* master: Improved compatibility with neo4j 2.1.8 Typo. Another try with travis. Fix travis envs. Fix JDK and jruby details. Added error handling for http requests. Trying older neo4j versions. Yet another travis setup. Excluding neo4j 8 from current version requirements Trying another travis setup.
@ProGM I think |
I see that the |
I don't use this gem, but it might be worth forking the repo and changing the |
@cheerfulstoic this branch is intended to work with neo4j v8 but it required a version less than that. I had tried a local fork a few days back and it worked, have now got the change here pmackay@b6ff9ca |
Ah, I understand now! Just pushed a change to the |
It's pretty much a refactor to support the new
neo4j-core
API and theActiveNode
integration.It keeps support for the old neo4j-core API. (see
old_api_spec.rb
)It implements the spatial methods monkey patching the
HTTP
adaptor of the new cypher API.I think we should create a new major version for this, like 2.x
Pings: @subvertallchris @cheerfulstoic