GitHub user spmallette opened a pull request:

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

    TINKERPOP-1705 Removed rebindings API from java driver

    https://issues.apache.org/jira/browse/TINKERPOP-1705
    
    The "rebindings" API methods were long ago deprecated in 3.1.0-incubating 
but were not removed in 3.2.x or 3.3.x for extended support of that feature - 
especially for third-party drivers. By now, most users should have moved on to 
use the "aliases" API instead and most of the drivers should be supporting that 
as well, especially since most of the drivers are now officially TinkerPop 
maintained.
    
    I didn't add any upgrade docs because I started a "Deprecation Removal" 
section in #830 and will want to add an entry to that. I'd like to get that one 
merged first at which point I can rebase and add a "rebindings" entry there.
    
    All tests pass with `docker/build.sh -t -n -i`
    
    VOTE +1

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

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

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

    https://github.com/apache/tinkerpop/pull/835.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 #835
    
----
commit 301e3a0b880323b3498dbd20dbc5ecaa198c679d
Author: Stephen Mallette <spmva@...>
Date:   2018-04-09T21:36:53Z

    TINKERPOP-1705 Removed rebindings API from java driver
    
    The "rebindings" API methods were long ago deprecated in 3.1.0-incubating 
but were not removed in 3.2.x or 3.3.x for extended support of that feature - 
especially for third-party drivers. By now, most users should have moved on to 
use the "aliases" API instead and most of the drivers should be supporting that 
as well, especially since most of the drivers are now officially TinkerPop 
maintained.

----


---

Reply via email to