Remove remaining native build-time class initializations

See oracle/graal#4673 related issue.

Closes gh-29018
This commit is contained in:
Sébastien Deleuze
2022-08-26 09:29:17 +02:00
parent 3e9b57106e
commit d16fa82888
2 changed files with 1 additions and 7 deletions

View File

@@ -1,8 +1,4 @@
Args = --initialize-at-build-time=org.springframework.aot.graalvm.ThrowawayClassLoader,\
org.springframework.util.ClassUtils,\
org.springframework.util.ConcurrentReferenceHashMap,\
org.springframework.util.MimeType,\
org.springframework.util.MimeTypeUtils \
Args = --initialize-at-build-time=org.springframework.aot.graalvm.ThrowawayClassLoader \
--add-exports org.graalvm.nativeimage.builder/com.oracle.svm.hosted=ALL-UNNAMED \
--add-exports jdk.internal.vm.compiler/org.graalvm.compiler.debug=ALL-UNNAMED \
--add-exports jdk.internal.vm.ci/jdk.vm.ci.meta=ALL-UNNAMED \

View File

@@ -1,2 +0,0 @@
Args = --initialize-at-build-time=org.springframework.http.HttpStatus,\
org.springframework.http.MediaType