GenericTypeResolver does not resolve nested generics - causes issues with Jackson & Spring MVC #31690
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
type: regression
A bug that is also a regression
Milestone
This affects spring 6.1.1
The following test passes on 6.0.14 but fails on 6.1.1
Failure message:
I believe this was caused by f075120
This causes nested generic deserialisation to fail from jackson due to the use of GenericTypeResolver in
org.springframework.http.converter.json.AbstractJackson2HttpMessageConverter.getJavaType(Type, Class<?>)
The text was updated successfully, but these errors were encountered: