Starting with Java 9+, JAXB has been removed from the JDK. So it's a good thing to try and break/remove the dependency against from plugins who do not really use JAXB for its core feature (object de/serialization).
Starting with Java 9+, JAXB has been removed from the JDK. So it's a good thing to try and break/remove the dependency against from plugins who do not really use JAXB for its core feature (object de/serialization).
(only used in tests for this plugin, so nothing critical)
h3. Acceptance criteria:
* https://github.com/jenkinsci/notificationtimestamper-plugin/search?q=javax.xml.bind&unscoped_q=javax.xml.bind should yield nothing :)