Details
-
Type:
Task
-
Status: Resolved (View Workflow)
-
Priority:
Minor
-
Resolution: Fixed
-
Component/s: plugin-installation-manager-tool
-
Labels:
-
Similar Issues:
-
Epic Link:
Description
Right now the tool is compatible with Java 8, but one of the tests fails with Java 11 with the following error:
a java.lang.reflect.InaccessibleObjectException: Unable to make boolean jdk.nio.zipfs.ZipFileSystem.isDirectory(byte[]) throws java.io.IOException accessible: module jdk.zipfs does not "opens jdk.nio.zipfs"
Attachments
Issue Links
- is related to
-
JENKINS-58242 Look into Failed Junit Test on Ubuntu
-
- Resolved
-
Fixed in https://github.com/jenkinsci/plugin-installation-manager-tool/pull/76.