Open access modifier for RepositoryImpl.doShutdown()
----------------------------------------------------
Key: JCR-2314
URL: https://issues.apache.org/jira/browse/JCR-2314
Project: Jackrabbit Content Repository
Issue Type: Improvement
Reporter: Marcel Reutegger
Priority: Minor
This is required for a subclass of RepositoryImpl that wants to run additional
code on shutdown, otherwise a deadlock may occur because the sequence of lock
acquisition cannot be ensured.
Jackrabbit requires that the shutdownLock is first acquired and then the actual
shutdown code is executed.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.