Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 733 Bytes

UPGRADE.asc

File metadata and controls

22 lines (17 loc) · 733 Bytes

Appendix A: Upgrade Instructions

Please follow these instructions when upgrading from Titan or an older JanusGraph release.

Upgrading from Titan

JanusGraph is based on the latest commit to the titan11 branch of Titan repo.

JanusGraph has made the following changes to Titan, so you will need to adjust your code and configuration accordingly:

  1. module names: titan- are now janusgraph-

  2. package names: com.thinkaurelius.titan are now org.janusgraph

  3. class names: Titan* are now JanusGraph* except in cases where this would duplicate a word, e.g., TitanGraph is simply JanusGraph rather than JanusGraphGraph