SteelBridgeLabs / neo4j-gremlin-bolt

Apache License 2.0
0 stars 1 forks source link

Neo4J driver not exposed by Neo4JGraphFactory but not closed on Neo4JGraph#close #105

Open Dacit opened 3 years ago

Dacit commented 3 years ago

The Neo4JGraphFactory creates a driver instance that becomes a private member of the Neo4JGraph, and is not exposed anywhere - and in the Neo4JGraph#close method, it isn't closed either. So it is not possible to fully close graphs created by the factory.

Dacit commented 3 years ago

Fixed in #106 .

rjbaucells commented 3 years ago

Modifications in PR #106 failed while executing integration tests. Tinkerpop integration suite does to pass after applying this PR, rolling it back.