Nikita Karpuk
Nikita Karpuk
## Proposal ## Goal is to simplify public interface of the `WireMockContainer` class Current methods ```java public String getEndpoint() { return String.format("http://%s:%d", getHost(), getMappedPort(PORT)); } public URI getRequestURI(String relativePath) throws...
## Motivation - Param `id` does not bring any benefits and looks redundant - Store all `extensionJars` in a `LinkedHashSet` to preserve an order and keep only unique values -...
**Describe the bug** Data Explorer is trying to fetch data from localhost:8081 even if docker image was launched with custom `--port 56001` **To Reproduce** Steps to reproduce the behavior: 1....
**Is your feature request related to a problem? Please describe.** In production environment, all databases and containers - including RU throughput, partition-keys and unique-keys are pre-configured using Infrastructure as Code...
Fix for https://github.com/testcontainers/testcontainers-jooq-codegen-maven-plugin/issues/48 - Not properly declaring dependencies
**Description** Maven project that uses `testcontainers-jooq-codegen-maven-plugin` always print a WARNING --- **Steps to Reproduce** 1. Add testcontainers-jooq-codegen-maven-plugin to your project ```xml org.testcontainers testcontainers-jooq-codegen-maven-plugin 0.0.4 ... ``` 2. Build your project...