Skip to content

1.10.4

Compare
Choose a tag to compare
@release-drafter release-drafter released this 29 Dec 08:43
4dc107a

⚠️ There was a problem with the binaries release process for 1.10.4, meaning that some outdated v1.10.3 JARs may have been published with the 1.10.4 version label. Please use 1.10.5 or higher instead of this release. See #1111 for a description of the problem.

What's Changed

This release contains a few minor bug fixes and features, plus a raft of small dependency updates.

🚀 Features

  • Support TmpFS mappings (#1021) @malltshik. Containers may now have a TmpFS volume mounted, e.g.:
     GenericContainer container = new GenericContainer(...)
         .withTmpFs(singletonMap("/data", "rw"))
  • Enable line terminator matching for LogMessageWaitStrategy (#982) @bengtbrodersen0042
  • SQL compound statement awareness in ScriptUtils. This feature allows stored procedures to be used in database init scripts (#579) @rnorth

🐛 Bug Fixes

  • Start shared containers in beforeAll callback (Jupiter) (#1020) @kiview
  • Fix StreamType.RAW frame processing when using TTY mode with containers(#1101) @vektory79

📖 Documentation/Internal

📦 Dependency updates

We've recently enabled dependabot, and as a result have more than a few dependency updates in this release:

Click to expand...
  • Bump annotations from 15.0 to 16.0.3 in /core (#1027) @dependabot[bot]
  • Bump slf4j-api from 1.7.7 to 1.7.25 in /examples (#1034) @dependabot[bot]
  • Bump jedis from 2.8.0 to 3.0.0 in /core (#1031) @dependabot[bot]
  • Bump rest-assured from 3.0.0 to 3.2.0 in /modules/vault (#1044) @dependabot[bot]
  • Bump vibur-dbcp from 9.0 to 22.2 in /modules/mysql (#1042) @dependabot[bot]
  • Bump postgresql from 9.4.1212 to 42.2.5 in /examples (#1037) @dependabot[bot]
  • Bump lombok from 1.16.6 to 1.18.4 in /examples (#1039) @dependabot[bot]
  • Bump aws-java-sdk-s3 from 1.11.126 to 1.11.475 in /modules/localstack (#1046) @dependabot[bot]
  • Bump okhttp from 3.6.0 to 3.12.0 in /examples (#1035) @dependabot[bot]
  • Bump jaxb-api from 2.3.0 to 2.3.1 in /core (#1029) @dependabot[bot]
  • Bump neo4j-java-driver from 1.7.1 to 1.7.2 in /modules/neo4j (#1045) @dependabot[bot]
  • Bump jetty from 6.1.25 to 6.1.26 in /modules/selenium (#1047) @dependabot[bot]
  • [Security] Bump logback-classic from 1.1.2 to 1.2.3 in /examples (#1060) @dependabot[bot]
  • Bump commons-dbutils from 1.6 to 1.7 in /modules/mysql (#1040) @dependabot[bot]
  • Bump vibur-dbcp from 9.0 to 22.2 in /modules/mariadb (#1063) @dependabot[bot]
  • Bump HikariCP from 2.6.1 to 3.2.0 in /modules/spock (#1053) @dependabot[bot]
  • Bump HikariCP-java6 from 2.3.8 to 2.3.13 in /modules/mariadb (#1064) @dependabot[bot]
  • Bump HikariCP-java6 from 2.3.8 to 2.3.13 in /modules/postgresql (#1051) @dependabot[bot]
  • Bump commons-dbutils from 1.6 to 1.7 in /modules/postgresql (#1048) @dependabot[bot]
  • Bump tomcat-jdbc from 8.5.4 to 9.0.14 in /modules/mariadb (#1061) @dependabot[bot]
  • Bump tomcat-jdbc from 8.5.4 to 9.0.14 in /modules/mysql (#1038) @dependabot[bot]
  • Bump aws-java-sdk-dynamodb from 1.11.126 to 1.11.475 in /modules/dynalite (#1059) @dependabot[bot]
  • Bump HikariCP-java6 from 2.3.8 to 2.3.13 in /modules/mysql (#1041) @dependabot[bot]
  • Bump HikariCP from 2.6.1 to 3.2.0 in /modules/junit-jupiter (#1072) @dependabot[bot]
  • Bump postgresql from 42.0.0 to 42.2.5 in /modules/junit-jupiter (#1075) @dependabot[bot]
  • Bump jedis from 2.8.0 to 3.0.0 in /examples (#1085) @dependabot[bot]
  • Bump maven-compiler-plugin from 3.1 to 3.8.0 in /examples (#1084) @dependabot[bot]
  • Bump mockito-all from 1.9.5 to 1.10.19 in /examples (#1083) @dependabot[bot]
  • Bump okhttp from 3.12.0 to 3.12.1 in /examples (#1081) @dependabot[bot]
  • Bump spinach from 0.2 to 0.3 in /examples (#1032) @dependabot[bot]
  • Bump commons-dbutils from 1.6 to 1.7 in /modules/mariadb (#1073) @dependabot[bot]
  • Bump amqp-client from 3.5.3 to 5.5.1 in /core (#1076) @dependabot[bot]
  • Bump postgresql from 9.3-1101-jdbc41 to 42.2.5 in /modules/postgresql (#1049) @dependabot[bot]
  • Bump elasticsearch-rest-client from 6.4.1 to 6.5.4 in /modules/elasticsearch (#1058) @dependabot[bot]
  • Bump mysql-connector-java from 6.0.6 to 8.0.13 in /modules/junit-jupiter (#1071) @dependabot[bot]
  • Bump visible-assertions from 1.0.5 to 2.1.1 in /examples (#1082) @dependabot[bot]
  • Bump mysql-connector-java from 5.1.35 to 8.0.13 in /modules/mysql (#1043) @dependabot[bot]
  • Bump influxdb-java from 2.10 to 2.14 in /modules/influxdb (#1070) @dependabot[bot]
  • Bump jersey-common from 2.23.1 to 2.27 in /core (#1078) @dependabot[bot]
  • Bump java-client from 2.6.1 to 2.7.2 in /modules/couchbase (#1036) @dependabot[bot]
  • Bump mysql-connector-java from 6.0.6 to 8.0.13 in /modules/spock (#1056) @dependabot[bot]
  • Bump spring-boot-dependencies from 2.0.1.RELEASE to 2.1.1.RELEASE in /examples (#1096) @dependabot[bot]
  • Bump testng from 6.9.10 to 6.14.3 in /examples (#1095) @dependabot[bot]
  • Bump visible-assertions from 2.1.1 to 2.1.2 in /examples (#1094) @dependabot[bot]
  • Bump gson from 2.5 to 2.8.5 in /examples (#1092) @dependabot[bot]
  • Bump kafka-clients from 1.0.0 to 2.1.0 in /modules/kafka (#1062) @dependabot[bot]
  • Bump commons-io from 2.5 to 2.6 in /core (#1086) @dependabot[bot]
  • Bump jedis from 2.8.0 to 3.0.0 in /modules/junit-jupiter (#1065) @dependabot[bot]
  • Bump mongo-java-driver from 3.0.2 to 3.9.1 in /core (#1089) @dependabot[bot]
  • Bump postgresql from 42.0.0 to 42.2.5 in /modules/spock (#1057) @dependabot[bot]
  • Bump spring-boot-maven-plugin from 2.0.1.RELEASE to 2.1.1.RELEASE in /examples (#1093) @dependabot[bot]
  • Bump mariadb-java-client from 1.5.9 to 2.3.0 in /modules/mariadb (#1068) @dependabot[bot]
  • Bump junit-jupiter-engine from 5.3.1 to 5.3.2 in /modules/junit-jupiter (#1066) @dependabot[bot]
  • Bump transport from 6.4.1 to 6.5.4 in /modules/elasticsearch (#1055) @dependabot[bot]
  • Bump okhttp from 3.10.0 to 3.12.1 in /core (#1080) @dependabot[bot]
  • Bump mockito-core from 1.10.19 to 2.23.4 in /core (#1077) @dependabot[bot]
  • Auto merge /examples dependencies (#1097) @bsideup
  • Bump guava from 18.0 to 23.0 in /examples (#1099) @dependabot[bot]
  • Bump json from 20160810 to 20180813 in /examples (#1098) @dependabot[bot]
  • Bump pulsar-client from 2.2.0 to 2.2.1 in /modules/pulsar (#1091) @dependabot[bot]
  • Bump assertj-core from 3.8.0 to 3.11.1 in /modules/kafka (#1067) @dependabot[bot]
  • Bump visible-assertions from 2.1.1 to 2.1.2 in /core (#1088) @dependabot[bot]
  • Bump javax.annotation-api from 1.3.1 to 1.3.2 in /core (#1087) @dependabot[bot]
  • Bump junit-jupiter-api from 5.3.1 to 5.3.2 in /modules/junit-jupiter (#1069) @dependabot[bot]
  • Bump jna-platform from 4.5.1 to 5.2.0 in /core (#1079) @dependabot[bot]
  • Bump jedis from 3.0.0 to 3.0.1 in /examples (#1103) @dependabot[bot]
  • Bump jedis from 3.0.0 to 3.0.1 in /core (#1105) @dependabot[bot]
  • Bump jedis from 3.0.0 to 3.0.1 in /modules/junit-jupiter (#1104) @dependabot[bot]
  • Bump assertj-core from 3.8.0 to 3.11.1 in /core (#1090) @dependabot[bot]
  • Bump assertj-core from 3.10.0 to 3.11.1 in /modules/pulsar (#1054) @dependabot[bot]