Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support SpringBoot 3 #1661

Closed
ludorival opened this issue Feb 2, 2023 · 1 comment
Closed

Support SpringBoot 3 #1661

ludorival opened this issue Feb 2, 2023 · 1 comment

Comments

@ludorival
Copy link

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

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

@ludorival
Copy link
Author

Ok duplicate of #1660

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant