GitHub user spmallette opened a pull request:

    https://github.com/apache/tinkerpop/pull/380

    TINKERPOP-1402 Added IoBuilder.onMapper() method.

    https://issues.apache.org/jira/browse/TINKERPOP-1402
    
    Deprecated IoBuilder.registry() in the process of doing that. This should 
provide greater flexibility to Graph providers who can now not only supply a 
custom IoRegistry but also access other non-generalized features of a 
Mapper.Builder instance.
    
    Tested with `mvn clean install`. I did a one-time test before changing 
TinkerGraph to stop using the deprecated `registry` method and the build worked 
fine so I think that even though we can't directly test the old `registry` 
method anymore, it still should be working ok if provides elect to stick with 
it.
    
    VOTE +1

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/apache/tinkerpop TINKERPOP-1402

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/tinkerpop/pull/380.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 #380
    
----
commit f1617e202025db1ff6f94deb70c66f14772273bf
Author: Stephen Mallette <[email protected]>
Date:   2016-08-15T14:29:46Z

    Added IoBuilder.onMapper() method.
    
    Deprecated IoBuilder.registry() in the process of doing that. This should 
provide greater flexibility to Graph providers who can now not only supply a 
custom IoRegistry but also access other non-generalized features of a 
Mapper.Builder instance.

----


---
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 enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to