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:
@@ -139,6 +139,8 @@ public abstract class ContextAotProcessor extends AbstractAotProcessor<ClassName
|
||||
args.add("--report-unsupported-elements-at-runtime");
|
||||
args.add("--no-fallback");
|
||||
args.add("--install-exit-handlers");
|
||||
args.add("--future-defaults=all");
|
||||
args.add("--exact-reachability-metadata");
|
||||
return args;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user