-
Improvement
-
Resolution: Fixed
-
Minor
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).
https://github.com/jenkinsci/performance-plugin/search?q=javax.xml.bind&unscoped_q=javax.xml.bind shows the usage of JAXB.
Acceptance criteria:
[JENKINS-55942] Remove JAXB dependency from performance plugin
Epic Link |
New:
|
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). |
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). https://github.com/jenkinsci/performance-plugin/search?q=javax.xml.bind&unscoped_q=javax.xml.bind shows the usage of JAXB. h3. Acceptance criteria: * https://github.com/jenkinsci/performance-plugin/search?q=javax.xml.bind&unscoped_q=javax.xml.bind should yield nothing :) |
Assignee | Original: Andrey Pokhilko [ undera ] | New: Aniket Kadam [ aniketsk ] |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Status | Original: In Progress [ 3 ] | New: In Review [ 10005 ] |
Labels | Original: fosdem2019 java11 | New: fosdem2019 java11 newbie-friendly |
Labels | Original: fosdem2019 java11 newbie-friendly | New: fosdem2019 java11 newbie-friendly triaged |
Resolution | New: Fixed [ 1 ] | |
Status | Original: In Review [ 10005 ] | New: Resolved [ 5 ] |
This is the associated PR https://github.com/jenkinsci/performance-plugin/pull/184