Update what's new

This commit is contained in:
Rossen Stoyanchev 2016-03-03 14:48:50 -05:00
parent 6f2c968925
commit 9e167045fc
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>>).
* `RestTemplate` and `AsyncRestTemplate` support strict URI variable encoding via `DefaultUriTemplateHandler`.
* `AsyncRestTemplate` supports request interception.
=== WebSocket Messaging Improvements