JanusGraph / janusgraph-foundationdb

FoundationDB storage adapter for JanusGraph
Other
53 stars 18 forks source link

FoundationDB API version is outdated #43

Closed rngcntr closed 4 years ago

rngcntr commented 4 years ago

The pom.xml specifies FoundationDB version 6.2.22 https://github.com/JanusGraph/janusgraph-foundationdb/blob/73d2dacbf704684b5427e7d80a8faa375769a5fa/pom.xml#L17 But the code still uses API level 520. https://github.com/JanusGraph/janusgraph-foundationdb/blob/73d2dacbf704684b5427e7d80a8faa375769a5fa/src/main/java/com/experoinc/janusgraph/diskstorage/foundationdb/FoundationDBConfigOptions.java#L43-L48

According to the FoundationDB API version upgrade guide, 620 is the correct version to use.