You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I try to upgrade my SpringBoot application to SpringBoot 3, but it seems the latest version of pact au.com.dius.pact.provider:junit5spring:4.4.4 does not support it.
I am using WebFlux and I got this error
java.lang.NoSuchMethodError: 'org.springframework.http.HttpStatus org.springframework.test.web.reactive.server.EntityExchangeResult.getStatus()
at au.com.dius.pact.provider.spring.junit5.WebFluxBasedTestTarget$DefaultImpls.executeInteraction(WebFluxBasedTestTarget.kt:49)
at au.com.dius.pact.provider.spring.junit5.WebTestClientTarget.executeInteraction(WebTestClientTarget.kt:9)
at au.com.dius.pact.provider.junit5.PactVerificationContext.validateTestExecution(PactVerificationContext.kt:101)
at au.com.dius.pact.provider.junit5.PactVerificationContext.verifyInteraction(PactVerificationContext.kt:58)
Do you plan to support SpringBoot 3 soon ?
Thank for you support by advance
The text was updated successfully, but these errors were encountered:
Hi team,
I try to upgrade my SpringBoot application to SpringBoot 3, but it seems the latest version of pact
au.com.dius.pact.provider:junit5spring:4.4.4
does not support it.I am using WebFlux and I got this error
Do you plan to support SpringBoot 3 soon ?
Thank for you support by advance
The text was updated successfully, but these errors were encountered: