You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The java.util.Base64 class comes with Java 8. Java 7 is no longer publicly supported. I think it would be safe to replace the commons-codec dependency with pure Java: this library only uses it for base64 encoding/decoding.
This has an additional benefit: this library will become compatible with babashka:
The
java.util.Base64
class comes with Java 8. Java 7 is no longer publicly supported. I think it would be safe to replace thecommons-codec
dependency with pure Java: this library only uses it for base64 encoding/decoding.This has an additional benefit: this library will become compatible with babashka:
I have already applied this change at a fork here: https://github.com/borkdude/ring-codec
and all the tests are passing.
Let me know if you want to receive a PR.
The text was updated successfully, but these errors were encountered: