Skip to content
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

feat: introduce cache loaded extensions in OpenAPIDeserializer #1997

Conversation

harare
Copy link
Contributor

@harare harare commented Nov 3, 2023

This PR provides a cache mechanism that stores the extensions loaded per classloader.
Due to the caching mechanism the performance for loading the extensions (jsonSchemaParserExtensions) is improved.
This PR closes #1909

@frantuma frantuma merged commit af8bb82 into swagger-api:master Nov 7, 2023
6 checks passed
@frantuma
Copy link
Member

frantuma commented Nov 7, 2023

thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cache loaded extensions in OpenApiDeserializer
2 participants