Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 2 commits into from Feb 8, 2024

Conversation

fniephaus
Copy link
Member

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.

@fniephaus fniephaus self-assigned this Feb 8, 2024
@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Feb 8, 2024
@fniephaus fniephaus changed the title Add missing JUnit 5 init policies. [GR-51916] Add missing JUnit 5 init policies. Feb 8, 2024
@melix melix added this to the 0.10.1 milestone Feb 8, 2024
@melix
Copy link
Collaborator

melix commented Feb 8, 2024

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

@fniephaus fniephaus merged commit e6e45fd into master Feb 8, 2024
1 check passed
@fniephaus fniephaus deleted the fniephaus/GR-51916/junit-fix branch February 8, 2024 10:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants