Hide Forgot
Issue in 6.2.0.ER2. as a dependency of LevelDB cachestore (module org.infinispan.persistence.leveldb) we are defining placeholder modules (without jars) org.iq80.leveldb org.fusesource.leveldbjni-all e.g. https://github.com/infinispan/infinispan-server/tree/master/build/src/main/resources-ispn/modules/system/layers/base/org/iq80/leveldb/main these are missing the dependence on org.iq80.leveldb:leveldb-api I'm getting java.lang.NoClassDefFoundError: org/iq80/leveldb/DBException if I just use the org.iq80.leveldb module placeholder.
IMO, we should document how to install the jar files (where to get them from) ASAP. @Misha, do you plan to add this topic to docs?
OK I didn't notice that the classes are included in the module org.fusesource.leveldbjni-all, closing
Still, this needs to be documented. Misha, can you answer my last question? If you're not working on that yet, it'd be good to make a note about it. Thanks!