From cd726b27cd764e28fad2915c4afe155f15e4ee5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Fri, 21 Mar 2025 16:48:52 +0100 Subject: [PATCH] Switch to a Hazelcast container that works on latest ARM CPUs Closes gh-44838 --- .../springframework/boot/testsupport/container/TestImage.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-tools/spring-boot-test-support-docker/src/main/java/org/springframework/boot/testsupport/container/TestImage.java b/spring-boot-project/spring-boot-tools/spring-boot-test-support-docker/src/main/java/org/springframework/boot/testsupport/container/TestImage.java index 924c673421..1edc581090 100644 --- a/spring-boot-project/spring-boot-tools/spring-boot-test-support-docker/src/main/java/org/springframework/boot/testsupport/container/TestImage.java +++ b/spring-boot-project/spring-boot-tools/spring-boot-test-support-docker/src/main/java/org/springframework/boot/testsupport/container/TestImage.java @@ -128,7 +128,7 @@ public enum TestImage { /** * A container image suitable for testing Hazelcast. */ - HAZELCAST("hazelcast/hazelcast", "5.5.0-slim", () -> HazelcastContainer.class), + HAZELCAST("hazelcast/hazelcast", "5.5.0-slim-jdk17", () -> HazelcastContainer.class), /** * A container image suitable for testing Confluent's distribution of Kafka.