-
Notifications
You must be signed in to change notification settings - Fork 44
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
0.9.0 is failing satisfiesContract on an enum member addition #62
Comments
NOTE: We cannot use 0.8.1 with the newer versions of spring-boot (2.5.+) as spring-boot enforces an incompatible newer version of |
We did some investigation and found that in 0.8.1, the check was completely being skipped.
The expected behavior is, line 239
we can file a PR to 0.9.0/master for the same. |
Here's the fork with the update. I have filed a ticket on OSSRH to publish the fork as Regards, |
Hi, fine for me. |
Thanks Robert, I have pushed the above artifact now. |
I guess you can just endorse that the fork is the one to use going forward - in the readme.adoc. |
Previous Contract in Yaml
New Yaml:
Build.gradle
SwaggerTest class
Expected Output: Test Passed
Actual Output:
NOTE that same test passes with version 0.8.1
The text was updated successfully, but these errors were encountered: