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:
@@ -136,7 +136,6 @@ public abstract class ContextAotProcessor extends AbstractAotProcessor<ClassName
|
||||
protected List<String> getDefaultNativeImageArguments(String applicationClassName) {
|
||||
List<String> args = new ArrayList<>();
|
||||
args.add("-H:Class=" + applicationClassName);
|
||||
args.add("--report-unsupported-elements-at-runtime");
|
||||
args.add("--no-fallback");
|
||||
return args;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user