Reflect 3.2=>3.1.2 backports in @since tags etc
Issue: SPR-9443, SPR-6847, SPR-9446, SPR-9444, SPR-9439, SPR-9302,
SPR-9507, SPR-9238, SPR-9397, SPR-9406, SPR-9502
This commit is contained in:
@@ -46,7 +46,7 @@ import org.springframework.validation.annotation.Validated;
|
||||
* of that class. By default, JSR-303 will validate against its default group only.
|
||||
*
|
||||
* <p>As of Spring 3.1, this functionality requires Hibernate Validator 4.2 or higher.
|
||||
* In Spring 3.2, this class will autodetect a Bean Validation 1.1 compliant provider
|
||||
* In Spring 3.1.2, this class will autodetect a Bean Validation 1.1 compliant provider
|
||||
* and automatically use the standard method validation support there (once available).
|
||||
*
|
||||
* @author Juergen Hoeller
|
||||
|
||||
@@ -58,7 +58,7 @@ import org.springframework.validation.annotation.Validated;
|
||||
* as well. By default, JSR-303 will validate against its default group only.
|
||||
*
|
||||
* <p>As of Spring 3.1, this functionality requires Hibernate Validator 4.2 or higher.
|
||||
* In Spring 3.2, this class will autodetect a Bean Validation 1.1 compliant provider
|
||||
* In Spring 3.1.2, this class will autodetect a Bean Validation 1.1 compliant provider
|
||||
* and automatically use the standard method validation support there (once available).
|
||||
*
|
||||
* @author Juergen Hoeller
|
||||
|
||||
Reference in New Issue
Block a user