Compatibility with Jackson 2.12 (tested against 2.12.0-rc1)

Closes gh-25907
This commit is contained in:
Juergen Hoeller
2020-10-13 11:04:55 +02:00
parent 4a608e97dc
commit a6e48811c0
15 changed files with 30 additions and 37 deletions

View File

@@ -52,7 +52,7 @@ import org.springframework.util.MimeType;
* <li>{@link DeserializationFeature#FAIL_ON_UNKNOWN_PROPERTIES} is disabled</li>
* </ul>
*
* <p>Compatible with Jackson 2.9 and higher, as of Spring 5.1.
* <p>Compatible with Jackson 2.9 to 2.12, as of Spring 5.3.
*
* @author Rossen Stoyanchev
* @author Juergen Hoeller