Skip to content

Commit 52cf33a

Browse files
committed
Updating readme.md and changelog.txt prior to 5.2.2.Final release; Updating comparison version for Clirr reports to 5.2.1.Final
1 parent a56401e commit 52cf33a

File tree

3 files changed

+25
-4
lines changed

3 files changed

+25
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Hibernate Validator
22

3-
*Version: 5.2.1.Final, 30.07.2015*
3+
*Version: 5.2.2.Final, 29.09.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.1.Final</version>
38+
<version>5.2.2.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.1.Final</version>
62+
<version>5.2.2.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

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,27 @@
11
Hibernate Validator Changelog
22
=============================
33

4+
5.2.2.Final (29.09.2015)
5+
-------------------------
6+
7+
** Bug
8+
* [HV-862] - ExecutableHelper#overrides() should take visibilities into account
9+
* [HV-891] - CDI extension doesn't trigger validation if a method parameter is of a type parameter type
10+
* [HV-917] - Use map implementation safe for concurrent access in MetaDataProviderKeyedByClassName
11+
* [HV-1011] - Generic Method is not recognized
12+
* [HV-1012] - XSS vulnerability not caught by SafeHtml
13+
* [HV-1017] - javafx detection uses TCCL but JavaFXPropertyValueUnwrapper does not
14+
* [HV-1018] - NPE when validating an object tree whith a class whose parent has defined property constraints
15+
16+
** Task
17+
* [HV-1006] - Upgrade to WildFly 10
18+
19+
** Improvement
20+
* [HV-807] - Make annotation ignores configurable via API for executables
21+
* [HV-995] - Add google analytics to the HTML documentation
22+
* [HV-1016] - Let maven build support maven-color
23+
24+
425
5.2.1.Final (30.07.2015)
526
-------------------------
627

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,7 @@
617617
<artifactId>clirr-maven-plugin</artifactId>
618618
<version>2.5</version>
619619
<configuration>
620-
<comparisonVersion>5.1.3.Final</comparisonVersion>
620+
<comparisonVersion>5.2.1.Final</comparisonVersion>
621621
<excludes>
622622
<exclude>org/hibernate/validator/internal/**</exclude>
623623
</excludes>

0 commit comments

Comments
 (0)