You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by GitBox <gi...@apache.org> on 2019/09/20 02:35:46 UTC

[GitHub] [tinkerpop] spmallette opened a new pull request #1195: TINKERPOP-2280 Add ReservedKeysVerificationStrategy

spmallette opened a new pull request #1195: TINKERPOP-2280 Add ReservedKeysVerificationStrategy
URL: https://github.com/apache/tinkerpop/pull/1195
 
 
   https://issues.apache.org/jira/browse/TINKERPOP-2280
   
   Abstracted out a "warning" style verification strategy that ended up being used by this new strategy and EdgeLabelVerificationStrategy. If this ReservedKeysVerificationStrategy is added it will prevent the specified keys from being used in property keys. Providers can choose to implement this strategy if they have keywords they wish to prevent use of and users can of course use it as needed for their own conventions. By default, the strategy blocks use of "id" and "label" as a convention.
   
   All tests pass with `docker/build.sh -t -n -i`
   
   VOTE +1
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services