TestContainers v1.3.1 Release Notes

Release Date: 2017-06-22 // almost 7 years ago
  • ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed non-POSIX fallback for file attribute reading (#371)
    • ๐Ÿ›  Fixed NullPointerException in AuditLogger when running using slf4j-log4j12 bridge (#375)
    • ๐Ÿ‘Œ Improved cleanup of JDBC connections during database container startup checks

    ๐Ÿ”„ Changed

    • โœ… Extracted MariaDB into a separate repository (#337)
    • โž• Added TC_DAEMON JDBC URL flag to prevent ContainerDatabaseDriver from shutting down containers at the time all connections are closed. (#359, #360)
    • โž• Added pre-flight checks (can be disabled with checks.disable configuration property) (#363)
    • ๐Ÿ‘Œ Improved startup time by adding dynamic priorities to DockerClientProviderStrategy (#362)
    • โž• Added global configuration file ~/.testcontainers.properties (#362)
    • โž• Added container arguments to specify SELinux contexts for mounts (#334)
    • โœ‚ Removed unused Jersey dependencies (#361)
    • โœ‚ Removed deprecated, wrongly-generated setters from GenericContainer