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: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,18 @@
1
1
# Hibernate Validator
2
2
3
-
*Version: 4.3.1.Final, 28.11.2012*
3
+
*Version: 4.3.2.Final, 25.07.2014*
4
4
5
5
6
6
## What is it?
7
7
8
-
This is the reference implementation of JSR 303 - Bean Validation.
9
-
Bean Validation defines a metadata model and API for JavaBean validation.
10
-
The default metadata source is annotations, with the ability to override and extend
8
+
This is the reference implementation of JSR 303 - Bean Validation.
9
+
Bean Validation defines a metadata model and API for JavaBean validation.
10
+
The default metadata source is annotations, with the ability to override and extend
11
11
the meta-data through the use of XML validation descriptors.
12
12
13
13
## A bit of history
14
14
15
-
Prior to version 4.x Hibernate Validators was based on a different source base which
15
+
Prior to version 4.x Hibernate Validators was based on a different source base which
16
16
is not based on JSR 303. This code can be accessed via [this](https://github.com/hibernate/hibernate-validator/tree/pre-validator3-removal/hibernate-validator-legacy) GitHub tag.
17
17
18
18
## Documentation
@@ -40,7 +40,7 @@ Logging will delegate any log requests to that provider.
0 commit comments