GitHub user spmallette opened a pull request:
https://github.com/apache/tinkerpop/pull/861
TINKERPOP-1956 Deprecated Order.incr and Order.decr
https://issues.apache.org/jira/browse/TINKERPOP-1595
Replaced by `Order.asc` and `Order.desc` respectively. Left a number of
uses of `decr`/`incr` so as to ensure ongoing compatibility during deprecation.
Feel free to VOTE, but this won't merge until after we open 3.3.4 for
development.
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-1956
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tinkerpop/pull/861.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 #861
----
commit a937287d983c179668af92696f6e43e2151568bf
Author: Stephen Mallette <spmva@...>
Date: 2018-04-27T10:22:13Z
TINKERPOP-1956 Deprecated Order.incr and Order.decr
Replaced by Order.asc and Order.desc respectively. Left a number of uses of
decr/incr so as to ensure ongoing compatibility during deprecation.
----
---