- Add license (and other common entries) to library pom file #44
- Minor
- Build, test and release
graal-build-time
with current version of Clojure #46
- Build, test and release
⚠️ You'll need to update yournative-image
command line⚠️ - Adapt to GraalVM deprecation- The Graal team has deprecated automatic discovery of GraalVM
native-image
Feature
classes. They feel it is safer for you to explicitly opt in when enabling features. - Since
graal-build-time
was implemented as an auto-discovered Feature class, we have adapted to this change. - After upgrading, you need to add
--features=clj_easy.graal_build_time.InitClojureClasses
to yournative-image
command line.
- The Graal team has deprecated automatic discovery of GraalVM
- Our output lines during a
native-image
build are now identified with prefix[clj-easy/graal-build-time]
#18 - Child package
hello.world
from classpath element x is now properly excluded when parent packagehello
occurs in classpath element y #17 - Add source control management (scm) info within our jar so that clojars and others can point back to our github repo #19
- Package
hello_world
is no longer excluded due to erroneously being considered a child of packagehello
#12
- Stop asking
native-image
to register blank packages, it ascribes this to mean a request to register all packages #11 - Properly analyze
clojure.*
packages on Windows when working from jar file #11
- First 0.1.x release!
- Initial test releases