Browse Source

Stop initializing DataSize at build time for GraalVM

In light of gh-28560, this commit reverts the change made in gh-28328.

Closes gh-28562
pull/28569/head
Sam Brannen 3 years ago
parent
commit
92f8ab774f
  1. 3
      spring-core/src/main/resources/META-INF/native-image/org.springframework/spring-core/native-image.properties

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

@ -1,3 +1,2 @@ @@ -1,3 +1,2 @@
Args = --initialize-at-build-time=org.springframework.aot.AotDetector \
--initialize-at-build-time=org.springframework.core.NativeDetector \
--initialize-at-build-time=org.springframework.util.unit.DataSize
--initialize-at-build-time=org.springframework.core.NativeDetector

Loading…
Cancel
Save