💥 Breaking Changes
- The plugin has been updated to work with
jextract
version 22, which dropped the--source
and-C
options. (issue #21) - For security reasons, the plugin does not set the
--enable-native-access
flag anymore. From now on, this needs to be done by the user. Without setting it, the JDK will issue illegal native access warnings.
🔧 Other Changes
- Argfile support has been added for filtering symbols using a external file. (issue #18)
Full Changelog: 0.4.2...0.5.0