mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
6b1fbc9fe1
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