[
https://issues.apache.org/jira/browse/TINKERPOP3-913?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14990073#comment-14990073
]
ASF GitHub Bot commented on TINKERPOP3-913:
-------------------------------------------
GitHub user spmallette opened a pull request:
https://github.com/apache/incubator-tinkerpop/pull/135
TINKERPOP3-913 Deprecate rebindings in favor of aliases
https://issues.apache.org/jira/browse/TINKERPOP3-913
to fully test this you have to:
```text
mvn clean install
cd gremlin-server
mvn verify -DskipIntegrationTests=false
```
VOTE: +1
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/apache/incubator-tinkerpop TINKERPOP3-913
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-tinkerpop/pull/135.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 #135
----
commit 180a6cb22c851273c688ff2d39f1d76ba877c987
Author: Stephen Mallette <[email protected]>
Date: 2015-11-04T17:42:09Z
TINKERPOP3-913 Deprecated rebindings argument in favor of aliases.
Should not be a breaking change as everything was done through deprecation.
commit bdf0553420ef830f72e43b42b9c471e62a92dcf1
Author: Stephen Mallette <[email protected]>
Date: 2015-11-04T17:42:09Z
TINKERPOP3-913 Deprecated rebindings argument in favor of aliases.
Should not be a breaking change as everything was done through deprecation.
commit 986bc7017bb12a7f609afece4f36f10881f10fd3
Author: Stephen Mallette <[email protected]>
Date: 2015-11-04T18:12:43Z
Merge branch 'TINKERPOP3-913' of
https://git-wip-us.apache.org/repos/asf/incubator-tinkerpop into TINKERPOP3-913
----
> Rename Gremlin Server arguments rebinding to alias
> --------------------------------------------------
>
> Key: TINKERPOP3-913
> URL: https://issues.apache.org/jira/browse/TINKERPOP3-913
> Project: TinkerPop 3
> Issue Type: Improvement
> Components: driver, server
> Affects Versions: 3.0.2-incubating
> Reporter: stephen mallette
> Assignee: stephen mallette
> Fix For: 3.1.0-incubating
>
>
> The term "rebinding" is confusing whereas the word "alias" is a known word
> that users will get more readily. This work can be done through deprecation.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)