Skip to content
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

Add possibility to run AsyncApiFilter implementation in a build time. Similar to the @OpenApiFilter( OpenApiFilter.RunStage.BOTH ) in Open API extension. #199

Open
td83 opened this issue Jul 2, 2024 · 1 comment

Comments

@td83
Copy link

td83 commented Jul 2, 2024

It would be very helpful to add the possibility of running the filter at compilation time, as is possible in the Open API extension. This is because it is often necessary to add new schemas to a document and for this you usually need access to the Jandex index.

@ChMThiel
Copy link
Contributor

Good idea! We use this openApi-filter features in our project as well.
Unfortunately i'm currently busy, don't know when i will have time for this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants