Fix #33982
In case typeBounds
WildcardBounds has TypeVariable
bound, we should check whether typeBounds
isAssignableFrom the current ResolvableType or not
NOTE:
1. I'm new contributor, so my code might be not perfect. But please give feebacks, I will try to address them!
2. Do you think we nee to handle case typeBounds
WildcardBounds has WildcardType
bound? If yes, I will add some more commits!
Thank you!!
Comment From: jhoeller
Superseded by https://github.com/spring-projects/spring-framework/issues/33982#issuecomment-2520879941
Thanks for the PR, in any case!