Skip to content

Commit 113f0fb

Browse files
committed
Javadoc suggests Jackson 2.9
Issue: SPR-14925
1 parent b6e2524 commit 113f0fb

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

spring-web/src/main/java/org/springframework/http/converter/cbor/MappingJackson2CborHttpMessageConverter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
*
3636
* <p>The default constructor uses the default configuration provided by {@link Jackson2ObjectMapperBuilder}.
3737
*
38-
* <p>Compatible with Jackson 2.6 and higher.
38+
* <p>Compatible with Jackson 2.9 and higher.
3939
*
4040
* @author Sebastien Deleuze
4141
* @since 5.0

spring-web/src/main/java/org/springframework/http/converter/json/MappingJackson2HttpMessageConverter.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2016 the original author or authors.
2+
* Copyright 2002-2017 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -35,7 +35,7 @@
3535
*
3636
* <p>The default constructor uses the default configuration provided by {@link Jackson2ObjectMapperBuilder}.
3737
*
38-
* <p>Compatible with Jackson 2.6 and higher, as of Spring 4.3.
38+
* <p>Compatible with Jackson 2.9 and higher, as of Spring 5.0.
3939
*
4040
* @author Arjen Poutsma
4141
* @author Keith Donald

spring-web/src/main/java/org/springframework/http/converter/smile/MappingJackson2SmileHttpMessageConverter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
*
3636
* <p>The default constructor uses the default configuration provided by {@link Jackson2ObjectMapperBuilder}.
3737
*
38-
* <p>Compatible with Jackson 2.6 and higher.
38+
* <p>Compatible with Jackson 2.9 and higher.
3939
*
4040
* @author Sebastien Deleuze
4141
* @since 5.0

spring-web/src/main/java/org/springframework/http/converter/xml/MappingJackson2XmlHttpMessageConverter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
*
3636
* <p>The default constructor uses the default configuration provided by {@link Jackson2ObjectMapperBuilder}.
3737
*
38-
* <p>Compatible with Jackson 2.6 and higher, as of Spring 4.3.
38+
* <p>Compatible with Jackson 2.9 and higher, as of Spring 5.0.
3939
*
4040
* @author Sebastien Deleuze
4141
* @since 4.1

0 commit comments

Comments
 (0)