-
Improvement
-
Resolution: Fixed
-
Major
[JENKINS-55957] Remove JAXB dependency from job-import plugin
Epic Link |
New:
|
Component/s | New: job-import-plugin [ 15897 ] | |
Component/s | Original: notification-plugin [ 16106 ] |
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). (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 :) |
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/job-import-plugin/search?q=javax.xml.bind&unscoped_q=javax.xml.bind should yield nothing :) |
Priority | Original: Trivial [ 5 ] | New: Major [ 3 ] |
Labels | Original: fosdem2019 java11 newbie-friendly | New: fosdem2019 java11 newbie-friendly triaged |
Assignee | New: Mrinal Dutta [ mrinal1209 ] |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Status | Original: In Progress [ 3 ] | New: In Review [ 10005 ] |
martinda please check the following pull request https://github.com/jenkinsci/job-import-plugin/pull/26