Details
-
New Feature
-
Status: Closed
-
Normal
-
Resolution: Fixed
-
jackrabbit-2.16.2-h2
-
None
-
None
Description
Practically all the logic in the Jackrabbit ConsistencyCheckerImpl class is private, including inner classes, making it impossible to enhance or customize its behavior.
To be able to do so, we need to patch the implementation to change the relevant methods and inner classes to be at least protected or package scoped.