[
https://issues.apache.org/jira/browse/TINKERPOP-1142?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16080463#comment-16080463
]
ASF GitHub Bot commented on TINKERPOP-1142:
-------------------------------------------
GitHub user okram opened a pull request:
https://github.com/apache/tinkerpop/pull/660
TINKERPOP-1142: Remove deprecated valueIncr, valueDecr, keyIncr, keyDecr.
https://issues.apache.org/jira/browse/TINKERPOP-1142
Removed deprecated `valueIncr`, `valueDecr`, `keyIncr`, and `keyDecr`.
These were deprecated long ago and replaced with `Column.values` and
`Column.keys` along with the use of `Order.incr` and `Order.decr` accordingly.
VOTE +1
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/apache/tinkerpop TINKERPOP-1142
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tinkerpop/pull/660.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 #660
----
commit ae100b3083e9a9d5b323b47ea11d31c1f1e5b92a
Author: Marko A. Rodriguez <[email protected]>
Date: 2017-07-10T14:54:52Z
removed deprecated Order enums keyDecr, valueDecr, keyIncr, and valueIncr.
These were replaced long ago by Column.keys and Column.values using respective
Order.incr and Order.decr ordering enums.
commit 8cf3173b8a519af62e8a4621daf89f0a8412d7ed
Author: Marko A. Rodriguez <[email protected]>
Date: 2017-07-10T14:57:01Z
removed valueIncr, valueDecr, keyIncr, and keyDecr from Gremlin-Python
enums.
----
> Remove deprecated valueIncr, valueDecr, keyIncr, keyDecr.
> ---------------------------------------------------------
>
> Key: TINKERPOP-1142
> URL: https://issues.apache.org/jira/browse/TINKERPOP-1142
> Project: TinkerPop
> Issue Type: Improvement
> Components: process
> Affects Versions: 3.2.0-incubating
> Reporter: Marko A. Rodriguez
> Priority: Minor
> Labels: breaking
>
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)