Skip to content

Commit d16fa82

Browse files
committed
Remove remaining native build-time class initializations
See oracle/graal#4673 related issue. Closes gh-29018
1 parent 3e9b571 commit d16fa82

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

spring-core/src/main/resources/META-INF/native-image/org.springframework/spring-core/native-image.properties

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
Args = --initialize-at-build-time=org.springframework.aot.graalvm.ThrowawayClassLoader,\
2-
org.springframework.util.ClassUtils,\
3-
org.springframework.util.ConcurrentReferenceHashMap,\
4-
org.springframework.util.MimeType,\
5-
org.springframework.util.MimeTypeUtils \
1+
Args = --initialize-at-build-time=org.springframework.aot.graalvm.ThrowawayClassLoader \
62
--add-exports org.graalvm.nativeimage.builder/com.oracle.svm.hosted=ALL-UNNAMED \
73
--add-exports jdk.internal.vm.compiler/org.graalvm.compiler.debug=ALL-UNNAMED \
84
--add-exports jdk.internal.vm.ci/jdk.vm.ci.meta=ALL-UNNAMED \

spring-web/src/main/resources/META-INF/native-image/org.springframework/spring-web/native-image.properties

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)