You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: cache PathMatcher, opis Validator, and ErrorFormatter instances
Instead of recreating PathMatcher, opis Validator, and ErrorFormatter on
every validate() call, cache them at the instance level in
OpenApiResponseValidator. Also add a static validator cache in the
ValidatesOpenApiSchema trait to avoid reconstructing the validator on
every assertion, with resetValidatorCache() for test isolation.
0 commit comments