= Jenkins setup demonstrating the JAXB API plugin usage on Java 11
Starting with Java 9+, JAXB is not available anymore by default in the JDK.
This Jenkins Docker image demonstrates that the https://github.com/jenkinsci/jaxb-plugin/ allows to fix the ClassNotFoundException we would normally encounter.
== Use this image
docker run -p 8080:8080 -ti batmat/jaxb-java11-demo
--add-modules)=== To run it on Java 8
docker run -e JAVA8=yes -p 8080:8080 -ti jaxb-java11-demo
== References
Content type
Image
Digest
Size
751.6 MB
Last updated
over 7 years ago
docker pull batmat/jaxb-java11-demo