Details
-
Task
-
Resolution: Fixed
-
Major
-
12.4-rc-1
-
None
-
Unknown
-
N/A
-
N/A
-
Description
Full release notes on: https://github.com/testcontainers/testcontainers-java/releases/tag/1.14.2
rocket Features & Enhancements Add MongoDB module (#1961) @silaev Add Apache Solr Module (#2123) @raynigon Implement DockerClientFactory.isDockerAvailable() (#2605) @mvysny RabbitMQ: Support declaring an exchange within a vhost (#2362) @dangets Docker Compose: Verify that all services that have a wait condition defined also have a corresponding service instance (#2637) @jannis-baratheon Add a getter for Toxiproxy exposed port (#2513) @lutovich Add ContainerState#getHost as a replacement for getContainerIpAddress (#2742) @bsideup bug Bug Fixes Store GenericContainer#exposedPorts as an order-preserving Set (#2613) @bsideup Correction for an edge case in local image repos (duplicate tags) (#2692, #2431) @Choobz Remove duplicate debug log message at container start (#2522) @Streppel Fix a regression in OracleContainer introduced in #2473 (#2612) @bsideup book Documentation Fix typo in DinD documentation (#2725) @liquidpie Doc update for elasticsearch and kafka (#2615) @mans2singh Example and docs for ability to copy to and from container for #1164 (#1989) @sumitanvekar Fix typo (#2636) @britter broom Housekeeping Split JDBC tests (#2556) @rnorth Revert "Example and docs for ability to copy to and from container for #1164" (#2651) @rnorth Replace legacy orchardup/mysql with mysql:5.7.22 in docker compose test (#2602) @rnorth Make neo4j module support Gradle caching (#2649) @rnorth Fix flaky JDBC tmpfs test (#2646) @rnorth