Details
-
Type:
Task
-
Status: Open (View Workflow)
-
Priority:
Minor
-
Resolution: Unresolved
-
Component/s: codesonar-plugin
-
Similar Issues:
Description
Problem statement
Codesonar plugin uses JAXB in many locations. Given this module has been extracted from the JDK in JDK11 (starting with 9+), this is likely to make it hard for this plugin to run in an environment that doesn't have this module explicitly allowed.
Expected behavior
If possible, the code should not depend on JAXB anymore so it can be easily used in a Jenkins running on Java 11. (Java 11 preview for Jenkins has been announced in last December, and GA is coming, hence also why I am filing this ticket).
If you need any help, please feel free to reach out to us!
Thanks!
Attachments
Issue Links
- relates to
-
JENKINS-51965 Add support of JAXB unpackaging for Java 9+ in WAR Exploder
-
- Closed
-
I think this would be very good to introduce a Jenkinsfile in this repo BTW. Ideally one that builds both on JDK8 and JDK11 as in https://github.com/jenkinsci/branch-api-plugin/pull/148/files#diff-58231b16fdee45a03a4ee3cf94a9f2c3R1 for example.