File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change 1
1
Hibernate Validator Changelog
2
2
=============================
3
3
4
+ 7.0.0.CR1 (07-12-2020)
5
+ -------------------------
6
+
7
+ ** Bug
8
+ * HV-1804 - translations - Fix Dutch translation for @Size constraint
9
+ * HV-1797 - validators - Validation on classes with a bidirectional relationship cause stack overflow on 6.1.x
10
+
11
+ ** Improvement
12
+ * HV-1815 - translations - Fix DecimalMax and DecimalMin in zh_CN translation
13
+ * HV-1814 - tests - Upgrade JUnit to 4.13.1
14
+ * HV-1812 - engine - Avoid reflection-based metadata extraction for built-in value extractors
15
+
16
+ ** New Feature
17
+ * HV-1816 - engine - Disable Expression Language by default for custom constraint violations
18
+
19
+ ** Task
20
+ * HV-1820 - engine - Upgrade JBoss Logging to 3.4.1.Final
21
+ * HV-1819 - engine - Upgrade Classmate to 1.5.1
22
+ * HV-1818 - build - Upgrade Jakarta API dependencies
23
+ * HV-1817 - build - Upgrade to checkstyle 8.38
24
+ * HV-1809 - tests - Upgrade to TestNG 6.14.3
25
+ * HV-1808 - tests - Upgrade to Arquillian 1.7.0.Alpha4
26
+ * HV-1807 - build - Add Maven profile to improve contributor experience on Intellij IDEA
27
+ * HV-1806 - tests - Use the local repository from the Maven build in OSGi/WildFly integration tests
28
+ * HV-1805 - build - Add a Jenkinsfile to test multiple JDKs from a single job
29
+ * HV-1803 - tests - Move the tests to log4j2
30
+ * HV-1802 - tests - Update ByteBuddy test dependency to 1.10.16
31
+ * HV-1795 - build - Remove link to JavaMoney javadoc
32
+
4
33
7.0.0.Alpha6 (22-07-2020)
5
34
-------------------------
6
35
You can’t perform that action at this time.
0 commit comments