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.
Code hygene and clearing falsely flagged CVEs Upgrade jackson and snakeyaml to the latest version. Aside from providing code hygene, these two dependencies are flagged by FOSS scanning tools as...
Hi, I've read that with version 1.11 (https://github.com/testcontainers/testcontainers-java/pull/1307) the shaded dependencies were removed. I'm using v 1.15.3 now and I still see shaded classes in `org.testcontainers.shaded.org.bouncycastle`. While this hasn't caused...
This PR refactors the existing tests to JUnit 5. Fixes https://github.com/testcontainers/testcontainers-java/issues/970 This is an alternative to https://github.com/testcontainers/testcontainers-java/pull/10285 The major migration was made with IDEA's "migrate JUnit 4 to 5", then...
Describing Your Changes: This is to fix the following vulnerabilities. https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-26308 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-25710 I have checked the open `dependabot` PRs. I don't see one to fix these vulnerability issue.
Currently junit4 has api scope, so it will be visible outside And then projects using junit 5 will see 2 `@Test` annotations, which can cause problems - #970 After this...
### Module Core ### Testcontainers version 1.20.6 ### Using the latest Testcontainers version? Yes ### Host OS Windows/WLS ### Host Arch x86 ### Docker version ```shell Client: Version: 28.0.4 API...
Bumps [org.junit:junit-bom](https://github.com/junit-team/junit5) from 5.10.3 to 5.13.0. Release notes Sourced from org.junit:junit-bom's releases. JUnit 5.13.0 = Platform 1.13.0 + Jupiter 5.13.0 + Vintage 5.13.0 See Release Notes. New Contributors @Oyster-zx made...
Bumps [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) from 42.7.4 to 42.7.6. Release notes Sourced from org.postgresql:postgresql's releases. v42.7.6 Changes Prepare release notes for release 42_7_6 (new format) @davecramer (#3628) fix: isValid incorrectly called execute, instead...
Bumps [org.apache.pulsar:pulsar-bom](https://github.com/apache/pulsar) from 3.3.1 to 4.0.5. Release notes Sourced from org.apache.pulsar:pulsar-bom's releases. v4.0.5 2025-05-22 Library updates [fix][sec] Upgrade Jetty to 9.4.57.v20241219 to mitigate CVE-2024-6763 (#24232) [improve] Upgrade Netty to 4.1.121.Final...
Bumps [org.apache.httpcomponents.client5:httpclient5](https://github.com/apache/httpcomponents-client) from 5.4.2 to 5.5. Changelog Sourced from org.apache.httpcomponents.client5:httpclient5's changelog. Release 5.5 This is the first GA release in the 5.5 release series. This release finalizes the 5.5 APIs...