Hello, I'm posting here to point out a small lack ...
# wiremock-java
l
Hello, I'm posting here to point out a small lack of documentation regarding Wiremock Java. I have a project using Micronaut v4, which uses wiremock-jetty12 v3.12.2 in unit tests to mock calls to external services. After upgrading to Micronaut v4.10, the tests stopped working. I had to import the Jetty BOM and add a dependency on jetty-server to get things working again. The documentation does not mention that Wiremock or wiremock-jetty12 does not include the server, nor does it specify how to include it. I am attaching the sample project, which contains one module for Micronaut 4.9 and another for Micronaut 4.10.
l
Hi, just out of interest, have you tried wiremock-micronaut This was updated to allow the latests (at the time) version of micronaut to be used - https://github.com/Nahuel92/wiremock-micronaut/pull/46