From dbf41985b5761eae9e0d1b442e75ab47ffc23d87 Mon Sep 17 00:00:00 2001 From: Laird Nelson Date: Tue, 12 Nov 2024 16:53:45 -0800 Subject: [PATCH] Squashable commit; added --enable-url-protocols=http to mp-2's native-image.properties in an attempt to get the test to pass, or at least to expose other errors Signed-off-by: Laird Nelson --- .../native-image.properties | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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/native-image.properties b/tests/integration/packaging/mp-2/src/main/resources/META-INF/native-image/io.helidon.tests.integration.packaging/helidon-tests-integration-packaging-mp2/native-image.properties index 97410fa5a9b..a023fadb1a3 100644 --- a/tests/integration/packaging/mp-2/src/main/resources/META-INF/native-image/io.helidon.tests.integration.packaging/helidon-tests-integration-packaging-mp2/native-image.properties +++ b/tests/integration/packaging/mp-2/src/main/resources/META-INF/native-image/io.helidon.tests.integration.packaging/helidon-tests-integration-packaging-mp2/native-image.properties @@ -14,4 +14,5 @@ # limitations under the License. # -Args=--initialize-at-build-time=io.helidon.tests.integration.packaging.mp2 +Args=--initialize-at-build-time=io.helidon.tests.integration.packaging.mp2 \ + --enable-url-protocols=http