Details
-
Type:
Improvement
-
Status: Fixed but Unreleased (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Component/s: pipeline-aws-plugin
-
Labels:
-
Similar Issues:
Description
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
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Epic Link | JENKINS-55944 [ 197353 ] |
Assignee | Thorsten Hoeger [ hoegertn ] | Aniket Kadam [ aniketsk ] |
Description |
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 |
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 | Open [ 1 ] | In Progress [ 3 ] |
Status | In Progress [ 3 ] | In Review [ 10005 ] |
Labels | newbie-friendly |
Labels | newbie-friendly | java11 newbie-friendly |
Resolution | Fixed [ 1 ] | |
Status | In Review [ 10005 ] | Fixed but Unreleased [ 10203 ] |
This is the PR that addresses the issue. https://github.com/jenkinsci/pipeline-aws-plugin/pull/158