Browse Source

Merge branch '3.2.x'

pull/40900/head
Andy Wilkinson 2 years ago
parent
commit
d05d0105db
  1. 3
      spring-boot-project/spring-boot-testcontainers/src/main/java/org/springframework/boot/testcontainers/properties/BeforeTestcontainersPropertySuppliedEvent.java

3
spring-boot-project/spring-boot-testcontainers/src/main/java/org/springframework/boot/testcontainers/properties/BeforeTestcontainersPropertySuppliedEvent.java

@ -26,7 +26,8 @@ import org.springframework.boot.testcontainers.lifecycle.BeforeTestcontainerUsed @@ -26,7 +26,8 @@ import org.springframework.boot.testcontainers.lifecycle.BeforeTestcontainerUsed
*
* @author Phillip Webb
* @since 3.2.2
* @deprecated since 3.2.6 in favor of {@link BeforeTestcontainerUsedEvent}
* @deprecated since 3.2.6 for removal in 3.4.0 in favor of
* {@link BeforeTestcontainerUsedEvent}
*/
@Deprecated(since = "3.2.6", forRemoval = true)
public class BeforeTestcontainersPropertySuppliedEvent extends BeforeTestcontainerUsedEvent {

Loading…
Cancel
Save