All notable changes to this project will be documented in this file. This change log follows the conventions of keepachangelog.com.
- Warning for missing
native-image
on post-RC releases of GraalVM.
- Use
.cmd
extension on Windows hosts.
- Support more conventional
GRAALVM_HOME
path format i.e.$GRAALVM_HOME/bin/native-image
- Use
GRAALVM_HOME
environment variable if:graal-bin
is unspecified
- Regression from 0.2.0: the consuming project's
:uberjar
profile was not merged by default. This default behavior can be overriden by specifying a:native-image
profile.
:opts
vector to:native-image
to specifynative-image
CLI arguments
- Compile all sources and call
native-image
with classpath, instead of building uberjar native-image
flagReportUnsupportedElementsAtRuntime
no longer enabled by default
- Replace
-
with_
in:main
class names when callingnative-image
- Support for building native images from uberjars via GraalVM