spmallette opened a new pull request, #3582: URL: https://github.com/apache/tinkerpop/pull/3582
TinkerGraph is now an interface with two implementations: `TinkerMemoryGraph` (in-memory, what `TinkerGraph.open()` returns) and `TinkerStorageGraph` (the transactional graph formerly named `TinkerTransactionGraph`). Existing code using `TinkerGraph.open()` or `gremlin.graph=...TinkerGraph` works unchanged. Starting point to changes described here: https://lists.apache.org/thread/2zt62kvfssh6xz5vnf2lk1g7cstq9vod VOTE +1 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
