Skip to content

Add pre-loading setting to load OpenAPI early #854

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

Merged
merged 1 commit into from
Sep 6, 2020
Merged

Add pre-loading setting to load OpenAPI early #854

merged 1 commit into from
Sep 6, 2020

Conversation

Dodecahedra
Copy link
Contributor

Add configuration setting to SpringDocConfigProperties to enable pre-loading of OpenAPI. This setting is false by default. When instantiating AbstractOpenApiResource the OpenAPI is generated in a separate thread. Fixes #850

Add configuration setting to `SpringDocConfigProperties` to enable pre-loading of OpenAPI. This setting is false by default. When instantiating `AbstractOpenApiResource` the OpenAPI is generated in a separate thread. Fixes #850
@bnasslahsen bnasslahsen merged commit 5bb12ec into springdoc:master Sep 6, 2020
@bnasslahsen
Copy link
Collaborator

Thank you @Dodecahedra for your contribution.
It's now merged with master.

@Stephan202 Stephan202 deleted the dodecahedra/pre-loading branch September 7, 2020 08:50
@bnasslahsen bnasslahsen added the enhancement New feature or request label Jan 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow for pre-loading OpenAPI
2 participants