jackrabbit
jackrabbit copied to clipboard
Apache Jackrabbit
Bumps org.apache.tomcat:tomcat-catalina from 9.0.104 to 9.0.106. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
* allow plugging in of custom consistency check implementations * make required methods and classes protected (where possible) or public * ConsistencyCheck class is deprecated and delegates to DefaultConsistencyCheck
* allow plugging in of custom consistency check implementations * make required methods and classes protected (where possible) or public * ConsistencyCheck class is deprecated and delegates to DefaultConsistencyCheck
With this change you can now define your cluster config with an additional param to disable auto sync: ``` ... ``` With this we now have the ability to start...
Added test cases.
Currently Jackrabbit JARs have no support for the Java Platform Module System. This change provides an example of minimal support.