You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/10/10 23:37:00 UTC

[jira] [Commented] (TINKERPOP-2061) Add with() configuration as global to a traversal

    [ https://issues.apache.org/jira/browse/TINKERPOP-2061?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16645714#comment-16645714 ] 

ASF GitHub Bot commented on TINKERPOP-2061:
-------------------------------------------

spmallette opened a new pull request #961: TINKERPOP-2061 Added with() option for traversal configuration
URL: https://github.com/apache/tinkerpop/pull/961
 
 
   https://issues.apache.org/jira/browse/TINKERPOP-2061
   
   Basically just shorthands the direct use of `OptionStrategy` which is much more verbose and less nice to look at. See the upgrade doc changes in this PR for an example of usage.
   
   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 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


> Add with() configuration as global to a traversal
> -------------------------------------------------
>
>                 Key: TINKERPOP-2061
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP-2061
>             Project: TinkerPop
>          Issue Type: Improvement
>          Components: process
>    Affects Versions: 3.4.0
>            Reporter: stephen mallette
>            Assignee: stephen mallette
>            Priority: Major
>
> Provide a for {{with(String)}} and {{with(String,Object)}} at the configuration of the {{TraversalSource}} - basically a shorthand for using {{OptionsStrategy}} manually and {{withStrategies()}}.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)