Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DatatypeConverter replaced with Base64 decoder #158

Merged
merged 1 commit into from Feb 11, 2019

Conversation

AniketSK
Copy link
Contributor

@AniketSK AniketSK commented Feb 4, 2019

The DatatypeConverter was part of the javax.xml.bind and therefore needs
to be replaced with Base64 decoder from the java util packages to smooth
transition to Java9.

  • What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
    Is one part of removing javax.xml.bind classes to smooth transition to java 9 where this package is removed.

  • What is the current behavior? (You can also link to an open issue here)
    https://issues.jenkins-ci.org/browse/JENKINS-55954

  • What is the new behavior (if this is a feature change)?

  • Does this PR introduce a breaking change? (What changes might users need to make in their setup due to this PR?)
    No change required.

  • Other information:

The DatatypeConverter was part of the javax.xml.bind and therefore needs
to be replaced with Base64 decoder from the java util packages to smooth
transition to Java9.
@hoegertn hoegertn merged commit 362499c into jenkinsci:master Feb 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants