-
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
SpecFilter uses non-filtered OpenAPI to copy some fields #3173
Comments
frantuma
added a commit
that referenced
this issue
Apr 11, 2019
fix #3173 - use filtered values in returned instance
Thanks for reporting this! fixed in #3176 |
@frantuma for loop is still based on no filtered
|
Also, may be it's better to replace above mentioned key-based loop with entrySet-based loop |
frantuma
added a commit
that referenced
this issue
Apr 11, 2019
frantuma
added a commit
that referenced
this issue
Apr 11, 2019
you're right, updated in #3177; as we use path key downstream, keeping key based loop as is |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
io.swagger.v3.core.filter.SpecFilter#filter()
Notice that for some properties filteredOpenAPI is used to copy, but for others non-filtered openAPI is used.
As a workaround we update original OpenAPI passed to OpenAPISpecFilter
The text was updated successfully, but these errors were encountered: