testcontainers-java
testcontainers-java copied to clipboard
Testcontainers is a Java library that supports JUnit tests, providing lightweight, throwaway instances of common databases, Selenium web browsers, or anything else that can run in a Docker container.
Deprecate the method in favour of a version-agnostic replacement. The `withEnterpriseEdition` pulls in the former neo4j:4.4 default image / LTS version without users noting the implicit change from their defined...
…; fix ORACLE_PASSWORD mapping Introduce an independent system user password for Oracle containers and map it correctly to the ORACLE_PASSWORD env. - Add withOraclePassword(String) to configure SYSTEM/SYS password independently from...
Fixes https://github.com/testcontainers/testcontainers-java/issues/10451
Fixes Issue #10527 (https://github.com/testcontainers/testcontainers-java/issues/10527) The following forms are now also supported (as per the `DockerImageName.parse()` method): - fooReg.registry/library/foo:tag - fooReg.registry/library/foo@sha256:X where the following must be true about the string passed...