mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-23 14:40:00 +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:
@@ -138,7 +138,6 @@ public abstract class ContextAotProcessor extends AbstractAotProcessor<ClassName
|
||||
args.add("-H:Class=" + applicationClassName);
|
||||
args.add("--report-unsupported-elements-at-runtime");
|
||||
args.add("--no-fallback");
|
||||
args.add("--install-exit-handlers");
|
||||
return args;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user