Hi everyone,
I hope this message finds you well! I’ve been working on an open-source issue that involves using a mock API for unit testing. I’m interested in utilizing WireMock for this purpose. However, I’ve encountered a challenge since our project is currently based on Java 8, and the version of WireMock I was considering requires Java 11 or newer.
Could anyone recommend an appropriate version of WireMock that is compatible with Java 8, or suggest an alternative approach for mocking APIs in our unit tests?
Thank you for your assistance!