From e681e713d4aa75be988d77f0108f80ecf15e21e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Deleuze?= Date: Tue, 29 Mar 2022 08:48:12 +0200 Subject: [PATCH] Initialize NativeDetector at build time Closes gh-28244 --- .../org.springframework/spring-core/native-image.properties | 1 + 1 file changed, 1 insertion(+) create mode 100644 spring-core/src/main/resources/META-INF/native-image/org.springframework/spring-core/native-image.properties diff --git a/spring-core/src/main/resources/META-INF/native-image/org.springframework/spring-core/native-image.properties b/spring-core/src/main/resources/META-INF/native-image/org.springframework/spring-core/native-image.properties new file mode 100644 index 00000000000..a85fa630bd2 --- /dev/null +++ b/spring-core/src/main/resources/META-INF/native-image/org.springframework/spring-core/native-image.properties @@ -0,0 +1 @@ +Args = --initialize-at-build-time=org.springframework.core.NativeDetector