mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
42b3339cb9
This commit fixes `RecordedInvocation` and `RuntimeHintsInvocationsAssert` so that they don't refer to the recorded instance for static calls. This also consistently resolves the `TypeReference` of recorded instances. Fixes gh-28907