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 deprecated
in favor of the preferred method for DSL development which was published long
after the original DSL was developed.
All tests pass with `docker/build.sh -t -i`
VOTE +1
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/apache/tinkerpop TINKERPOP-1903
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tinkerpop/pull/833.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 #833
----
commit 972a9cd48c765bc16b72f5917899b0855711c609
Author: Stephen Mallette <spmva@...>
Date: 2018-04-05T15:51:49Z
TINKERPOP-1903 Migrated Credential DSL to annotation processor
The old CredentialGraph approach to the Credential DSL has been deprecated
in favor of the preferred method for DSL development which was published long
after the original DSL was developed.
----
---