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

Update Base64 to Standard java public api #3

Merged
merged 1 commit into from
May 31, 2018
Merged

Update Base64 to Standard java public api #3

merged 1 commit into from
May 31, 2018

Conversation

pastjean
Copy link
Contributor

sun.misc.BASE64Decoder & sun.misc.BASE64Encoder are internal
soon too be deprecated internal Java APIs, warnings are now generated
when using them.

This pull request switches to the standard Java public base64 API

`sun.misc.BASE64Decoder` & `sun.misc.BASE64Encoder` are internal
soon too be deprecated internal Java APIs, warnings are now generated
when using them.

This pull request switches to the standard Java public base64 API
@pastjean pastjean changed the title Update to public api Update Base64 to Standard java public api Feb 19, 2018
@emomax
Copy link
Contributor

emomax commented Mar 6, 2018

Hi! It looks good to us, we'll run some tests before merging.

/M

@emomax emomax merged commit 0e5c53d into trustly:master May 31, 2018
@pastjean pastjean deleted the use_public_base64 branch June 1, 2018 05:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants