Parameterize DeferredResult

Issue: SPR-9579
This commit is contained in:
Rossen Stoyanchev
2012-07-18 09:43:03 -04:00
parent 55bd99fa16
commit eab6e1d134
6 changed files with 85 additions and 87 deletions

View File

@@ -22,6 +22,7 @@ Changes in version 3.2 M2 (2012-08-xx)
* add @ExceptionResolver annotation to detect classes with @ExceptionHandler methods
* move RSS/Atom message converter registration ahead of jackson/jaxb2
* handle BindException in DefaultHandlerExceptionResolver
* Parameterize DefaultResult type
Changes in version 3.2 M1 (2012-05-28)