Marked Jackson 1.x support classes as deprecated

This commit is contained in:
Juergen Hoeller
2013-10-04 22:52:47 +02:00
parent bd4c64af04
commit 8b3afda6f4
4 changed files with 12 additions and 0 deletions

View File

@@ -43,12 +43,15 @@ import org.springframework.util.ClassUtils;
* Converts from a {@link TextMessage} or {@link BytesMessage} to an object.
*
* <p><b>NOTE:</b> Requires Jackson 1.8 or higher, as of Spring 4.0.
* At the same time, we strongly recommend a migration to Jackson 2.x!
*
* @author Mark Pollack
* @author Dave Syer
* @author Juergen Hoeller
* @since 3.1
* @deprecated Please migrate to {@link MappingJackson2MessageConverter} for Jackson 2.x.
*/
@Deprecated
public class MappingJacksonMessageConverter implements MessageConverter, BeanClassLoaderAware {
/**