Details
-
Improvement
-
Status: Resolved (View Workflow)
-
Major
-
Resolution: Fixed
Description
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Epic Link |
|
Component/s | job-import-plugin [ 15897 ] | |
Component/s | notification-plugin [ 16106 ] |
Description |
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 :) |
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 | Trivial [ 5 ] | Major [ 3 ] |
Labels | fosdem2019 java11 newbie-friendly | fosdem2019 java11 newbie-friendly triaged |
Assignee | Mrinal Dutta [ mrinal1209 ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Status | In Progress [ 3 ] | In Review [ 10005 ] |
Description |
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 :) |
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/job-import-plugin/search?q=javax.xml.bind&unscoped_q=javax.xml.bind should yield nothing :) |
Released As | 3.2 | |
Resolution | Fixed [ 1 ] | |
Status | In Review [ 10005 ] | Resolved [ 5 ] |
martinda please check the following pull request https://github.com/jenkinsci/job-import-plugin/pull/26