Releases: taylorwood/lein-native-image
Releases · taylorwood/lein-native-image
Windows support
Added
- Warning for missing
native-imageon post-RC releases of GraalVM
Fixed
- Use
.cmdextension on Windows hosts
Build profiles, GRAALVM_HOME env var
Added
- Support more conventional
GRAALVM_HOMEpath format i.e.$GRAALVM_HOME/bin/native-image - Use
GRAALVM_HOMEenvironment variable if:graal-binis unspecified
Fixed
- Regression from v0.2.0: the consuming project's
:uberjarprofile was not merged by default.
This default behavior can be overriden by specifying a:native-imageprofile.
Build from classpath
Added
:optsvector to:native-imageto specifynative-imageCLI arguments- example projects for CLI command and HTTP server
Changed
- compile all sources and call
native-imagewith classpath, instead of building uberjar native-imageflagReportUnsupportedElementsAtRuntimeno longer enabled by default
Fixed
- replace
-with_in:mainclass names when callingnative-image
Initial release
Added
- Support for building native images from uberjars via GraalVM