From 52deaed061cd7f8aaf5565c2c552adc531038f6b Mon Sep 17 00:00:00 2001 From: "Bruno E. Grossi" Date: Fri, 29 Jan 2021 11:10:14 -0300 Subject: [PATCH] Solution to compile stormpot with GraalVM. --- .../com.github.chrisvest/stormpot/native-image.properties | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/main/resources/META-INF/native-image/com.github.chrisvest/stormpot/native-image.properties diff --git a/src/main/resources/META-INF/native-image/com.github.chrisvest/stormpot/native-image.properties b/src/main/resources/META-INF/native-image/com.github.chrisvest/stormpot/native-image.properties new file mode 100644 index 00000000..c6636105 --- /dev/null +++ b/src/main/resources/META-INF/native-image/com.github.chrisvest/stormpot/native-image.properties @@ -0,0 +1,2 @@ +#Temporary solution. May be removed when this issue is solved: https://github.com/oracle/graal/issues/3028 +Args = --initialize-at-build-time=stormpot.PaddedAtomicInteger \ No newline at end of file