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
Hi there! I've been working on a small project using kindly-render and I've been encountering a few issues with the most recent released version (v. 0.1.1-alpha).
Issue 1: GraalJS error with provided version of nextjournal/markdown on JDK22+
I'm on JDK23. Attempting to load the library results in a error related to sun.misc.Unsafe, which was removed in JDK22. Fix: update nextjournal/markdown to a more recent version that doesn't use GraalJS.
Manually adding the newer version resolves the issue locally for me.
Issue 2: Could not locate clojure.data.json
This issue cropped up when I resolved the first issue. Fix: add clojure.data.json to the dependency list.
Manually adding the library allowed me to load kindly-render without errors.
The text was updated successfully, but these errors were encountered:
Hi there! I've been working on a small project using kindly-render and I've been encountering a few issues with the most recent released version (v.
0.1.1-alpha
).Issue 1: GraalJS error with provided version of nextjournal/markdown on JDK22+
I'm on JDK23. Attempting to load the library results in a error related to
sun.misc.Unsafe
, which was removed in JDK22.Fix: update nextjournal/markdown to a more recent version that doesn't use GraalJS.
Manually adding the newer version resolves the issue locally for me.
Issue 2: Could not locate
clojure.data.json
This issue cropped up when I resolved the first issue.
Fix: add
clojure.data.json
to the dependency list.Manually adding the library allowed me to load
kindly-render
without errors.The text was updated successfully, but these errors were encountered: