Closed light-matters closed 1 month ago
I am running with openjdk 22 without any problems, on MacOS.
This is caused by https://github.com/nextjournal/markdown/issues/23. While GraalVM has been fixed, Nextjournal either needs to finish its upgrade to the latest graalvm in https://github.com/nextjournal/markdown/pull/24 or get rid of the graalvm polyglot dependency via https://github.com/nextjournal/markdown/pull/25
Until either is finished, I suggest sticking to Java 21.
Alternatively, we could follow https://github.com/nextjournal/clerk/issues/642#issuecomment-2032310246 and use the dependency io.github.nextjournal/markdown {:git/sha "6683c48dfdb23404a23057817b6ac3acf0310bca"}
until the problem gets fixed.
nextjournal markdown 0.6.157 drops GraalJS.
Following on from a delayed pull request. It is still the case that manjaro linux fails to initialize a REPL under java22-openjdk with the following deps:
Switching to java21 solves the problem.