Restore compatibility with GraalVM 25 - #5901
Conversation
3476a54 to
7207356
Compare
7207356 to
f58cb56
Compare
f58cb56 to
46d835c
Compare
| @@ -0,0 +1,5 @@ | |||
| [ | |||
| { | |||
| "name": "org.junit.platform.engine.UniqueId$SerializedForm" | |||
There was a problem hiding this comment.
This looks really fragile. Is there a way to generate it?
There was a problem hiding this comment.
I think the tracing agent does that for actual Graal applications. Maybe we can attach that to the test and at least verify it produces the same file?
There was a problem hiding this comment.
I've created an issue asking for feedback:
There was a problem hiding this comment.
I've switched to the newer reachability-metadata.json now and added a test that uses the tracing agent and verifies that the serializable classes in the shipped file are identical to those generated by the agent for regular (non-native-image) test execution.
46d835c to
afc7076
Compare
afc7076 to
a818c55
Compare
69a232f to
a7b6f05
Compare
✅ All tests passed ✅🏷️ Commit: 4754d4d Learn more about TestLens at testlens.app. |
--infoFixes #5892.
I hereby agree to the terms of the JUnit Contributor License Agreement.
Definition of Done
@APIannotations