From da32746fadb6c102e79463cbb7640d1ff816e8b7 Mon Sep 17 00:00:00 2001 From: jcarranzan Date: Fri, 7 Nov 2025 08:48:39 +0100 Subject: [PATCH] Fix aws devservices localstack issues on Windows after the merge quarkiverse/quarkus-amazon-services#1557 --- .../src/test/resources/application.properties | 3 ++- .../src/test/resources/application.properties | 3 ++- .../src/test/resources/application.properties | 3 ++- .../src/test/resources/application.properties | 3 ++- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/amazon-dynamodb-quickstart/src/test/resources/application.properties b/amazon-dynamodb-quickstart/src/test/resources/application.properties index 02c4c8c133..3aafa8ea4e 100644 --- a/amazon-dynamodb-quickstart/src/test/resources/application.properties +++ b/amazon-dynamodb-quickstart/src/test/resources/application.properties @@ -1,2 +1,3 @@ quarkus.aws.devservices.localstack.init-scripts-classpath=localstack-init -quarkus.aws.devservices.localstack.init-completion-msg=#### Tests init completed \ No newline at end of file +quarkus.aws.devservices.localstack.init-completion-msg=#### Tests init completed +quarkus.aws.devservices.localstack.container-properties.LOCALSTACK_HOST=127.0.0.1 \ No newline at end of file diff --git a/amazon-kms-quickstart/src/test/resources/application.properties b/amazon-kms-quickstart/src/test/resources/application.properties index 02c4c8c133..3aafa8ea4e 100644 --- a/amazon-kms-quickstart/src/test/resources/application.properties +++ b/amazon-kms-quickstart/src/test/resources/application.properties @@ -1,2 +1,3 @@ quarkus.aws.devservices.localstack.init-scripts-classpath=localstack-init -quarkus.aws.devservices.localstack.init-completion-msg=#### Tests init completed \ No newline at end of file +quarkus.aws.devservices.localstack.init-completion-msg=#### Tests init completed +quarkus.aws.devservices.localstack.container-properties.LOCALSTACK_HOST=127.0.0.1 \ No newline at end of file diff --git a/amazon-ses-quickstart/src/test/resources/application.properties b/amazon-ses-quickstart/src/test/resources/application.properties index 02c4c8c133..3aafa8ea4e 100644 --- a/amazon-ses-quickstart/src/test/resources/application.properties +++ b/amazon-ses-quickstart/src/test/resources/application.properties @@ -1,2 +1,3 @@ quarkus.aws.devservices.localstack.init-scripts-classpath=localstack-init -quarkus.aws.devservices.localstack.init-completion-msg=#### Tests init completed \ No newline at end of file +quarkus.aws.devservices.localstack.init-completion-msg=#### Tests init completed +quarkus.aws.devservices.localstack.container-properties.LOCALSTACK_HOST=127.0.0.1 \ No newline at end of file diff --git a/amazon-sns-quickstart/src/test/resources/application.properties b/amazon-sns-quickstart/src/test/resources/application.properties index 02c4c8c133..3aafa8ea4e 100644 --- a/amazon-sns-quickstart/src/test/resources/application.properties +++ b/amazon-sns-quickstart/src/test/resources/application.properties @@ -1,2 +1,3 @@ quarkus.aws.devservices.localstack.init-scripts-classpath=localstack-init -quarkus.aws.devservices.localstack.init-completion-msg=#### Tests init completed \ No newline at end of file +quarkus.aws.devservices.localstack.init-completion-msg=#### Tests init completed +quarkus.aws.devservices.localstack.container-properties.LOCALSTACK_HOST=127.0.0.1 \ No newline at end of file