You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by GitBox <gi...@apache.org> on 2019/07/17 13:57:51 UTC

[GitHub] [tinkerpop] spmallette opened a new pull request #1164: TINKERPOP-2233 Removed Order.decr/incr

spmallette opened a new pull request #1164: TINKERPOP-2233 Removed Order.decr/incr
URL: https://github.com/apache/tinkerpop/pull/1164
 
 
   https://issues.apache.org/jira/browse/TINKERPOP-1921
   
   These were deprecated long ago and should no longer be used. Note that this change makes it such that previous version of TinkerPop will not work over Gryo properly if `Order` is used and may result in improper sorting or just plain error. Therefore if using 3.5.0 and Gryo you need to ensure that client and server are both using that version. That said, Gryo is no longer configured by default in Gremlin Server on 3.5.0 as GraphBinary is aiming to be the standard approach for binary communication going forward. GraphSON usage should be fine across TinkerPop versions.
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services