Commit e678a1f
committed
[native-build-tools-7h1.11] Docs: Changelog entry
Add Unreleased feature: Auto-fallback to JVM JUnit when -H:+CompatibilityMode is enabled.
Details:
- Disables native-image JUnit when the flag is present; JVM tests run automatically.
- Detection via build arguments and NATIVE_IMAGE_OPTIONS env var.
- Gradle: gate JUnit wiring, skip native test build/run via onlyIf, once-per-build info log.
- Maven: short-circuit native test goal after environment setup, once-per-build info log.
- Default behavior unchanged when flag is absent.1 parent 744b32e commit e678a1f
1 file changed
Lines changed: 15 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
4 | 19 | | |
5 | 20 | | |
6 | 21 | | |
| |||
449 | 464 | | |
450 | 465 | | |
451 | 466 | | |
452 | | - | |
453 | 467 | | |
454 | 468 | | |
455 | 469 | | |
| |||
0 commit comments