-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
Summary
I tried to use wiremock-standalone together with wiremock-grpc-extension and after a lot of debugging I noticed they are imcompatible and this information is not mentioned in the documentation.
<dependency>
<groupId>org.wiremock</groupId>
<artifactId>wiremock-standalone</artifactId>
<version>3.13.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.github.nilwurtz</groupId>
<!-- This doesn't work -->
<artifactId>wiremock-graphql-extension</artifactId>
<version>0.9.0</version>
<scope>test</scope>
</dependency>It would be nice to explicitly mention in the documentation to use wiremock-grpc-extension-standalone if you have wiremock-standalone as dependency.
References
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation