Skip to content

Releases: testcontainers/testcontainers-java

1.6.0

29 Jan 08:06
Compare
Choose a tag to compare

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)

1.5.1

19 Dec 12:36
Compare
Choose a tag to compare
Update changelog for 1.5.1 release

1.5.0

12 Dec 19:53
Compare
Choose a tag to compare
Update changelog for 1.5.0 release

1.4.3

14 Oct 12:27
Compare
Choose a tag to compare
Update changelog for release

1.4.2

25 Jul 10:10
Compare
Choose a tag to compare
Update changelog for 1.4.2 release

1.4.1

10 Jul 12:07
Compare
Choose a tag to compare

1.4.0

09 Jul 19:58
Compare
Choose a tag to compare

1.3.1

22 Jun 22:19
Compare
Choose a tag to compare
Revert "Trigger build of proprietary-deps (Oracle, Virtuoso) during a…