testcontainers-java icon indicating copy to clipboard operation
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.

Results 915 testcontainers-java issues
Sort by recently updated
recently updated
newest added

modules/jdbc
resolution/acknowledged
modules/r2dbc

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...

type/docs
modules/neo4j

…; 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...

type/enhancement
modules/oracle

Fixes https://github.com/testcontainers/testcontainers-java/issues/10451

type/docs
type/feature
modules/influx

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...