Update what's new

This commit is contained in:
Rossen Stoyanchev 2016-03-04 16:09:08 -05:00
parent ff2a911baa
commit dfa1938ac1
1 changed files with 1 additions and 0 deletions

View File

@ -670,6 +670,7 @@ Spring 4.3 also improves the caching abstraction as follows:
* New `@SessionAttribute` annotation for access to session attributes (see <<mvc-ann-sessionattrib-global, example>>).
* New `@RequestAttribute` annotation for access to request attributes (see <<mvc-ann-requestattrib, example>>).
* `@ModelAttribute` allows preventing data binding via `binding=false` attribute (see <<mvc-ann-modelattrib-method-args, reference>>).
* Static resource handling uses the configured `ContentNegotiationManager` for media type determination.
* `RestTemplate` and `AsyncRestTemplate` support strict URI variable encoding via `DefaultUriTemplateHandler`.
* `AsyncRestTemplate` supports request interception.