TestContainers v1.6.0 Release Notes

Release Date: 2018-01-28 // over 6 years ago
  • 🛠 Fixed

    • 🛠 Fixed incompatibility of Docker-Compose container with JDK9. (#562)
    • 🛠 Fixed retrieval of Docker host IP when running inside Docker. (#479)
    • ✅ Compose is now able to pull images from private repositories. (#536)
    • 🛠 Fixed overriding MySQL image command. (#534)
    • 🛠 Fixed shading for javax.annotation.CheckForNull (#563 and testcontainers/testcontainers-scala#11).

    🔄 Changed

    • ➕ Added JDK9 build and tests to Travis-CI. (#562)
    • ➕ Added Kafka module (#546)
    • ➕ Added "Death Note" to track & kill spawned containers even if the JVM was "kill -9"ed (#545)
    • ✅ Environment variables are now stored as Map instead of List (#550)
    • ➕ Added withEnv(String name, Function<Optional<String>, String> mapper) with optional previous value (#550)
    • ➕ Added withFileSystemBind overloaded method with READ_WRITE file mode by default (#550)
    • ✅ All connections to JDBC containers (e.g. MySQL) don't use SSL anymore. (#374)