We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When using yaml configuration micronaut.openapi.groups.*.packages I expect:
micronaut.openapi.groups.*.packages
Endpoints are properly excluded from the generated doc. But any class used in filtered out controllers request/response classes is exposed in schema.
micronaut: openapi: groups: visible: common-exclude: true packages: com.example.visible.*
Worth noticing: the request/response itself does not appear in the doc
https://github.com/DKarim/open-api-groups-packages
4.3.1
The text was updated successfully, but these errors were encountered:
Fix remove unused schemas
2fcb91e
Fixed micronaut-projects#1736
d72dcf3
0914d8c
Successfully merging a pull request may close this issue.
Expected Behavior
When using yaml configuration
micronaut.openapi.groups.*.packages
I expect:Actual Behaviour
Endpoints are properly excluded from the generated doc.
But any class used in filtered out controllers request/response classes is exposed in schema.
Steps To Reproduce
Worth noticing: the request/response itself does not appear in the doc
Environment Information
Example Application
https://github.com/DKarim/open-api-groups-packages
Version
4.3.1
The text was updated successfully, but these errors were encountered: