graalvm / native-build-tools

Native-image plugins for various build tools
https://graalvm.github.io/native-build-tools/
Other
348 stars 51 forks source link

[GR-51916] Add missing JUnit 5 init policies. #573

Closed fniephaus closed 4 months ago

fniephaus commented 4 months ago

This PR marks additional JUnit 5 types for build-time init, allowing them to become part of the image heap. This is required for --strict-image-heap. These additional types, however, aren't allocated as part of the NBT test harness. I have found those running ./gradlew :test-suite-http-server-tck-netty:nativeTestCompile on the 4.2.x branch in the micronaut-core repo. The corresponding CI builds are currently failing due to this.

melix commented 4 months ago

Don't forget to add something to the release notes.