mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Enable new build options for GraalVM 25 native image builds
Closes gh-35616
This commit is contained in:
+3
-1
@@ -113,7 +113,9 @@ class ContextAotProcessorTests {
|
||||
Args = -H:Class=org.springframework.context.aot.ContextAotProcessorTests$SampleApplication \\
|
||||
--report-unsupported-elements-at-runtime \\
|
||||
--no-fallback \\
|
||||
--install-exit-handlers
|
||||
--install-exit-handlers \\
|
||||
--future-defaults=all \\
|
||||
--exact-reachability-metadata
|
||||
""");
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user