You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 and AbstractJackson2HttpMessageConverter.
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 and FreeMarkerView.
XStream 1.4.5 was released in September 2013. Let's finally require it and get rid of the deprecated constructor call in XStreamMarshaller.
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:
The text was updated successfully, but these errors were encountered: