Jsondb / jsondb-core

JsonDB a pure java database that stores its data as Json Files

Home Page:http://www.jsondb.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Disable Package Scan?

mfreeman-xtivia opened this issue · comments

How hard would it be to disable the package scan feature?

I would like to use the library in an OSGi environment where at best the scan finds nothing due to the way OSGi classloading works, and at worst, well does something worse. What I would like to do is manually hand the database the classes i would like it to use

This should be doable I think. I can try doing this in any spare time i get in the next few months, although i am not sure when. @mfreeman-xtivia if you can implement this feature and raise a pull request I will be more than happy to merge it.