Skip to content

Releases: ThomasKasene/wiremock-junit-extension

v1.0.2.RELEASE

12 Apr 22:18
200f392
Compare
Choose a tag to compare

📔 Documentation

🔨 Maintenance

v1.0.1.RELEASE

31 Jan 22:15
Compare
Choose a tag to compare

🔨 Maintenance

v1.0.0.RELEASE

21 Sep 20:50
Compare
Choose a tag to compare

🐞 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

21 Sep 20:05
Compare
Choose a tag to compare

🔨 Maintenance

v0.2.0.RELEASE

24 Mar 09:16
Compare
Choose a tag to compare

⭐ New Features

  • Automatically register WireMockStub-instances that are also Extension-implementations on the WireMockConfiguration (#22) @ThomasKasene

🔨 Maintenance

v0.1.3.RELEASE

25 Nov 19:50
Compare
Choose a tag to compare

🔨 Maintenance

  • Updated the release workflow to set env variables differently (#15) @ThomasKasene

v0.1.2.RELEASE

25 Nov 19:30
Compare
Choose a tag to compare

This release's artifacts are not uploaded to Maven Central. You should upgrade to 0.1.3.RELEASE instead.

🐞 Bug Fixes

🔨 Maintenance

v0.1.1.RELEASE

12 Sep 22:19
c093169
Compare
Choose a tag to compare

🔨 Maintenance

v0.1.0.RELEASE

03 Aug 20:12
Compare
Choose a tag to compare

Initial release. Please see the README-file for details.