Stop using --install-exit-handlers

This commit stop using the --install-exit-handlers deprecated option
which is enabled by default with GraalVM 25+.

Closes gh-35557
This commit is contained in:
Sébastien Deleuze
2025-10-14 10:44:21 +02:00
parent e901516732
commit 1f2948f78c
2 changed files with 1 additions and 3 deletions
@@ -112,8 +112,7 @@ class ContextAotProcessorTests {
assertThat(nativeImagePropertiesFile).exists().isRegularFile().hasContent("""
Args = -H:Class=org.springframework.context.aot.ContextAotProcessorTests$SampleApplication \\
--report-unsupported-elements-at-runtime \\
--no-fallback \\
--install-exit-handlers
--no-fallback
""");
};
}