Skip to content
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

Support for Neo4j 4.0 #114

Closed
puneetbehl opened this issue Apr 22, 2020 · 2 comments
Closed

Support for Neo4j 4.0 #114

puneetbehl opened this issue Apr 22, 2020 · 2 comments
Milestone

Comments

@puneetbehl
Copy link
Contributor

References:

https://neo4j.com/docs/migration-guide/current/upgrade-driver/

@puneetbehl puneetbehl added this to the 7.1.0 milestone Apr 22, 2020
@SwenVogel
Copy link

Hi, we are currently testing gorm-neo4j (7.0.1) with NEO4j (4.0.4). I don't know whether there any compatibility issues but we get an basic application (Spring Boot) woking after changing two configuration options.

application.yml (in Spring Boot project)

grails:
  neo4j:
    ...
    options:
        encryptionLevel: NONE

conf/neo4j.conf (in NEO4j installation directory)

cypher.default_language_version=3.5

@puneetbehl
Copy link
Contributor Author

The driver is updated to 4.0.1 in the commit 764ace5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants