-
Improvement
-
Resolution: Fixed
-
Minor
-
-
Jenkins POM 1.51, Plugin POM 3.30
See JENKINS-55146, one of the issues there is caused by https://issues.apache.org/jira/browse/MJAR-241 . As recommended by tibor17, we should update our plugins. The massive update of plugins was done by batmat recently (e.g. https://github.com/jenkinsci/plugin-compat-tester/pull/97/commits/1299954b4f83f72409d5ad1a4db6efd01c2fbbef ), and Maven JAR Plugin was bumped to 3.1.0. Bumping to 3.1.0 sounds reasonable
Caused by: java.util.zip.ZipException: zip END header not found
The Surefire is not packaging classes in JAR file. It is the responsibility of maven-jar-plugin.
Please see the release 3.1.1 of JAR Plugin we did yesterday, I guess.
https://issues.apache.org/jira/browse/MJAR-241
After seen deeper, the path is pointing to JDK, this means the file /pct/jdk11-libs/javax.activation.jar and I would say that Oracle or OpenJDK has to be asked.
- relates to
-
JENKINS-55146 PCT sometimes crashes on Java 11 due to module read errors when using the docker image
-
- Resolved
-
[JENKINS-55162] Maven JAR Plugin should be updated to 3.1.1 in Plugin POM and Jenkins POM
Assignee | New: Oleg Nenashev [ oleg_nenashev ] |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Link |
New:
This issue relates to |
Description |
Original:
See |
New:
See *Caused by: java.util.zip.ZipException: zip END header not found* The Surefire is not packaging classes in JAR file. It is the responsibility of *maven-jar-plugin*. Please see the release *3.1.1* of JAR Plugin we did yesterday, I guess. [https://issues.apache.org/jira/browse/MJAR-241] After seen deeper, the path is pointing to JDK, this means the file */pct/jdk11-libs/javax.activation.jar* and I would say that Oracle or OpenJDK has to be asked. |
Issue Type | Original: Bug [ 1 ] | New: Improvement [ 4 ] |
Status | Original: In Progress [ 3 ] | New: In Review [ 10005 ] |
Labels | New: java11-devtools-compatibility |
Released As | New: Jenkins POM 1.51, Plugin POM 3.30 | |
Resolution | New: Fixed [ 1 ] | |
Status | Original: In Review [ 10005 ] | New: Resolved [ 5 ] |
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |