[jira] [Commented] (TINKERPOP-1705) Remove deprecated rebindings option

2018-04-16 Thread ASF GitHub Bot (JIRA)

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

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

Github user asfgit closed the pull request at:

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


> Remove deprecated rebindings option
> ---
>
> Key: TINKERPOP-1705
> URL: https://issues.apache.org/jira/browse/TINKERPOP-1705
> Project: TinkerPop
>  Issue Type: Improvement
>  Components: server
>Affects Versions: 3.2.5
>Reporter: stephen mallette
>Assignee: stephen mallette
>Priority: Major
>  Labels: breaking
> Fix For: 3.4.0
>
>
> "rebinding" as an argument was deprecated a long time ago in favor of 
> "aliases". 



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


[jira] [Commented] (TINKERPOP-1705) Remove deprecated rebindings option

2018-04-13 Thread ASF GitHub Bot (JIRA)

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

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

Github user robertdale commented on the issue:

https://github.com/apache/tinkerpop/pull/835
  
VOTE +1


> Remove deprecated rebindings option
> ---
>
> Key: TINKERPOP-1705
> URL: https://issues.apache.org/jira/browse/TINKERPOP-1705
> Project: TinkerPop
>  Issue Type: Improvement
>  Components: server
>Affects Versions: 3.2.5
>Reporter: stephen mallette
>Assignee: stephen mallette
>Priority: Major
>  Labels: breaking
> Fix For: 3.4.0
>
>
> "rebinding" as an argument was deprecated a long time ago in favor of 
> "aliases". 



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


[jira] [Commented] (TINKERPOP-1705) Remove deprecated rebindings option

2018-04-13 Thread ASF GitHub Bot (JIRA)

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

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

Github user dkuppitz commented on the issue:

https://github.com/apache/tinkerpop/pull/835
  
VOTE: +1


> Remove deprecated rebindings option
> ---
>
> Key: TINKERPOP-1705
> URL: https://issues.apache.org/jira/browse/TINKERPOP-1705
> Project: TinkerPop
>  Issue Type: Improvement
>  Components: server
>Affects Versions: 3.2.5
>Reporter: stephen mallette
>Assignee: stephen mallette
>Priority: Major
>  Labels: breaking
> Fix For: 3.4.0
>
>
> "rebinding" as an argument was deprecated a long time ago in favor of 
> "aliases". 



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


[jira] [Commented] (TINKERPOP-1705) Remove deprecated rebindings option

2018-04-09 Thread ASF GitHub Bot (JIRA)

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

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

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 
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.




> Remove deprecated rebindings option
> ---
>
> Key: TINKERPOP-1705
> URL: https://issues.apache.org/jira/browse/TINKERPOP-1705
> Project: TinkerPop
>  Issue Type: Improvement
>  Components: server
>Affects Versions: 3.2.5
>Reporter: stephen mallette
>Assignee: stephen mallette
>Priority: Major
>  Labels: breaking
> Fix For: 3.4.0
>
>
> "rebinding" as an argument was deprecated a long time ago in favor of 
> "aliases". 



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