This message was deleted.
# general
s
This message was deleted.
t
Hi Dan, the gRPC extension uses the new classpath scanning capability so you need to make sure that a) the gRPC JAR is on the classpath, and b) don’t set the
--extensions
parameter at all as this will attempt to double load the extension.
You should be able to copy what’s in here: https://github.com/wiremock/wiremock-grpc-demos/tree/main/docker
286 Views