pact-foundation / pact-jvm

JVM version of Pact. Enables consumer driven contract testing, providing a mock service and DSL for the consumer project, and interaction playback and verification for the service provider project.
https://docs.pact.io
Apache License 2.0
1.08k stars 479 forks source link

Unable to use WebFlux test with Junit5 at provider side verification #1373

Open utsavcoding opened 3 years ago

utsavcoding commented 3 years ago

As per discussion with @uglyog , there seems to be no support for this currently. I was unable to find WebFluxTarget while using pact-jvm for provider with junit5. Hence raising this issue.

uglyog commented 3 years ago

4.2.7 has been released

aegliv commented 3 years ago

Your 4.2.7 release is missing a transitive dependency:

<dependency>
    <groupId>io.projectreactor.netty</groupId>
    <artifactId>reactor-netty-http</artifactId>
</dependency>
uglyog commented 3 years ago

@aegliv can you explain why that dependency is needed? I've included spring-boot-starter-test, spring-webmvc, spring-webflux and spring-test