-
Improvement
-
Resolution: Fixed
-
Trivial
- links to
[JENKINS-55956] Remove JAXB dependency from timestamper plugin
Epic Link |
New:
|
Priority | Original: Minor [ 4 ] | New: Trivial [ 5 ] |
Description |
Original:
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). h3. Acceptance criteria: * https://github.com/jenkinsci/notification-plugin/search?q=javax.xml.bind&unscoped_q=javax.xml.bind should yield nothing :) |
New:
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/timestamper-plugin/search?q=javax.xml.bind&unscoped_q=javax.xml.bind should yield nothing :) |
Component/s | New: timestamper-plugin [ 15749 ] | |
Component/s | Original: notification-plugin [ 16106 ] |
Labels | Original: fosdem2019 java11 newbie-friendly | New: fosdem2019 java11 newbie-friendly triaged |
Assignee | New: Alex Chirițescu [ alexchiri ] |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Status | Original: In Progress [ 3 ] | New: In Review [ 10005 ] |
Created PR in the plugin Github project: https://github.com/jenkinsci/timestamper-plugin/pull/26