Closed
Description
Juergen Hoeller opened SPR-13062 and commented
-
Jackson 2.6 went GA in July 2015, almost a year ago by the time of our 4.3 GA release. Let's get rid of the reflective checks and deprecated method calls in
MappingJackson2MessageConverter
andAbstractJackson2HttpMessageConverter
. -
FreeMarker 2.3.21 was released in October 2014, as a rather major update. Let's get rid of the deprecated method calls in
FreeMarkerConfigurationFactory
andFreeMarkerView
. -
XStream 1.4.5 was released in September 2013. Let's finally require it and get rid of the deprecated constructor call in
XStreamMarshaller
.
Issue Links:
- Require Jackson 2.1+, Quartz 2.1.4+, EhCache 2.5+ [SPR-11262] #15887 Require Jackson 2.1+, Quartz 2.1.4+, EhCache 2.5+
- Spring MVC 4.3.5's Jackson auto-configuration breaks against Jackson 2.3.3 on the classpath [SPR-15051] #19617 Spring MVC 4.3.5's Jackson auto-configuration breaks against Jackson 2.3.3 on the classpath
- Revise AbstractJackson2HttpMessageConverter's generic type adaptation [SPR-13728] #18301 Revise AbstractJackson2HttpMessageConverter's generic type adaptation
- SpringHandlerInstantiator should support all HandlerInstantiator-provided factory methods [SPR-14347] #18919 SpringHandlerInstantiator should support all HandlerInstantiator-provided factory methods
- As of Jackson 2.6 the module class supporting the java.time (java8) package has changed [SPR-13212] #17804 As of Jackson 2.6 the module class supporting the java.time (java8) package has changed