V2.7.1
- Fix exception handling during
BoxStoreBuilder.build()to allow retries. For example, after aFileCorruptExceptionyou could try to open the database again using the recently addedusePreviousCommit()option. - Add
PagesCorruptExceptionas a special case ofFileCorruptException. DbExceptionListeneris called more robustly.