-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Copy paste bug in Gradle plugin introduced in 2.2.29 #4858
Comments
sdrycroft
added a commit
to sdrycroft/swagger-core
that referenced
this issue
Mar 24, 2025
Checks the correct property as described in swagger-api#4858
frantuma
added a commit
that referenced
this issue
Apr 7, 2025
frantuma
added a commit
that referenced
this issue
Apr 7, 2025
Thanks for reporting and investigating this, fixed in #4870 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In
2.2.29
, as part of #4853 a new config property was introduced,groupsValidationStrategy
. It looks like #4853 introduced a change in behaviour of how validation constrains are being resolved because the description of that PR states:I attempted to apply this by setting the new property on
ResolveTask
in the Gradle plugin, calledgroupsValidationStrategy
. Sadly, due to a bug on line 557 the value of that property is not passed on toSwaggerLoader
unlessdefaultResponseCode
is also set. I assume this is a copy paste error and the line should readrather than
The text was updated successfully, but these errors were encountered: