swagger-api / swagger-parser

Swagger Spec to Java POJOs
http://swagger.io
Apache License 2.0
774 stars 526 forks source link

feat: introduce cache loaded extensions in OpenAPIDeserializer #1997

Closed harare closed 8 months ago

harare commented 8 months ago

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 commented 8 months ago

thanks!