github testcontainers/testcontainers-java 2.0.0

one day ago

Testcontainers 2.0.0

Main changes

  • Removed JUnit 4 support
  • Updated transitive dependencies
  • All modules are now prefixed with testcontainers-. For example, org.testcontainers:mysql is now org.testcontainers:testcontainers-mysql
  • Container classes relocated to org.testcontainers.<module-name> package. For example, new MySQLContainer class is under org.testcontainers.mysql

What's Changed

⚠️ Breaking API changes

🚀 Features & Enhancements

🐛 Bug Fixes

  • Fix Kafka listeners and advertised listeners config to come out of sync (#11068) @ThomasKasene
  • Fix support to set a custom database name in Host-less JDBC urls (#10603) @maxhov
  • Make MySQLContainer compatible with mysql:9.3.0 (#10185) @livk-cloud

📖 Documentation

🧹 Housekeeping

📦 Dependency updates

46 changes

Don't miss a new testcontainers-java release

NewReleases is sending notifications on new releases.