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

Move away from sun.misc.Base64decoder #40

Open
danielcompton opened this issue Dec 6, 2018 · 0 comments
Open

Move away from sun.misc.Base64decoder #40

danielcompton opened this issue Dec 6, 2018 · 0 comments

Comments

@danielcompton
Copy link
Member

danielcompton commented Dec 6, 2018

On Java 11 and 12-ea:

 java.lang.ClassNotFoundException: sun.misc.BASE64Decoder, compiling:(flatland/useful/compress.clj:1:1)

java.util.Base64 would be good, but it's only available on Java 8 onwards. Probably still the best choice, but would mean dropping support for Java 7 and down, at least for the flatland.compress namespace.

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

No branches or pull requests

1 participant