-
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
Added option to save the generated OpenAPI schema document on build. #11638
Conversation
...yment/src/main/java/io/quarkus/smallrye/openapi/common/deployment/SmallRyeOpenApiConfig.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Phillip Kruger <[email protected]>
...eployment/src/main/java/io/quarkus/smallrye/openapi/deployment/SmallRyeOpenApiProcessor.java
Show resolved
Hide resolved
How can this process be triggered? |
You can add a property
|
Three minutes … that was a fast reply! I did that, followed by a |
Are you using v 1.8.0 ? |
Yes:
|
My fault! Somehow the Thank you very much, Phillip! |
Pleasure ! |
As discussed in Zulip a few times, this will add a new config option,
quarkus.smallrye-openapi.store-schema-directory
, that ifset, allow users to store the generated
openapi.json
andopenapi.yaml
to the configured directorySigned-off-by:Phillip Kruger [email protected]