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.17.3 ### Using the latest Testcontainers version? Yes ### Host OS not related ### Host Arch not related ### Docker version ```shell not related...
Add [AWS DynamoDB local](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/DynamoDBLocal.html) test container module. ### Checklist Every item on this list will require judgement by the Testcontainers core maintainers. Exceptions will sometimes be possible; items with `should`...
This PR fixes #3670 Every item on this list will require judgement by the Testcontainers core maintainers. Exceptions will sometimes be possible; items with `should` are more likely to be...
### Module Core ### Testcontainers version 1.17.3 ### Using the latest Testcontainers version? Yes ### Host OS Any OS ### Host Arch Any arch ### Docker version ```shell Client: Docker...
Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 2.6.4 to 2.7.2. Release notes Sourced from org.springframework.boot's releases. v2.7.2 :lady_beetle: Bug Fixes Publishing a docker image to a private registry fails without authentication #31824 In a...
Bumps [testng](https://github.com/cbeust/testng) from 7.5 to 7.6.1. Release notes Sourced from testng's releases. 7.6.0 What's Changed Remove redundant Parameter implementation by @krmahadevan in cbeust/testng#2706 Upgrade to JDK11 by @krmahadevan in cbeust/testng#2705...
Bumps [mockserver-client-java](https://github.com/jamesdbloom/mockservice) from 5.5.4 to 5.13.2. Changelog Sourced from mockserver-client-java's changelog. [5.13.2] - 2022-04-05 Fixed fixed artefact name in no-dependencies pom which caused issue with gradle builds added support for...
### Module Core ### Proposal Is there any shortlist of issues/tasks to be solved to make Testcontainers work on WCOW? I'd like to help and enable native WCOW support. Creating...
Proposed fix for https://github.com/testcontainers/testcontainers-java/issues/5393 - Set default and max heap size for Elastic Search container to 2g - Add a method to override this default value