Skip to content

Faster Startup after Build #251

@jdkandersson

Description

@jdkandersson

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

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions