-
Notifications
You must be signed in to change notification settings - Fork 67
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
Native Image building fails with JUnit Platform 5.9.0 #300
Comments
Is this due to If so, we (the JUnit team) could instantiate the In addition, /cc @marcphilipp |
Never mind: I'd forgotten that |
This will be addressed in JUnit 5.9.1: |
Micronaut itself already has upgraded to 5.9.0 |
Sorry, I was unclear. I meant Native Build Tools when I said "you". In other words, I'm asking when you plan to upgrade NBT to JUnit 5.9.x. |
If you choose to add a fix for JUnit 5.9.0, that should go in |
To fix this bug, add I have tested this with the following combinations. Native Build Tools 0.9.13✅ NBT 0.9.13 :: JUnit 5.8.1 Native Build Tools 0.9.14-SNAPSHOT -- without fix✅ NBT 0.9.14-SNAPSHOT :: JUnit 5.8.1 Native Build Tools 0.9.14-SNAPSHOT -- with fix✅ NBT 0.9.14-SNAPSHOT :: JUnit 5.8.1 |
Building a Micronaut application which uses JUnit Platform 5.9.0 will fail with the following error:
A hotfix was deployed in Micronaut Test: https://github.com/micronaut-projects/micronaut-test/pull/618/files#diff-020ea83d544d7fe86f8cc9bdbcf3eba4bd2d37bb3ed842d10eae76b4bf9a3c6e
But a "real" fix needs to be implemented in
JUnitPlatformFeature
.The text was updated successfully, but these errors were encountered: