[SPR-6879] @DirtiesContext is now an @Inherited annotation.

This commit is contained in:
Sam Brannen 2010-02-23 17:44:59 +00:00
parent 80b8fb8b83
commit a5b5df450e
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ Changes in version 3.0.2 (2010-03-11)
* upgraded to Hibernate Validator 4.0.2 and Jackson 1.4.2 * upgraded to Hibernate Validator 4.0.2 and Jackson 1.4.2
* fixed @RequestParam(required=false) regression for @InitBinder methods * fixed @RequestParam(required=false) regression for @InitBinder methods
* fixed indexed property binding regression in form tag library * fixed indexed property binding regression in form tag library
* @DirtiesContext is now inherited for class-level usage
Changes in version 3.0.1 (2010-02-18) Changes in version 3.0.1 (2010-02-18)