krlawrence / graph

Practical Gremlin - An Apache TinkerPop Tutorial
Apache License 2.0
830 stars 251 forks source link

Replace all usage of incr/decr with asc/desc as removed in 3.5.0 #228

Closed krlawrence closed 12 months ago

krlawrence commented 3 years ago

The previously deprecated Order.incr and Order.decr were completely removed in TinkerPop 3.5.0. The manuscript needs to be updated to favor Order.asc and Order.desc and the note about the deprecation needs to be updated. As part of this change an introductory paragraph about TinkerPop 3.5.0 needs to be added.

Several files in the sample-code folder will also need updating.

krlawrence commented 12 months ago

Closing as this is fixed and work has now started on the second edition. There will likely be one final release of the v283 first edition line before the V2 branch becomes the second edition. That release will include these fixes.