File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 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
+ 8.0.1.Final (2023-06-20)
5
+ -------------------------
6
+
7
+ ** Bug
8
+ * HV-1949 Nondeterministic behavior of HibernateValidator (in springboot?) when both annotation and xml-based definition are used
9
+ * HV-1932 Incomplete @Positive annotation's default message in fr
10
+
11
+ ** Improvement
12
+ * HV-1943 Some french validation messages are not quite accurate
13
+ * HV-1941 Add support for European Portuguese for ValidationMessages
14
+ * HV-1927 Use Executable#getAnnotatedParameterTypes() instead of Executable#getGenericParameterTypes()
15
+
16
+ ** Task
17
+ * HV-1956 Update Weld test dependency to 5.1.1.Final
18
+ * HV-1954 Test Hibernate Validator against JDK 22
19
+ * HV-1944 Upgraded JBoss Logging, Maven Enforcer plugin and Guava to latest version
20
+ * HV-1938 Update ByteBuddy test dependency to 1.13.0
21
+ * HV-1935 Test Hibernate Validator against JDK 21
22
+ * HV-1934 Upgrade to hibernate-asciidoctor-theme 1.0.6
23
+
4
24
8.0.0.Final (2022-09-09)
5
25
-------------------------
6
26
You can’t perform that action at this time.
0 commit comments