[
https://issues.apache.org/jira/browse/TINKERPOP-1021?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Marko A. Rodriguez closed TINKERPOP-1021.
-----------------------------------------
Resolution: Fixed
Added deprecation to 3.2.0 branch. This will be merged in the TINKERPOP-971
merge.
> Deprecate Order.valueIncr, Order.valueDecr, Order.keyIncr, and Order.keyDecr
> ----------------------------------------------------------------------------
>
> Key: TINKERPOP-1021
> URL: https://issues.apache.org/jira/browse/TINKERPOP-1021
> Project: TinkerPop
> Issue Type: Improvement
> Components: process
> Affects Versions: 3.1.0-incubating
> Reporter: Marko A. Rodriguez
> Assignee: Marko A. Rodriguez
> Priority: Trivial
> Labels: breaking
> Fix For: 3.2.0-incubating
>
>
> For 3.1.1 we made {{Column implement Function<Object,Object>}} and thus, you
> can now do this:
> {code}
> g.V().groupCount().by('age').order(local).by(values,decr)
> {code}
> As such, the awkward {{valuesDecr}}, {{valuesIncr}}, etc. can be deprecated.
> However, we should only Deprecate on major releases.
> RELATED TO: https://issues.apache.org/jira/browse/TINKERPOP3-982
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)