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.
### Module Core ### Testcontainers version 1.20.6 ### Using the latest Testcontainers version? Yes ### Host OS Windows ### Host Arch x86 ### Docker version ```shell Client: Version: 27.5.1-rd API...
### Module Core ### Proposal Currently https://github.com/testcontainers/testcontainers-java/blob/7d8301903a6b45591605fd376702d24fc878a61d/modules/jdbc/src/main/java/org/testcontainers/containers/JdbcDatabaseContainer.java#L176-L216 behaves very weird and this also impacts performance: * It doesn't utilize ``WaitStrategy`` and completely ignores/overrides it * It constantly tries to query...
### Module Core ### Testcontainers version 1.19.8 ### Using the latest Testcontainers version? Yes ### Host OS Windows ### Host Arch x86 ### Docker version ```shell podman ``` ### What...
In the #9222 a user is specifying a property with the field name `compose.container.image` and the `ComposeContainer` when it creates the `composeDelegate` variable is always picking the `24.0.2` version of...
align condition with comment, improve comment
Allow the Oracle Free container to leverage the use of a RemoteDockerImage by exposing an equivalent constructor as the JdbcDatabaseContainer superclass.
### Module MariaDB ### Testcontainers version 1.21.1 Problem at least present since 1.16.0 ### Using the latest Testcontainers version? Yes ### What happened? https://github.com/testcontainers/testcontainers-java/blob/7d8301903a6b45591605fd376702d24fc878a61d/modules/mariadb/src/main/java/org/testcontainers/containers/MariaDBContainer.java#L64-L66 The MAPPED port is NOT returned,...
### Module Selenium ### Testcontainers version 1.21.0 ### Using the latest Testcontainers version? Yes ### Host OS Windows ### Host Arch x64 ### Docker version ```shell Client: Cloud integration: v1.0.22...
Bumps [com.gradle:common-custom-user-data-gradle-plugin](https://github.com/gradle/common-custom-user-data-gradle-plugin) from 2.0.2 to 2.3. Release notes Sourced from com.gradle:common-custom-user-data-gradle-plugin's releases. 2.3 [NEW] Added tagging VS Code builds [FIX] Retrieving git metadata when an alternate project path is given...
### Module Core ### Testcontainers version 1.21.1 ### Using the latest Testcontainers version? Yes ### Host OS all ### Host Arch all ### Docker version ```shell n/a ``` ### What...