Make version recovery extensible
--------------------------------
Key: JCR-2860
URL: https://issues.apache.org/jira/browse/JCR-2860
Project: Jackrabbit Content Repository
Issue Type: Improvement
Components: jackrabbit-core
Reporter: Thomas Mueller
Assignee: Thomas Mueller
Currently JCR-2551 (Recovery from a lost version history) is implemented within
the protected method RepositoryImpl$WorkspaceInfo.doInitialize(). However, it
is implemented in a way that can't be re-used in a subclass (RepositoryChecker
is not a public class).
I will create a new method doVersionRecovery() that contains the code for
JCR-2551.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.