File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Expand file tree Collapse file tree 1 file changed +24
-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.6.Final (14-12-2017)
5
+ -------------------------
6
+
7
+ ** Improvement
8
+ * HV-1533 - engine - Small performance improvements
9
+ * HV-1531 - engine - Regroup the ValidatorFactory scoped properties in ValidatorFactoryContext
10
+ * HV-1530 - annotation-processor - Add CodePointLength to supported AP types
11
+ * HV-1527 - engine - Separate Group and MetaConstraint - Path processed units in ValidationContext
12
+ * HV-1525 - engine - Various AbstractMessageInterpolator performance improvements
13
+ * HV-1524 - engine - Log temporal validation tolerance only if it has been explicitly set
14
+ * HV-1522 - engine - Improve performance of ConstraintViolationImpl hashCode() method
15
+ * HV-1506 - engine - Regroup the Validator scoped properties in ValidationContext
16
+
17
+ ** New Feature
18
+ * HV-1541 - engine - Add new constraint for ISBN
19
+
20
+ ** Task
21
+ * HV-1546 - engine - Reintroduce AnnotationProcessingOptions
22
+ * HV-1545 - engine - Reintroduce hibernate.validator.constraint_mapping_contributor
23
+ * HV-1538 - engine - Make the @Incubating annotation @Documented
24
+ * HV-1537 - engine - Reintroduce ReflectionParameterNameProvider to avoid API breakage
25
+ * HV-1536 - engine - Update description of required permissions in the reference guide
26
+ * HV-1535 - build - Use the default style for JavaDoc
27
+
4
28
6.0.5.Final (15-11-2017)
5
29
-------------------------
6
30
You can’t perform that action at this time.
0 commit comments