Hello! What's the difference between wiremock and ...
# help
j
Hello! What's the difference between wiremock and wiremock-jre8? I checked the docs but can't find anything that describes the difference
Looking at the release history, seems like support for Java 8 was dropped in 3.0.0-beta2, so it seems like anyone using the latest version of
wiremock-jre8
should switch to
wiremock
, is that right? Are they identical now?
t
wiremock-jre8
is completely obsolete now. It was the Java 8+ variant of 2.x.
wiremock
is the main artifact going forward and requires Java 11+.
🙏 1