wiremock-testcontainers-java
wiremock-testcontainers-java copied to clipboard
WireMock module for Testcontainers for Java
Bumps [org.apache.maven.plugins:maven-dependency-plugin](https://github.com/apache/maven-dependency-plugin) from 3.7.1 to 3.8.0. Commits 75814c7 [maven-release-plugin] prepare release maven-dependency-plugin-3.8.0 50397c4 [MDEP-903] Upgrade to Doxia 2.0.0 Milestone Stack 1115ecb Bump org.codehaus.plexus:plexus-archiver from 4.9.2 to 4.10.0 5288cec Bump org.apache.maven.plugins:maven-plugins...
This PR adds support for loading files and mappings from test resources directory. By default, It will look into `src/test/resources/mappings` and `src/test/resources/__files` behaving very similarly to when `WireMockServer` is started...
Bumps [org.junit:junit-bom](https://github.com/junit-team/junit5) from 5.12.1 to 5.12.2. Release notes Sourced from org.junit:junit-bom's releases. JUnit 5.12.2 = Platform 1.12.2 + Jupiter 5.12.2 + Vintage 5.12.2 See Release Notes. Full Changelog: https://github.com/junit-team/junit5/compare/r5.12.1...r5.12.2 Commits...
Bumps [org.assertj:assertj-bom](https://github.com/assertj/assertj) from 3.26.3 to 3.27.3. Release notes Sourced from org.assertj:assertj-bom's releases. v3.27.3 :boom: Breaking Changes Core Revert "Propagate common basetype for the extracting method" #3737 The enhancement introduced with...
Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.5.2 to 3.5.3. Release notes Sourced from org.apache.maven.plugins:maven-surefire-plugin's releases. 3.5.3 🐛 Bug Fixes [SUREFIRE-1737] - Fix disable in statelessTestsetReporter (#816) @slawekjaranowski [SUREFIRE-1643] - surefire junit5 parallel tests...
Bumps [org.awaitility:awaitility](https://github.com/awaitility/awaitility) from 4.2.2 to 4.3.0. Changelog Sourced from org.awaitility:awaitility's changelog. Changelog 4.3.0 (2025-02-21) Support for kotlin.time.Duration in Kotlin DSL (thanks to Ivo Šmíd for PR) Upgraded kotlin version in...
Bumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) from 1.3.7 to 1.5.18. Release notes Sourced from ch.qos.logback:logback-classic's releases. Logback 1.5.18 2025-03-18 Release of logback version 1.5.18 • Added support for XZ compression for archived log files....
There is no documentation on how to start the container and wiremock to expose a https endpoint. I have toyed with multiple configurations, including enabling debug mode but the server...