We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I tried upgrading our project from 0.7.0-alpha1 to 0.7.0-rc1. It won't start unless I introduce the new dependencies on brotli4j, etc.
Steps to reproduce the behavior:
minimal/
clojure -M:nrepl
Execution error (ClassNotFoundException) at jdk.internal.loader.BuiltinClassLoader/loadClass (BuiltinClassLoader.java:641). com.aayushatharva.brotli4j.encoder.Encoder$Parameters Full report at: /tmp/clojure-2841063393891295391.edn
I'm running java 21, but I get the same results on java 17.
The text was updated successfully, but these errors were encountered:
I also see this issue of version 0.7.0-rc1 on Java 11
0.7.0-rc1
Sorry, something went wrong.
@ohbadiah @InSuperposition Does the #705 branch fix your issues?
No branches or pull requests
I tried upgrading our project from 0.7.0-alpha1 to 0.7.0-rc1. It won't start unless I introduce the new dependencies on brotli4j, etc.
Steps to reproduce the behavior:
minimal/
clojure -M:nrepl
. Here's what I get:I'm running java 21, but I get the same results on java 17.
The text was updated successfully, but these errors were encountered: