Fix package cycle among http message converters
This change introduces a new AllEncompassingFormHttpMessageConverter class that adds JSON and XML converters for individual mime parts of a multi-part request. The new converter is used in place of the previously used XmlAwareFormHttpMessageConverter. Issue: SPR-10055
This commit is contained in:
2
src/dist/changelog.txt
vendored
2
src/dist/changelog.txt
vendored
@@ -105,7 +105,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)
|
||||
* AllEncompassingFormHttpMessageConverter now adds XML/JSON converters for individual mime parts (SPR-10055)
|
||||
|
||||
Changes in version 3.2 M2 (2012-09-11)
|
||||
--------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user