-
Type:
Improvement
-
Resolution: Unresolved
-
Priority:
Major
-
Component/s: clover-plugin
-
None
-
Environment:Jenkins 2.555.1
Â
We generate a report > 100,000, which is apparently a new security limit by the jdk 25 unless overwritten. See below.
Trying to figure out how to apply the proposed  -Djdk.xml.maxGeneralEntitySizeLimit=0.
If you could add documentation for this, would be appreciate it.
[2026-05-21T01:06:46.480Z] java.io.IOException: Cannot parse coverage results  [2026-05-21T01:06:46.481Z] at PluginClassLoader for clover//hudson.plugins.clover.CloverCoverageParser.parse(CloverCoverageParser.java:91)  [2026-05-21T01:06:46.481Z] at PluginClassLoader for clover//hudson.plugins.clover.CloverCoverageParser.parse(CloverCoverageParser.java:44)  [2026-05-21T01:06:46.481Z] at PluginClassLoader for clover//hudson.plugins.clover.CloverPublisher.processCloverXml(CloverPublisher.java:247)  [2026-05-21T01:06:46.481Z] at PluginClassLoader for clover//hudson.plugins.clover.CloverPublisher.performImpl(CloverPublisher.java:224)  [2026-05-21T01:06:46.481Z] at PluginClassLoader for clover//hudson.plugins.clover.CloverPublisher.perform(CloverPublisher.java:191)  [2026-05-21T01:06:46.481Z] at jenkins.tasks.SimpleBuildStep.perform(SimpleBuildStep.java:123)  [2026-05-21T01:06:46.481Z] at PluginClassLoader for workflow-basic-steps//org.jenkinsci.plugins.workflow.steps.CoreStep$Execution.run(CoreStep.java:101)  [2026-05-21T01:06:46.481Z] at PluginClassLoader for workflow-basic-steps//org.jenkinsci.plugins.workflow.steps.CoreStep$Execution.run(CoreStep.java:71)  [2026-05-21T01:06:46.481Z] at PluginClassLoader for workflow-step-api//org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:49)  [2026-05-21T01:06:46.481Z] at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:545)  [2026-05-21T01:06:46.481Z] at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:328)  [2026-05-21T01:06:46.481Z] at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1090)  [2026-05-21T01:06:46.481Z] at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:614)  [2026-05-21T01:06:46.481Z] at java.base/java.lang.Thread.run(Thread.java:1474)  [2026-05-21T01:06:46.481Z] Caused by: org.xml.sax.SAXParseException; lineNumber: 624230; columnNumber: 231; JAXP00010003: The length of entity "[xml]" is "100,001" that exceeds the "100,000" limit set by "jdk.xml.maxGeneralEntitySizeLimit".  [2026-05-21T01:06:46.481Z] at java.xml/com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1252)  [2026-05-21T01:06:46.481Z] at java.xml/com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(SAXParserImpl.java:629)  [2026-05-21T01:06:46.481Z] at PluginClassLoader for clover//org.apache.commons.digester3.Digester.parse(Digester.java:1642)  [2026-05-21T01:06:46.481Z] at PluginClassLoader for clover//org.apache.commons.digester3.Digester.parse(Digester.java:1701)  [2026-05-21T01:06:46.481Z] at PluginClassLoader for clover//hudson.plugins.clover.CloverCoverageParser.parse(CloverCoverageParser.java:89) Â
Â