mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
59604b1cd5
Update ResolvableType to unwrap Serialization wrapped TypeVariables before calling the equals method. This protects against the recent change in OpenJDK 8 (build 124) which changed the TypeVariableImpl equals method such that it only matches against other TypeVariableImpl instances. Issue: SPR-11342