Generalize Jackson version numbers
This commit removes specific version info from Jackson codecs and converters, in favor of generic info or removing the version information all together. See gh-29508
This commit is contained in:
@@ -54,8 +54,6 @@ import org.springframework.util.ClassUtils;
|
||||
* <li>{@link DeserializationFeature#FAIL_ON_UNKNOWN_PROPERTIES} is disabled</li>
|
||||
* </ul>
|
||||
*
|
||||
* <p>Compatible with Jackson 2.9 to 2.12, as of Spring 5.3.
|
||||
*
|
||||
* @author Mark Pollack
|
||||
* @author Dave Syer
|
||||
* @author Juergen Hoeller
|
||||
|
||||
Reference in New Issue
Block a user