Create StandardServletAsyncWebRequest via reflection

Issue: SPR-9500
This commit is contained in:
Rossen Stoyanchev
2012-07-18 10:02:15 -04:00
parent eab6e1d134
commit d3d00696a4
2 changed files with 19 additions and 5 deletions

View File

@@ -22,7 +22,8 @@ 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
* parameterize DefaultResult type
* use reflection to instantiate StandardServletAsyncWebRequest
Changes in version 3.2 M1 (2012-05-28)