[GitHub] tinkerpop pull request #833: TINKERPOP-1903 Migrated Credential DSL to annot...

2018-04-19 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/tinkerpop/pull/833 ---

[GitHub] tinkerpop pull request #833: TINKERPOP-1903 Migrated Credential DSL to annot...

2018-04-13 Thread dkuppitz
Github user dkuppitz commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/833#discussion_r181460071 --- Diff: gremlin-groovy/src/main/java/org/apache/tinkerpop/gremlin/groovy/jsr223/dsl/credential/CredentialTraversalDsl.java --- @@ -0,0 +1,63 @@

[GitHub] tinkerpop pull request #833: TINKERPOP-1903 Migrated Credential DSL to annot...

2018-04-13 Thread dkuppitz
Github user dkuppitz commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/833#discussion_r181456003 --- Diff: docs/src/reference/gremlin-applications.asciidoc --- @@ -1365,15 +1365,22 @@ Please see the example usage as follows: graph =

[GitHub] tinkerpop pull request #833: TINKERPOP-1903 Migrated Credential DSL to annot...

2018-04-13 Thread dkuppitz
Github user dkuppitz commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/833#discussion_r181456678 --- Diff: docs/src/upgrade/release-3.3.x.asciidoc --- @@ -23,6 +23,33 @@

[GitHub] tinkerpop pull request #833: TINKERPOP-1903 Migrated Credential DSL to annot...

2018-04-06 Thread spmallette
GitHub user spmallette opened a pull request: https://github.com/apache/tinkerpop/pull/833 TINKERPOP-1903 Migrated Credential DSL to annotation processor https://issues.apache.org/jira/browse/TINKERPOP-1903 The old CredentialGraph approach to the Credential DSL has been