From 386d0d42287e0f14c7a8a42d4a7037d8c1b31974 Mon Sep 17 00:00:00 2001 From: Laird Nelson Date: Thu, 14 Nov 2024 10:09:47 -0800 Subject: [PATCH] Squashable commit; adds reflect-config.json to mp-2 packaging test; change not needed by this PR but is necessary for the otherwise unmodified test to pass Signed-off-by: Laird Nelson --- .../reflect-config.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 tests/integration/packaging/mp-2/src/main/resources/META-INF/native-image/io.helidon.tests.integration.packaging/helidon-tests-integration-packaging-mp2/reflect-config.json diff --git a/tests/integration/packaging/mp-2/src/main/resources/META-INF/native-image/io.helidon.tests.integration.packaging/helidon-tests-integration-packaging-mp2/reflect-config.json b/tests/integration/packaging/mp-2/src/main/resources/META-INF/native-image/io.helidon.tests.integration.packaging/helidon-tests-integration-packaging-mp2/reflect-config.json new file mode 100644 index 00000000000..5eb22a5a1ea --- /dev/null +++ b/tests/integration/packaging/mp-2/src/main/resources/META-INF/native-image/io.helidon.tests.integration.packaging/helidon-tests-integration-packaging-mp2/reflect-config.json @@ -0,0 +1,13 @@ +[ + { + "name": "java.lang.String", + "methods": [ + { + "name": "", + "parameterTypes": [ + "java.lang.String" + ] + } + ] + } +]