Deprecate pre 3.1 @MVC support classes

Issue: SPR-10005
This commit is contained in:
Rossen Stoyanchev
2012-11-20 14:59:01 -05:00
parent 2a11007a04
commit 77223d7ced
5 changed files with 15 additions and 1 deletions

View File

@@ -74,7 +74,8 @@ 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)
* add integration with Tiles 3
* add integration with Tiles 3 (SPR-8825)
* deprecated DefaultAnnotationHandlerMapping, AnnotationMethodHandlerAdapter, and AnnotationMethodHandlerExceptionResolver (SPR-10005)
Changes in version 3.2 M2 (2012-09-11)
--------------------------------------