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.