Jackson 2.7.0 not compatible with Spring [SPR-13864] #18437
Labels
in: web
Issues in web modules (web, webmvc, webflux, websocket)
status: duplicate
A duplicate of another issue
Osvaldo Pinali Doederlein opened SPR-13864 and commented
Caused by: java.lang.NoSuchMethodError: com.fasterxml.jackson.databind.type.TypeFactory.constructType(Ljava/lang/reflect/Type;Ljava/lang/Class;)Lcom/fasterxml/jackson/databind/JavaType;
at org.springframework.http.converter.json.AbstractJackson2HttpMessageConverter.getJavaType(AbstractJackson2HttpMessageConverter.java:314)
This overload of constructType() doesn't exist anymore in Jackson 2.7.0.
Affects: 4.2.3
Issue Links:
The text was updated successfully, but these errors were encountered: