- Notifications
You must be signed in to change notification settings - Fork3k
OpenAPI: skip adding method references to model without OperationFilter#51287
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:main
Are you sure you want to change the base?
Conversation
Signed-off-by: Michael Edgar <michael@xlate.io>
quarkus-botbot commentedNov 28, 2025 • edited by github-actionsbot
Loading Uh oh!
There was an error while loading.Please reload this page.
edited by github-actionsbot
Uh oh!
There was an error while loading.Please reload this page.
Status for workflow |
Currently, when the OpenAPI
OperationFilteris not used (by disabling several configuration properties to auto-add API information), the scanner will still setx-quarkus-openapi-method-refextensions in the model for each API operation. This change prevents adding the method-refs when theOperationFilteris not part of the build process.