Skip to content

v0.3.0

Choose a tag to compare

@krakowski krakowski released this 04 Aug 12:12
· 14 commits to master since this release
baaaa15

💥 Breaking Changes

  • jextract replaced the -d option for specifying the output directory with the --output option (see openjdk/jextract@3cacab0). Starting with this release (0.3.0), gradle-jextract will only work with versions of jextract expecting the --output option.

  • In JDK 19+ all classes from jdk.incubator.foreign were moved into java.lang.foreign an marked as a preview feature. Starting with this release (0.3.0), gradle-jextract will only work with JDK 19+ and use --enable-preview instead of --add-modules jdk.incubator.foreign.

Full Changelog: 0.2.7...0.3.0