This repository has been archived by the owner on Aug 21, 2024. It is now read-only.
Releases: ThomasKasene/wiremock-junit-extension
Releases · ThomasKasene/wiremock-junit-extension
v1.0.2.RELEASE
📔 Documentation
- Added a README.md badge with a link to Maven Central (#67) @ThomasKasene
🔨 Maintenance
- Bump actions/checkout from 2 to 3 (#63) @dependabot
- Bump actions/setup-java from 2 to 3 (#68) @dependabot
- Bump logback-classic from 1.2.10 to 1.2.11 (#64) @dependabot
- Bump maven-javadoc-plugin from 3.3.1 to 3.3.2 (#59) @dependabot
- Bump nexus-staging-maven-plugin from 1.6.8 to 1.6.12 (#62) @dependabot
- Bump slf4j-api from 1.7.35 to 1.7.36 (#58) @dependabot
- Bump wiremock-jre8 from 2.32.0 to 2.33.1 (#69) @dependabot
- Optimized, simplified and modernized all the Github workflows (#66) @ThomasKasene
v1.0.1.RELEASE
🔨 Maintenance
- Bump junit-jupiter from 5.8.0 to 5.8.1 (#43) @dependabot
- Bump junit-jupiter from 5.8.1 to 5.8.2 (#46) @dependabot
- Bump logback-classic from 1.2.6 to 1.2.7 (#45) @dependabot
- Bump logback-classic from 1.2.7 to 1.2.8 (#53) @dependabot
- Bump logback-classic from 1.2.8 to 1.2.9 (#54) @dependabot
- Bump logback-classic from 1.2.9 to 1.2.10 (#55) @dependabot
- Bump lombok from 1.18.20 to 1.18.22 (#44) @dependabot
- Bump slf4j-api from 1.7.32 to 1.7.33 (#56) @dependabot
- Bump slf4j-api from 1.7.33 to 1.7.35 (#57) @dependabot
- Bump wiremock-jre8 from 2.31.0 to 2.32.0 (#50) @dependabot
- Changed default branch from master to main (#51) @ThomasKasene
- Cleaned up some unnecessary configuration settings (#52) @ThomasKasene
- Started managing Github labels as code (#48) @ThomasKasene
v1.0.0.RELEASE
🐞 Bug Fixes
- Share Wiremock server instance across test classes instead of shutting it down (#42) @ThomasKasene
Note: This release persists stub state between test classes, which means that if your tests relied on an automatic "clean slate" for each test class, you might have to add your own reset code to the WireMockStub
implementation(s) (in either reset()
or in beforeAll()
).
v0.2.1.RELEASE
🔨 Maintenance
- Bump actions/setup-java from v1 to v2 (#25) @dependabot
- Bump junit-jupiter from 5.7.1 to 5.7.2 (#27) @dependabot
- Bump junit-jupiter from 5.7.2 to 5.8.0 (#41) @dependabot
- Bump logback-classic from 1.2.3 to 1.2.5 (#34) @dependabot
- Bump logback-classic from 1.2.5 to 1.2.6 (#40) @dependabot
- Bump lombok from 1.18.18 to 1.18.20 (#23) @dependabot
- Bump maven-gpg-plugin from 1.6 to 3.0.1 (#26) @dependabot
- Bump maven-javadoc-plugin from 3.2.0 to 3.3.0 (#28) @dependabot
- Bump maven-javadoc-plugin from 3.3.0 to 3.3.1 (#38) @dependabot
- Bump slf4j-api from 1.7.30 to 1.7.31 (#30) @dependabot
- Bump slf4j-api from 1.7.31 to 1.7.32 (#32) @dependabot
- Bump wiremock-jre8 from 2.27.2 to 2.30.1 (#37) @dependabot
- Bump wiremock-jre8 from 2.30.1 to 2.31.0 (#39) @dependabot
- Replaced the dependency on wiremock with wiremock-jre8 (#36) @ThomasKasene
v0.2.0.RELEASE
⭐ New Features
- Automatically register WireMockStub-instances that are also Extension-implementations on the WireMockConfiguration (#22) @ThomasKasene
🔨 Maintenance
- Remove extra curly brace from the JavaDoc on WireMockStubsConfiguration.resetBeforeEachTest (#21) @ThomasKasene
- Bump flatten-maven-plugin from 1.2.5 to 1.2.7 (#18) @dependabot
- Bump junit-jupiter from 5.7.0 to 5.7.1 (#17) @dependabot
- Bump lombok from 1.18.16 to 1.18.18 (#16) @dependabot
v0.1.3.RELEASE
🔨 Maintenance
- Updated the release workflow to set env variables differently (#15) @ThomasKasene
v0.1.2.RELEASE
This release's artifacts are not uploaded to Maven Central. You should upgrade to 0.1.3.RELEASE instead.
🐞 Bug Fixes
- Extension re-uses the port across test classes (#14) @ThomasKasene
🔨 Maintenance
- Bump ibiqlik/action-yamllint from v1 to v3 (#12) @dependabot
- Bump lombok from 1.18.12 to 1.18.16 (#10) @dependabot
- Add code scanning using CodeQL (#8) @ThomasKasene
- Bump junit-jupiter from 5.6.2 to 5.7.0 (#7) @dependabot
- Add YAML Lint to the GHA workflows (#6) @ThomasKasene
v0.1.1.RELEASE
🔨 Maintenance
- Bump wiremock from 2.27.1 to 2.27.2 (#4) @dependabot
- Added release-drafter to the master workflow (#5) @ThomasKasene
- Bump flatten-maven-plugin from 1.2.2 to 1.2.5 (#2) @dependabot
- Bump maven-source-plugin from 3.2.0 to 3.2.1 (#3) @dependabot
- Bump slf4j-api from 1.7.25 to 1.7.30 (#1) @dependabot
v0.1.0.RELEASE
Initial release. Please see the README-file for details.