Hi, On Tue, Apr 22, 2008 at 7:51 PM, Jukka Zitting <[EMAIL PROTECTED]> wrote: > New features > [JCR-1428] Add API for selective bundle consistency check ...
Hmm, something I didn't fully realize until now: this feature introduces a new method in the PersistenceManager interface, requiring all custom persistence managers (that don't extend AbstractPersistenceManager) to be updated. The PersistenceManager interface is kind of internal to jackrabbit-core, and we've never made any backwards compatibility promises about it, but there are a number of custom persistence managers out there and changing such a central interface in a patch release is a bit reckless. I'm still going forward with the release, but will include a clear warning about this in the release announcement. BR, Jukka Zitting