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

bloodhound plugin compatiblity with neo4j 4 #1

Merged
merged 1 commit into from
Apr 22, 2020

Conversation

svenhertle
Copy link

The bloodhound plugin did not work with neo4j version 4. This pull requests fixes:

  • Deprecated Cypher statements ({props} vs. $props)
  • Creation of existing constraints fails (now, the error is ignored)
  • TLS is used, but neo4j does not offer it by default (the encrypt parameter is set to False now)

The last thing feels a bit wrong, but as far as I see Bloodhound does it the same way for now. Bloodhound-AzureAD also has some problems with neo4j version 4, maybe I fix them later ;)

I tested this with neo4j 4.0.5 and 3.5.17 now.

Thanks for the awesome tool!

@dirkjanm dirkjanm merged commit 2c1e7e0 into dirkjanm:master Apr 22, 2020
@dirkjanm
Copy link
Owner

thanks for your contribution! just merged it in to master

This pull request was closed.
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

Successfully merging this pull request may close these issues.

2 participants