mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-20 12:19:16 +00:00
ResolvableTypes are only considered equal if of the very same class now. As a consequence, a forRawClass result is not equal to forClass anymore. The new equalsType method is available for plain type equality checks. Closes gh-28608 Closes gh-27748