File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change 1
1
Hibernate Validator Changelog
2
2
=============================
3
3
4
+ 6.0.9.Final (27-03-2018)
5
+ -------------------------
6
+
7
+ ** Bug
8
+ * HV-1596 - engine - NPE upon upgrade from HV 5.x to 6.0.8
9
+ * HV-1594 - integration - Add javax.annotation:javax.annotation-api to the hibernate-validator-javax-money Karaf feature
10
+ * HV-1589 - engine - HibernateConstraintValidators are not correctly cached
11
+
12
+ ** Improvement
13
+ * HV-1597 - engine - Allow overriding the constraint validator payload at the Validator level with null
14
+ * HV-1595 - engine - Move ConstraintValidatorPayload to ConstraintValidatorContext
15
+ * HV-1593 - integration - Split the hibernate-validator Karaf feature in several smaller features
16
+ * HV-1587 - engine - Reduce the already processed work units tracking impact
17
+ * HV-1586 - performance - Various improvements to performance tests
18
+ * HV-1585 - engine - Omit the cache lookup in AbstractMessageInterpolator for the simple text messages
19
+
20
+ ** Task
21
+ * HV-1578 - build - Disable the generation of @Generated annotation for JBoss Logging
22
+
4
23
6.0.8.Final (07-03-2018)
5
24
-------------------------
6
25
You can’t perform that action at this time.
0 commit comments