useful icon indicating copy to clipboard operation
useful copied to clipboard

Move away from sun.misc.Base64decoder

Open danielcompton opened this issue 6 years ago • 0 comments

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.

danielcompton avatar Dec 06 '18 09:12 danielcompton