Merge branch '3.4.x'
Closes gh-44993
This commit is contained in:
@@ -37,7 +37,7 @@ import static org.assertj.core.api.Assertions.assertThat;
|
||||
* Tests for {@link DeprecatedCassandraContainerConnectionDetailsFactory}.
|
||||
*
|
||||
* @author Andy Wilkinson
|
||||
* @deprecated since 3.4.0 for removal in 3.6.0
|
||||
* @deprecated since 3.4.0 for removal in 4.0.0
|
||||
*/
|
||||
@SpringJUnitConfig
|
||||
@Testcontainers(disabledWithoutDocker = true)
|
||||
|
||||
@@ -46,7 +46,7 @@ import static org.assertj.core.api.Assertions.assertThat;
|
||||
* @author Moritz Halbritter
|
||||
* @author Andy Wilkinson
|
||||
* @author Phillip Webb
|
||||
* @deprecated since 3.4.0 for removal in 3.6.0
|
||||
* @deprecated since 3.4.0 for removal in 4.0.0
|
||||
*/
|
||||
@SpringJUnitConfig
|
||||
@Testcontainers(disabledWithoutDocker = true)
|
||||
|
||||
@@ -26,7 +26,7 @@ import org.springframework.test.context.DynamicPropertyRegistrar;
|
||||
*
|
||||
* @author Andy Wilkinson
|
||||
* @since 3.2.6
|
||||
* @deprecated since 3.4.0 for removal in 3.6.0 in favor of property registration using a
|
||||
* @deprecated since 3.4.0 for removal in 4.0.0 in favor of property registration using a
|
||||
* {@link DynamicPropertyRegistrar} bean that injects the {@link Container} from which the
|
||||
* properties will be sourced.
|
||||
*/
|
||||
|
||||
@@ -54,7 +54,7 @@ import org.springframework.util.function.SupplierUtils;
|
||||
*
|
||||
* @author Phillip Webb
|
||||
* @since 3.1.0
|
||||
* @deprecated since 3.4.0 for removal in 3.6.0 in favor of declaring one or more
|
||||
* @deprecated since 3.4.0 for removal in 4.0.0 in favor of declaring one or more
|
||||
* {@link DynamicPropertyRegistrar} beans.
|
||||
*/
|
||||
@SuppressWarnings("removal")
|
||||
|
||||
@@ -35,7 +35,7 @@ import org.springframework.boot.testcontainers.service.connection.ServiceConnect
|
||||
* @author Moritz Halbritter
|
||||
* @author Andy Wilkinson
|
||||
* @author Phillip Webb
|
||||
* @deprecated since 3.4.0 for removal in 3.6.0 in favor of
|
||||
* @deprecated since 3.4.0 for removal in 4.0.0 in favor of
|
||||
* {@link CassandraContainerConnectionDetailsFactory}.
|
||||
*/
|
||||
@Deprecated(since = "3.4.0", forRemoval = true)
|
||||
|
||||
@@ -33,7 +33,7 @@ import org.springframework.boot.testcontainers.service.connection.ServiceConnect
|
||||
* @author Moritz Halbritter
|
||||
* @author Andy Wilkinson
|
||||
* @author Phillip Webb
|
||||
* @deprecated since 3.4.0 for removal in 3.6.0 in favor of
|
||||
* @deprecated since 3.4.0 for removal in 4.0.0 in favor of
|
||||
* {@link ConfluentKafkaContainerConnectionDetailsFactory}.
|
||||
*/
|
||||
@Deprecated(since = "3.4.0", forRemoval = true)
|
||||
|
||||
@@ -41,7 +41,7 @@ import static org.assertj.core.api.Assertions.assertThatExceptionOfType;
|
||||
* Tests for {@link TestcontainersPropertySource}.
|
||||
*
|
||||
* @author Phillip Webb
|
||||
* @deprecated since 3.4.0 for removal in 3.6.0
|
||||
* @deprecated since 3.4.0 for removal in 4.0.0
|
||||
*/
|
||||
@SuppressWarnings("removal")
|
||||
@Deprecated(since = "3.4.0", forRemoval = true)
|
||||
|
||||
Reference in New Issue
Block a user