mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-27 09:39:04 +00:00
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:
+1
-2
@@ -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
|
||||
""");
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user