-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
OpenAPI filters run twice when storing #37901
Comments
/cc @EricWittmann (openapi), @MikeEdgar (openapi) |
Hi @phillip-kruger, if you want, I can get this issue. |
Go for it! Thanks |
Hi @phillip-kruger getting a first look into the code, I saw that the filter is called two times because: The method responsible for executing filter is
I have a question: The filter with RunStage |
Both |
Hi @phillip-kruger, HAY? Can you review the pull request #38070? |
Away from PC at the moment, back next week |
I am about to take a break (summer holiday) so I'll only look at this next year. If you are in a hurry, you are welcome to do a PR ?
W.r.t priority, yeah that is something we can add. Having multiple filters is Quarkus specific (the spec only allow one) so from a spec p.o.w a user needs to do everything in one filter. But because we allow many we can look at a way to order them for sure
Originally posted by @phillip-kruger in #36152 (comment)
The text was updated successfully, but these errors were encountered: