Hello all! Got a quick question related to the sup...
# help
a
Hello all! Got a quick question related to the supported java version. Does wiremock only support java 17? or it works now with java 21?
b
It works with Java 21 on my machine 🙂
👍 1
a
Indeed it works. I was using wiremock-jr8 and needs to be changed to the latest version of wiremock-standalone, otherwise wont work on java21
b
I don’t think it necessarily has to be the
standalone
version though (I’m not using it) but you’re right in that the
jre8
version doesn’t work with Java 21
a
what does `standalone`version mean?