From 4f8ab41b5daa81809d13be4eeb172db4b32a8d71 Mon Sep 17 00:00:00 2001 From: fbeba Date: Sun, 23 Feb 2020 18:33:06 +0100 Subject: [PATCH 1/2] Changed hostname for windows config to recommended default (https://github.com/docker/for-win/issues/1764#issuecomment-385910460) --- src/test/resources/test_environment_windows.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/test/resources/test_environment_windows.json b/src/test/resources/test_environment_windows.json index 03739be..ee9d952 100644 --- a/src/test/resources/test_environment_windows.json +++ b/src/test/resources/test_environment_windows.json @@ -1,22 +1,22 @@ { "GetOrderFunction": { - "ENDPOINT_OVERRIDE": "http://docker.for.windows.localhost:8000", + "ENDPOINT_OVERRIDE": "http://host.docker.internal:8000", "TABLE_NAME": "orders_table" }, "GetOrdersFunction": { - "ENDPOINT_OVERRIDE": "http://docker.for.windows.localhost:8000", + "ENDPOINT_OVERRIDE": "http://host.docker.internal:8000", "TABLE_NAME": "orders_table" }, "UpdateOrderFunction": { - "ENDPOINT_OVERRIDE": "http://docker.for.windows.localhost:8000", + "ENDPOINT_OVERRIDE": "http://host.docker.internal:8000", "TABLE_NAME": "orders_table" }, "DeleteOrderFunction": { - "ENDPOINT_OVERRIDE": "http://docker.for.windows.localhost:8000", + "ENDPOINT_OVERRIDE": "http://host.docker.internal:8000", "TABLE_NAME": "orders_table" }, "CreateOrderFunction": { - "ENDPOINT_OVERRIDE": "http://docker.for.windows.localhost:8000", + "ENDPOINT_OVERRIDE": "http://host.docker.internal:8000", "TABLE_NAME": "orders_table" } } From 599903ef4f3f4d100319544ca79744130507176e Mon Sep 17 00:00:00 2001 From: fbeba Date: Sun, 23 Feb 2020 18:34:09 +0100 Subject: [PATCH 2/2] Updated JaCoCo dependency to enable out-of-the-box startup for Win10 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index fb155df..57b4f0d 100644 --- a/pom.xml +++ b/pom.xml @@ -62,7 +62,7 @@ 2.22.0 3.0.5 3.0.0-M2 - 0.8.1 + 0.8.5 0.26.1