useful
useful copied to clipboard
Move away from sun.misc.Base64decoder
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.