You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Api's usually never change spec on-the-fly and specifications can be generated during compilation time instead of runtime.
It will reduce unnecessary computations at runtime, I believe during compilation it is possible to extract more information about models and reduce runtime dependencies.
Compiled openapi.yaml would be possible to place src_managed/resources/openapi.yaml or configured location in the jar.
The text was updated successfully, but these errors were encountered:
This is just a lib. It can be used by a compile plugin, a sbt plugin or mill plugin to generate a yaml or json file. In a previous job, I used this lib in gradle builds to do just that.
If you feel that writing such a plugin or plugins, fire away.
Api's usually never change spec on-the-fly and specifications can be generated during compilation time instead of runtime.
It will reduce unnecessary computations at runtime, I believe during compilation it is possible to extract more information about models and reduce runtime dependencies.
Compiled openapi.yaml would be possible to place
src_managed/resources/openapi.yaml
or configured location in the jar.The text was updated successfully, but these errors were encountered: