Skip to content

Update documentation when using the wiremock standalone version #210

@fabiorapanelo

Description

@fabiorapanelo

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions