File tree 1 file changed +20
-0
lines changed
1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 1
1
Hibernate Validator Changelog
2
2
=============================
3
3
4
+ 6.1.0.Alpha4 (22-03-2019)
5
+ -------------------------
6
+
7
+ ** Bug
8
+ * HV-1704 - build - Build fails on Windows
9
+ * HV-1699 - validators - Rounding error when having a BigDecimal at runtime with @Max/@Min annotation set on a Number field
10
+
11
+ ** Improvement
12
+ * HV-1701 - - Add Max/MinValidatorForInteger
13
+ * HV-1700 - tests - Remove reference of absent valueextractor from test resources
14
+ * HV-1697 - engine - Reduce memory allocation of ValidationContexts
15
+ * HV-1696 - engine - Avoid using computeIfAbsent for the common case when getting bean metadata
16
+ * HV-1695 - engine - Avoid creating an empty map for group conversions
17
+ * HV-1694 - engine - Reduce memory allocation for unconstrained beans
18
+
19
+ ** Task
20
+ * HV-1705 - build - Upgrade WildFly to 16.0.0.Final
21
+ * HV-1702 - build - Upgrade to checkstyle 8.18 and maven-checkstyle-plugin 3.0.0
22
+ * HV-1693 - build - Test compatibility with JDK 12
23
+
4
24
6.1.0.Alpha3 (18-02-2019)
5
25
-------------------------
6
26
You can’t perform that action at this time.
0 commit comments