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