감자의 첫 PR Merge😎 Fix(core): Prevent redundant schema resolution by fixing AnnotatedType equality
·
OpenSource Contribute
드디어 처음으로 PR이 Merge 됐다!https://github.com/swagger-api/swagger-core/pull/4975 Fix(core): Prevent redundant schema resolution by fixing AnnotatedType equality by juntae6942 · Pull Request #4975 · swagger-aPull Request Description This pull request resolves a performance issue where the ModelConverterContext fails to cache AnnotatedType instances, leading to redundant schema resolutions. The root ca..