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

Refactor Node implementations to return ResourceIterable pending change in core API Node interface #2473

Conversation

docrozza
Copy link
Collaborator

Public API for org.neo4j.graphdb.Node will be changing for getRelationships calls so that ResourceIterable is returned rather than just Iterable. This is to expose the fact that these calls may leak resources so care should be taken to close them properly.

This change is to ensure that builds do not fail when that API change lands due to compilation failures in APOC

@MishaDemianenko MishaDemianenko merged commit a155f4f into neo4j-contrib:dev Jan 20, 2022
@docrozza docrozza deleted the 5.0-relationships-as-resource-iterables branch January 20, 2022 10:47
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