GitHub user karthicks opened a pull request:
https://github.com/apache/tinkerpop/pull/693
TINKERPOP-1750: An Object Graph Mapping Framework For Gremlin.
This pull request implements the object-graph mapping framework proposed in
[TINKERPOP-1750](https://issues.apache.org/jira/browse/TINKERPOP-1750).
In addition to the proposed framework, a reference implementation based on
`TinkerGraph` is included. It comes with test cases, and is `javadoc` friendly.
A license for `lombok` was added to the `LICENSE` file.
For more details, please see the
[README](./gremlin-objects/README.asciidoc) under the `gremlin-objects` module.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/karthicks/tinkerpop TINKERPOP-1750
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tinkerpop/pull/693.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #693
----
commit df6474dda72cd8718af9b7686a52e46d05c20014
Author: Karthick Sankarachary <[email protected]>
Date: 2017-08-13T03:31:23Z
TINKERPOP-1750 An Object Graph Mapping Framework For Gremlin.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---