From c90e542ad49386d45372eafdbff010eb04322a3e Mon Sep 17 00:00:00 2001 From: Oliver Drotbohm Date: Thu, 17 Jun 2021 20:15:39 +0200 Subject: [PATCH] Added GraalVM resource-config.json to support HAL Explorer in native images. Fixes #2025. --- .../spring-data-rest-hal-explorer/resource-config.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 spring-data-rest-hal-explorer/src/main/resources/META-INF/native-image/org.springframework.data/spring-data-rest-hal-explorer/resource-config.json diff --git a/spring-data-rest-hal-explorer/src/main/resources/META-INF/native-image/org.springframework.data/spring-data-rest-hal-explorer/resource-config.json b/spring-data-rest-hal-explorer/src/main/resources/META-INF/native-image/org.springframework.data/spring-data-rest-hal-explorer/resource-config.json new file mode 100644 index 000000000..f2648eb84 --- /dev/null +++ b/spring-data-rest-hal-explorer/src/main/resources/META-INF/native-image/org.springframework.data/spring-data-rest-hal-explorer/resource-config.json @@ -0,0 +1,5 @@ +{ + "resources" : [ + { "pattern" : "META-INF/spring-data-rest/hal-explorer/.*" } + ] +}