Describe the bug
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.
To Reproduce
Steps to reproduce the behavior:
- Extract the attached zip archive and change into
minimal/
- Run
clojure -M:nrepl
Expected behavior
The program starts
Aleph version
0.7.0-rc1
Screenshots
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
Additional context
I'm running java 21, but I get the same results on java 17.
minimal.zip
Describe the bug
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.
To Reproduce
Steps to reproduce the behavior:
minimal/clojure -M:nreplExpected behavior
The program starts
Aleph version
0.7.0-rc1
Screenshots
Additional context
I'm running java 21, but I get the same results on java 17.
minimal.zip