stephen mallette created TINKERPOP-2036:
-------------------------------------------
Summary: Make GraphReader and GraphWriter more friendly to
GraphTraversalSource
Key: TINKERPOP-2036
URL: https://issues.apache.org/jira/browse/TINKERPOP-2036
Project: TinkerPop
Issue Type: Improvement
Components: io
Affects Versions: 3.4.0
Reporter: stephen mallette
Assignee: stephen mallette
Fix For: 3.4.0
We've been migrating users further and further away from the Graph API. The
recently added {{io()}} step helps with that immensely. In that process, the
{{GraphReader}} and {{GraphWriter}} interfaces probably should have went a step
further to include an overloads for {{readGraph()}} and {{writeGraph()}} that
used a {{GraphTraversalSource}} with deprecation for the {{Graph}} versions.
Again, we don't need to remove these methods any time soon, but the preference
should be toward preferring {{GraphTraversalSource}} when possible. This can be
implemented as a non-breaking change to the API for those who have their own
implementations of these interfaces.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)