File tree Expand file tree Collapse file tree 3 files changed +25
-4
lines changed Expand file tree Collapse file tree 3 files changed +25
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Hibernate Validator
2
2
3
- * Version: 5.2.1 .Final, 30.07 .2015*
3
+ * Version: 5.2.2 .Final, 29.09 .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.1 .Final</version>
38
+ <version>5.2.2 .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.1 .Final</version>
62
+ <version>5.2.2 .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.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
+
4
25
5.2.1.Final (30.07.2015)
5
26
-------------------------
6
27
Original file line number Diff line number Diff line change 617
617
<artifactId >clirr-maven-plugin</artifactId >
618
618
<version >2.5</version >
619
619
<configuration >
620
- <comparisonVersion >5.1.3 .Final</comparisonVersion >
620
+ <comparisonVersion >5.2.1 .Final</comparisonVersion >
621
621
<excludes >
622
622
<exclude >org/hibernate/validator/internal/**</exclude >
623
623
</excludes >
You can’t perform that action at this time.
0 commit comments