-
-
Notifications
You must be signed in to change notification settings - Fork 481
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
junit5spring provider - Cannot inherit from final class #1338
Comments
4.2.4 has been released |
I have tried with 4.2.4 and I still get the same. Is this comment just automatically added ? |
No, the comment was manually added by me. Are you getting the same error? I made the class open, see https://github.com/pact-foundation/pact-jvm/blob/master/provider/junit5spring/src/main/kotlin/au/com/dius/pact/provider/spring/junit5/PactVerificationSpringProvider.kt but if that was not the problem then it is not clear from the stack trace you provided what is. Are you able to provide some code or debug level logs? |
Had the issue below with
testImplementation("au.com.dius.pact.provider:junit5spring:4.2.3")
Reverting to 4.2.2 resolved it. It's fatal, obviously.
The text was updated successfully, but these errors were encountered: