Skip to content

sbt-native-image v0.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Jan 12:10
8143063

New feature: automatic native-image-agent configuration

Use the new nativeImageRunAgent task to create a native-image profile that can be populate runtime reflection configuration for nativeImage. See the documentation https://github.com/scalameta/sbt-native-image#nativeimagerunagent for more details. See the blog post annoucing the GraalVM tracing agent https://medium.com/graalvm/introducing-the-tracing-agent-simplifying-graalvm-native-image-configuration-c3b56c486271

  • Task for running application with native-image-agent (#17) @fehu

Pull Requests

  • Bump actions/upload-release-asset from v1.0.1 to v1.0.2 (#20) @dependabot
  • Various updates for actions, sbt, and plugins (#18) @ckipp01