mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Stop using --report-unsupported-elements-at-runtime
This commit stop using the --report-unsupported-elements-at-runtime deprecated option with GraalVM 25+. Closes gh-35632
This commit is contained in:
-1
@@ -111,7 +111,6 @@ class ContextAotProcessorTests {
|
||||
.resolve("resource/META-INF/native-image/com.example/example/native-image.properties");
|
||||
assertThat(nativeImagePropertiesFile).exists().isRegularFile().hasContent("""
|
||||
Args = -H:Class=org.springframework.context.aot.ContextAotProcessorTests$SampleApplication \\
|
||||
--report-unsupported-elements-at-runtime \\
|
||||
--no-fallback
|
||||
""");
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user