-
Bug
-
Resolution: Fixed
-
Blocker
-
None
-
Checkstyle/3.38
Checkstyle sets system property determining the sax parser implementation but doesn't clear it if it was not set. Any other plugin which uses xml parsers and doesn't have xerces on classpath will not work.
Introduced in the 'Upgrade to digester 3' commit. I didn't check any other Static Analysis Collector plugins.
- is related to
-
JENKINS-27548 Sporadic IOException: Failed to persist config
-
- Closed
-
I see. The dependency is inherited from the maven-plug-in. That is why the CAS plug-in does not have it on the classpath.
I'm using the "original" Xerces version due to some class loading issues on slaves and containers when the JDK provided version could not be loaded.