[GitHub] tinkerpop pull request #478: TINKERPOP-1490 Implemented promise API for Trav...

2016-12-16 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/tinkerpop/pull/478 --- 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

[GitHub] tinkerpop pull request #478: TINKERPOP-1490 Implemented promise API for Trav...

2016-11-10 Thread al3xandru
Github user al3xandru commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/478#discussion_r87521066 --- Diff: gremlin-core/pom.xml --- @@ -61,6 +61,11 @@ limitations under the License. +

[GitHub] tinkerpop pull request #478: TINKERPOP-1490 Implemented promise API for Trav...

2016-11-02 Thread spmallette
GitHub user spmallette opened a pull request: https://github.com/apache/tinkerpop/pull/478 TINKERPOP-1490 Implemented promise API for Traversal https://issues.apache.org/jira/browse/TINKERPOP-1490 Added two promise() methods that return `CompletableFuture` on `Traversal`.