TestContainers v1.1.4 Release Notes

Release Date: 2016-08-16 // over 7 years ago
  • ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix JDBC proxy driver behaviour when used with Tomcat connection pool to avoid spawning excessive numbers of containers (#195)
    • โœ… Shade Jersey dependencies in JDBC module to avoid classpath conflicts (#202)
    • ๐Ÿ›  Fix NullPointerException when docker host has untagged images (#201)
    • ๐Ÿ›  Fix relative paths for volumes mounted in docker-compose containers (#189)

    ๐Ÿ”„ Changed

    • โšก๏ธ Update to v3.0.2 of docker-java library
    • ๐Ÿณ Switch to a shared, single instance docker client rather than a separate client instance per container rule (#193)
    • ๐Ÿณ Ensure that docker-compose pulls images (with no timeout), prior to trying to start (#188)
    • ๐Ÿณ Use official docker/compose image for running docker-compose (#190)