https://linen.dev logo
#general
Title
# general
a

Ashish S

02/01/2023, 5:11 PM
Hi @Tom, One quick question - What is the difference between below two variants? com.github.tomakehurst » wiremock com.github.tomakehurst » wiremock-jre8
a

Aaron

02/01/2023, 5:29 PM
For WireMock versions 2.X and below… •
wiremock
is the Java 7 implementation. The last Java 7 release was 2.27.2 •
wiremock-jre8
is the Java 8+ implementation. This had releases throughout the 2.X lifecycle. For WireMock versions 3.X… •
wiremock
is the only implementation, and uses Java 11. This is still in beta.
👍 1