Revert "Remove RuntimeHintsUtils"

This reverts commit 3e327f5641.
This commit is contained in:
Sébastien Deleuze
2022-09-06 18:21:34 +02:00
parent 3e327f5641
commit b8c1fc9202
14 changed files with 457 additions and 1 deletions

View File

@@ -70,7 +70,8 @@ class TestAotProcessorTests extends AbstractAotTests {
assertThat(findFiles(resourceOutput)).contains(
"META-INF/native-image/org.example/app-tests/reflect-config.json",
"META-INF/native-image/org.example/app-tests/resource-config.json");
"META-INF/native-image/org.example/app-tests/resource-config.json",
"META-INF/native-image/org.example/app-tests/proxy-config.json");
}
private void copy(Class<?> testClass, Path destination) {