Skip to content

Commit 7877199

Browse files
committed
Changelog and README updates for 5.2.0.Final release
1 parent ec0eb0e commit 7877199

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Hibernate Validator
22

3-
*Version: 5.2.0.CR1, 22.05.2015*
3+
*Version: 5.2.0.Final, 20.07.2015*
44

55

66
## What is it?
@@ -35,7 +35,7 @@ Logging will delegate any log requests to that provider.
3535
<dependency>
3636
<groupId>org.hibernate</groupId>
3737
<artifactId>hibernate-validator</artifactId>
38-
<version>5.2.0.CR1</version>
38+
<version>5.2.0.Final</version>
3939
</dependency>
4040

4141
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:
5959
<dependency>
6060
<groupId>org.hibernate</groupId>
6161
<artifactId>hibernate-validator-cdi</artifactId>
62-
<version>5.2.0.CR1</version>
62+
<version>5.2.0.Final</version>
6363
</dependency>
6464

6565
* _hibernate-validator-annotation-processor-&lt;version&gt;.jar_ is an optional jar which can be integrated with your build

changelog.txt

+13
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
Hibernate Validator Changelog
22
=============================
33

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+
417
5.2.0.CR1 (22.05.2015)
518
-------------------------
619

copyright.txt

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Brent Douglas
55
Carlos Vara
66
Dag Hovland
77
Davide Marchignoli
8+
Denis Tiago
89
Doug Lea
910
Emmanuel Bernard
1011
Efthymis Sarbanis

0 commit comments

Comments
 (0)