-
Improvement
-
Resolution: Fixed
-
Major
The plugin is using DatatypeConverter for Base 64 conversion, it could be replaced by java.util.Base64 like was done in https://github.com/jenkinsci/instance-identity-module/pull/11
Acceptance criteria
https://github.com/jenkinsci/pipeline-aws-plugin/search?q=javax.xml.bind&unscoped_q=javax.xml.bind yields nothing anymore
[JENKINS-55954] Remove unnecessary JAXB's DatatypeConverter usage
Epic Link |
New:
|
Assignee | Original: Thorsten Hoeger [ hoegertn ] | New: Aniket Kadam [ aniketsk ] |
Description |
Original:
The plugin is using DatatypeConverter for Base 64 conversion, it could be replaced by {{java.util.Base64}} like was done in [https://github.com/jenkinsci/instance-identity-module/pull/11] h3. Acceptance criteria https://github.com/jenkinsci/pipeline-aws-plugin/search?q=javax.xml.bind&unscoped_q=javax.xml.bind yields nothing anymore |
New:
The plugin is using DatatypeConverter for Base 64 conversion, it could be replaced by {{java.util.Base64}} like was done in [https://github.com/jenkinsci/instance-identity-module/pull/11] h3. Acceptance criteria https://github.com/jenkinsci/pipeline-aws-plugin/search?q=javax.xml.bind&unscoped_q=javax.xml.bind yields nothing anymore |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Status | Original: In Progress [ 3 ] | New: In Review [ 10005 ] |
Labels | New: newbie-friendly |
Labels | Original: newbie-friendly | New: java11 newbie-friendly |
Resolution | New: Fixed [ 1 ] | |
Status | Original: In Review [ 10005 ] | New: Fixed but Unreleased [ 10203 ] |
This is the PR that addresses the issue. https://github.com/jenkinsci/pipeline-aws-plugin/pull/158