From 50c44e301a03e10bf509b173733ea23e3d456454 Mon Sep 17 00:00:00 2001 From: tish Date: Thu, 25 Jan 2024 07:59:49 +0400 Subject: [PATCH] Prevent double registration of event publisher registrar See gh-39297 --- .../testcontainers/properties/TestcontainersPropertySource.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-testcontainers/src/main/java/org/springframework/boot/testcontainers/properties/TestcontainersPropertySource.java b/spring-boot-project/spring-boot-testcontainers/src/main/java/org/springframework/boot/testcontainers/properties/TestcontainersPropertySource.java index 1994303645..d52cc0c8d5 100644 --- a/spring-boot-project/spring-boot-testcontainers/src/main/java/org/springframework/boot/testcontainers/properties/TestcontainersPropertySource.java +++ b/spring-boot-project/spring-boot-testcontainers/src/main/java/org/springframework/boot/testcontainers/properties/TestcontainersPropertySource.java @@ -115,7 +115,7 @@ public class TestcontainersPropertySource extends EnumerablePropertySource new EventPublisherRegistrar(environment))); }