This release makes version 1.21.x works with recent Docker Engine changes.
Unclaimed project
Are you a maintainer of testcontainers-java? Claim this project to take control of your public changelog and roadmap.
Changelog
Testcontainers is a Java library that supports JUnit tests, providing lightweight, throwaway instances of common databases, Selenium web browsers, or anything else that can run in a Docker container.
This release makes version 1.21.x works with recent Docker Engine changes.
Main changes
testcontainers-. For example, org.testcontainers:mysql is now org.testcontainers:testcontainers-mysqlorg.testcontainers.<module-name> package. For example, new MySQLContainer class is under `org.testcontainers.mysql...