native-image
command line ⚠️ - Adapt to GraalVM deprecation
native-image
Feature
classes. They feel it is safer for you to explicitly opt in when enabling features.graal-build-time
was implemented as an auto-discovered Feature class, we have adapted to this change.--features=clj_easy.graal_build_time.InitClojureClasses
to your native-image
command line.native-image
build are now identified with prefix [clj-easy/graal-build-time]
#18hello.world
from classpath element x is now properly excluded when parent package hello
occurs in classpath element y #17hello_world
is no longer excluded due to erroneously being considered a child of package hello
#12native-image
to register blank packages, it ascribes this to mean a request to register all packages #11clojure.*
packages on Windows when working from jar file #11Can you improve this documentation? These fine people already did:
Lee Read & lreadEdit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close