fusesource / leveldbjni

A Java Native Interface to LevelDB
BSD 3-Clause "New" or "Revised" License
535 stars 145 forks source link

Update to work with almost-standard leveldb 1.22. #115

Closed ajsutton closed 2 years ago

ajsutton commented 2 years ago

Remove support for suspend and resume compaction as it requires a modified leveldb. Add leveldb and snappy as submodules so exact versions are specified. Fix build on OSX.

ajsutton commented 2 years ago

Sorry, this isn't anywhere near ready to merge - was intending to create the PR just in my own fork as an easy way to point people to it.