Add JSON converters to FormHttpMessageConverter

The FormHttpMessageConverter now adds Jackson JSON converters
(version 1.x or 2.x) if available on the classpath.

Issue: SPR-10055
This commit is contained in:
Rossen Stoyanchev
2012-12-03 15:07:42 -05:00
parent 42a928596f
commit 7ff964afa8
2 changed files with 19 additions and 1 deletions

View File

@@ -102,7 +102,7 @@ Changes in version 3.2 RC1 (2012-11-04)
* use concurrent cache to improve performance of GenericTypeResolver (SPR-8701)
* cache and late resolve annotations on bean properties to improve performance (SPR-9166)
* allow PropertyResolver implementations to ignore unresolvable ${placeholders} (SPR-9569)
* FormHttpMessageConverter now adds Jackson JSON converters if available on the classpath (SPR-10055)
Changes in version 3.2 M2 (2012-09-11)
--------------------------------------