File tree 3 files changed +17
-3
lines changed
3 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Hibernate Validator
2
2
3
- * Version: 5.2.0.CR1, 22.05 .2015*
3
+ * Version: 5.2.0.Final, 20.07 .2015*
4
4
5
5
6
6
## What is it?
@@ -35,7 +35,7 @@ Logging will delegate any log requests to that provider.
35
35
<dependency>
36
36
<groupId>org.hibernate</groupId>
37
37
<artifactId>hibernate-validator</artifactId>
38
- <version>5.2.0.CR1 </version>
38
+ <version>5.2.0.Final </version>
39
39
</dependency>
40
40
41
41
You also need an API and implementation of the Unified Expression Language. These dependencies must be explicitly added in an SE environment.
@@ -59,7 +59,7 @@ extension by adding the following dependency:
59
59
<dependency>
60
60
<groupId>org.hibernate</groupId>
61
61
<artifactId>hibernate-validator-cdi</artifactId>
62
- <version>5.2.0.CR1 </version>
62
+ <version>5.2.0.Final </version>
63
63
</dependency>
64
64
65
65
* _ hibernate-validator-annotation-processor-< ; version> ; .jar_ is an optional jar which can be integrated with your build
Original file line number Diff line number Diff line change 1
1
Hibernate Validator Changelog
2
2
=============================
3
3
4
+ 5.2.0.Final (20.07.2015)
5
+ -------------------------
6
+
7
+ ** Bug
8
+ * [HV-992] - Documentation not very clear: do I need interceptor to trigger method validation?
9
+ * [HV-1004] - CnpjValidator validation is failing for a valid cnpj
10
+ * [HV-1005] - @Email incorrectly flags emails with 64 character length local-part as invalid
11
+
12
+ ** Improvement
13
+ * [HV-984] - Further documentation review and improvements
14
+ * [HV-999] - Update to Bean Validation TCK 1.1.4
15
+
16
+
4
17
5.2.0.CR1 (22.05.2015)
5
18
-------------------------
6
19
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ Brent Douglas
5
5
Carlos Vara
6
6
Dag Hovland
7
7
Davide Marchignoli
8
+ Denis Tiago
8
9
Doug Lea
9
10
Emmanuel Bernard
10
11
Efthymis Sarbanis
You can’t perform that action at this time.
0 commit comments