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