-
-
Notifications
You must be signed in to change notification settings - Fork 13
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
As a user I want the startup to be faster after I have built a package so that my application is ready faster.
Every time OpenAlchemy starts up, the OpenAPI specification is validated against all rules. This is required if the OpenAPI specification can't be trusted. However, the validation is also run when the package is created during the build process. If a signature is included in the build the OpenAPI specification validation step can be skipped assuming the OpenAPI specification hasn't changed.
This can also be extended to be done if OpenAlchemy is run multiple times with the same spec by writing something to the file system.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request