You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-context/src/main/java/org/springframework/validation/beanvalidation/MethodValidationInterceptor.java
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* Copyright 2002-2016 the original author or authors.
2
+
* Copyright 2002-2017 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -47,14 +47,12 @@
47
47
* at the type level of the containing target class, applying to all public service methods
48
48
* of that class. By default, JSR-303 will validate against its default group only.
49
49
*
50
-
* <p>As of Spring 5.0, this functionality requires a Bean Validation 1.1 provider
51
-
* (such as Hibernate Validator 5.x).
50
+
* <p>As of Spring 5.0, this functionality requires a Bean Validation 1.1 provider.
Copy file name to clipboardExpand all lines: spring-context/src/main/java/org/springframework/validation/beanvalidation/MethodValidationPostProcessor.java
+3-5Lines changed: 3 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* Copyright 2002-2015 the original author or authors.
2
+
* Copyright 2002-2017 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -48,14 +48,12 @@
48
48
* inline constraint annotations. Validation groups can be specified through {@code @Validated}
49
49
* as well. By default, JSR-303 will validate against its default group only.
50
50
*
51
-
* <p>As of Spring 4.0, this functionality requires either a Bean Validation 1.1 provider
52
-
* (such as Hibernate Validator 5.x) or the Bean Validation 1.0 API with Hibernate Validator
53
-
* 4.3. The actual provider will be autodetected and automatically adapted.
51
+
* <p>As of Spring 5.0, this functionality requires a Bean Validation 1.1 provider.
Copy file name to clipboardExpand all lines: spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/method/annotation/AbstractMessageConverterMethodArgumentResolver.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* Copyright 2002-2016 the original author or authors.
2
+
* Copyright 2002-2017 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
Copy file name to clipboardExpand all lines: spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/method/annotation/ServletInvocableHandlerMethod.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* Copyright 2002-2016 the original author or authors.
2
+
* Copyright 2002-2017 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -110,8 +110,8 @@ public void setHandlerMethodReturnValueHandlers(HandlerMethodReturnValueHandlerC
110
110
* @param mavContainer the ModelAndViewContainer for this request
111
111
* @param providedArgs "given" arguments matched by type (not resolved)
0 commit comments