Browse Source
Previously, Graal failed to build a native image as DataSize was unintentionally initialized at build time. This commit workarounds the faulty assumption by flagging it as safe to initialize at build-time. Closes gh-28328pull/28332/head
1 changed files with 2 additions and 1 deletions
@ -1 +1,2 @@
@@ -1 +1,2 @@
|
||||
Args = --initialize-at-build-time=org.springframework.core.NativeDetector |
||||
Args = --initialize-at-build-time=org.springframework.core.NativeDetector \ |
||||
--initialize-at-build-time=org.springframework.util.unit.DataSize |
||||
|
||||
Loading…
Reference in new issue