jackrabbit icon indicating copy to clipboard operation
jackrabbit copied to clipboard

Apache Jackrabbit

Results 57 jackrabbit issues
Sort by recently updated
recently updated
newest added

Bumps org.apache.tomcat:tomcat-catalina from 9.0.104 to 9.0.106. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.tomcat:tomcat-catalina&package-manager=maven&previous-version=9.0.104&new-version=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...

dependencies
java

* 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...

Currently Jackrabbit JARs have no support for the Java Platform Module System. This change provides an example of minimal support.