Skip to content

1.16.0

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Jul 13:40
3b3d130

What's Changed

Testcontainers 1.16.0 is here! 馃帀

This release brings many small fixes and improvements; among them:

Better M1 Mac compatibility

Users of M1 Mac will be pleased to know that Testcontainers now falls back to pulling x86_64 images when ARM64 images are unavailable, meaning that Docker's QEMU compatibility mode will be used to run the image. It's not perfect - not every image runs under QEMU. However, this allows Testcontainers users with M1 Macs to use more images than they could previously.

If possible, users should use recently published images for their dependencies which have a native ARM64 variant, rather than relying on QEMU emulation.

Startup performance and reliability improvements

Some issues affecting container startup time and reliability (especially with Docker for Windows) have been fixed.

Additionally, this release uses the latest version of docker-java and uses an Apache HttpClient5 transport by default. This resolves bugs encountered by some users when the previous default transport (okhttp) relating to image pulling.


As always, thank you to our many users and contributors!

馃殌 Features & Enhancements

  • Fallback to x86 image if image pulling fails (#4290) @bsideup
  • Spock Testcontainers annotation is now inherited (#4053) @tlefevre
  • Use Apache HttpClient5 transport as the default (#4287) @bsideup
  • Remove visible assertions dependency (#4010) @bsideup
  • Couchbase: Add support for community edition of couchbase server (#4221) @Gerschtli
  • Couchbase: Update to latest version, add flushEnabled flag (#4041) @Gerschtli
  • Only publish exposed ports (#4122) @rnorth
  • Allow DOCKER_HOST and related settings to be set in ~/.testcontainers.properties (#4118) @rnorth
  • Use implicit strategy when docker.host configuration is set (#4175) @rnorth
  • Improve logging in InternalCommandPortListeningCheck (#2984) (#3001) @vcvitaly

馃悰 Bug Fixes

  • Remove withPublishAllPorts from Ryuk and stabilize containerInfo content on start (#4263) @kiview
  • Allow for docker timestamps with timezone offsets (#4073) @candrews
  • Fix KafkaContainer with multiple networks defined (#4213) @DennisFederico
  • Fixed potential NPE in MountableFile (#4193) @fkorotkov
  • Improve log messages when database container test query fails (#3015) @vcvitaly

馃摉 Documentation

馃Ч Housekeeping

馃摝 Dependency updates

Click to expand...
  • Bump aws-java-sdk-sqs from 1.11.1018 to 1.12.1 in /modules/localstack (#4181) @dependabot
  • Bump annotations from 20.1.0 to 21.0.1 in /modules/selenium (#4150) @dependabot
  • Bump annotations from 20.1.0 to 21.0.1 in /modules/nginx (#4146) @dependabot
  • Bump annotations from 20.1.0 to 21.0.1 in /modules/jdbc (#4145) @dependabot
  • Bump annotations from 20.1.0 to 21.0.1 in /modules/postgresql (#4140) @dependabot
  • Bump org.jetbrains.kotlin.jvm from 1.4.32 to 1.5.10 in /examples (#4139) @dependabot
  • Bump mysql-connector-java from 8.0.22 to 8.0.25 in /modules/junit-jupiter (#4087) @dependabot
  • Bump HikariCP from 3.4.5 to 4.0.3 in /modules/junit-jupiter (#3854) @dependabot
  • Bump actions/setup-java from 1 to 2.1.0 (#4163) @dependabot
  • Bump elasticsearch-rest-client from 7.12.1 to 7.13.0 in /modules/elasticsearch (#4157) @dependabot
  • Bump kafka-clients from 2.6.0 to 2.8.0 in /modules/kafka (#4017) @dependabot
  • Bump r2dbc-mariadb from 1.0.0 to 1.0.1 in /modules/mariadb (#3881) @dependabot
  • Bump okhttp from 4.9.0 to 4.9.1 in /examples (#3743) @dependabot
  • Bump aws-java-sdk-s3 from 1.11.930 to 1.11.1030 in /modules/localstack (#4159) @dependabot
  • Bump testng from 7.3.0 to 7.4.0 in /examples (#4116) @dependabot
  • Bump assertj-core from 3.16.1 to 3.19.0 in /modules/jdbc (#4144) @dependabot
  • Bump annotations from 20.1.0 to 21.0.1 in /modules/mysql (#4142) @dependabot
  • Bump aws-java-sdk-dynamodb from 1.11.1018 to 1.11.1030 in /modules/dynalite (#4149) @dependabot
  • Bump org.jetbrains.kotlin.plugin.spring from 1.5.0 to 1.5.10 in /examples (#4138) @dependabot
  • Bump annotations from 20.1.0 to 21.0.1 in /modules/spock (#4151) @dependabot
  • Bump rest-assured from 4.3.3 to 4.4.0 in /modules/vault (#4143) @dependabot
  • Bump junit-jupiter-engine from 5.7.1 to 5.7.2 in /modules/junit-jupiter (#4117) @dependabot
  • Bump tomcat-jdbc from 10.0.0 to 10.0.6 in /modules/jdbc (#4085) @dependabot
  • Bump assertj-core from 3.18.1 to 3.19.0 in /modules/database-commons (#3721) @dependabot
  • Update Gradle Wrapper to 7.1.1 (#4266) @github-actions
  • Update Gradle Wrapper to 7.1 (#4214) @github-actions
  • Bump actions/cache from 2.1.3 to 2.1.6 (#4162) @dependabot
  • Bump assertj-core from 3.18.1 to 3.19.0 in /modules/vault (#3722) @dependabot
  • Bump assertj-core from 3.18.1 to 3.19.0 in /modules/neo4j (#3716) @dependabot
  • Bump mysql-connector-java from 8.0.22 to 8.0.25 in /modules/mysql (#4086) @dependabot
  • Bump HikariCP from 3.4.5 to 4.0.3 in /modules/spock (#3857) @dependabot
  • Bump solr-solrj from 8.7.0 to 8.8.2 in /examples (#4005) @dependabot
  • Bump auto-service from 1.0-rc7 to 1.0 in /modules/mssqlserver (#3983) @dependabot
  • Bump jedis from 3.3.0 to 3.6.0 in /modules/junit-jupiter (#4028) @dependabot
  • Bump jedis from 3.4.0 to 3.6.0 in /core (#4019) @dependabot
  • Bump mssql-jdbc from 9.1.1.jre8-preview to 9.3.1.jre8-preview in /modules/mssqlserver (#4048) @dependabot
  • Bump elasticsearch-rest-client from 7.12.0 to 7.12.1 in /modules/elasticsearch (#4049) @dependabot
  • Bump org.jetbrains.kotlin.plugin.spring from 1.4.32 to 1.5.0 in /examples (#4115) @dependabot
  • Bump postgresql from 42.2.18 to 42.2.20 in /modules/junit-jupiter (#4032) @dependabot
  • Bump junit-jupiter-engine from 5.7.0 to 5.7.1 in /modules/junit-jupiter (#3768) @dependabot
  • Bump commons-lang3 from 3.11 to 3.12.0 in /modules/jdbc-test (#3856) @dependabot
  • Bump json from 20201115 to 20210307 in /examples (#3884) @dependabot
  • Bump lombok from 1.18.16 to 1.18.20 in /examples (#3956) @dependabot
  • Bump auto-service from 1.0-rc7 to 1.0 in /modules/postgresql (#3984) @dependabot
  • Bump auto-service from 1.0-rc7 to 1.0 in /modules/mysql (#3988) @dependabot
  • Bump auto-service from 1.0-rc7 to 1.0 in /modules/mariadb (#3989) @dependabot
  • Bump org.jetbrains.kotlin.plugin.spring from 1.4.21-2 to 1.4.32 in /examples (#3946) @dependabot
  • Bump junit-jupiter-params from 5.7.0 to 5.7.1 in /modules/junit-jupiter (#3769) @dependabot
  • Bump junit from 4.13.1 to 4.13.2 in /examples (#3794) @dependabot
  • Bump junit-jupiter-api from 5.7.0 to 5.7.1 in /modules/junit-jupiter (#3770) @dependabot
  • Bump transport from 7.10.1 to 7.12.1 in /modules/elasticsearch (#4050) @dependabot
  • Bump testcontainers from 1.15.2 to 1.15.3 in /core (#4067) @dependabot
  • Bump r2dbc-mssql from 0.8.5.RELEASE to 0.8.6.RELEASE in /modules/mssqlserver (#4089) @dependabot
  • Bump pulsar-client from 2.7.1 to 2.7.2 in /modules/pulsar (#4097) @dependabot
  • Bump mariadb-java-client from 2.7.0 to 2.7.3 in /modules/mariadb (#4090) @dependabot
  • Bump r2dbc-postgresql from 0.8.5.RELEASE to 0.8.8.RELEASE in /modules/postgresql (#4092) @dependabot
  • Bump aws-java-sdk-dynamodb from 1.11.929 to 1.11.1018 in /modules/dynalite (#4091) @dependabot
  • Bump mysql-connector-java from 8.0.22 to 8.0.25 in /modules/spock (#4093) @dependabot
  • Bump mockito-core from 3.6.28 to 3.10.0 in /modules/junit-jupiter (#4094) @dependabot
  • Bump mockito-core from 3.6.28 to 3.10.0 in /core (#4100) @dependabot
  • Bump pulsar-client-admin from 2.7.0 to 2.7.2 in /modules/pulsar (#4098) @dependabot
  • Bump mysql-connector-java from 8.0.22 to 8.0.25 in /modules/jdbc-test (#4095) @dependabot
  • Bump aws-java-sdk-sqs from 1.11.986 to 1.11.1018 in /modules/localstack (#4101) @dependabot
  • Bump s3 from 2.16.34 to 2.16.62 in /modules/localstack (#4102) @dependabot