Stop using RuntimeHintsUtils
Due to gh-29053, we can stop using RuntimeHintsUtils to register SynthesizedAnnotation proxies. Closes gh-29059
This commit is contained in:
@@ -70,8 +70,7 @@ 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/proxy-config.json");
|
||||
"META-INF/native-image/org.example/app-tests/resource-config.json");
|
||||
}
|
||||
|
||||
private void copy(Class<?> testClass, Path destination) {
|
||||
|
||||
Reference in New Issue
Block a user