|
1 | 1 | Hibernate Validator Changelog
|
2 | 2 | =============================
|
3 | 3 |
|
| 4 | +5.3.0.CR1 (05-09-2016) |
| 5 | +------------------------- |
| 6 | + |
| 7 | +** Bug |
| 8 | + * HV-1057 - engine - Group sequences don't honor inheritance relationships properly |
| 9 | + * HV-1055 - engine - Default group sequence does not honour group hierarchy |
| 10 | + * HV-1068 - engine - Wrong import in MessageDescriptorFormatException |
| 11 | + * HV-1071 - engine - HV-1049 prevents annotations in the default package working |
| 12 | + * HV-1049 - engine - Don't access annotations from "jdk.internal" package |
| 13 | + * HV-1054 - engine - Catch correct exception type in AbstractMessageInterpolator |
| 14 | + * HV-1072 - engine - Parameter validation does not stop when group in sequence has cascaded constraint violations. |
| 15 | + * HV-1050 - build - Build fails under Windows |
| 16 | + * HV-1063 - tests - Upgrade dependencies used by OSGi integration tests |
| 17 | + * HV-1080 - engine - Validation of Java 8 Optional throws ClassCastException |
| 18 | + * HV-1066 - validators - email domains with a 63 character length fails EmailValidator |
| 19 | + * HV-1048 - engine - Correctly interpret version string returned by JDK 9 |
| 20 | + * HV-1062 - validators - Use type annotations for map values with @NotNull annotation on the map |
| 21 | + * HV-1013 - validators - Validator invokes hashCode() with null mandatory field |
| 22 | + * HV-1046 - documentation - Fix example 11.4 in reference guide |
| 23 | + * HV-1091 - engine - java.lang.StackOverflowError generated when using too big validation message |
| 24 | + * HV-1031 - engine - Type parameter validations are not executed against all elements in a collection if elements contain the same object instance. |
| 25 | + |
| 26 | +** Improvement |
| 27 | + * HV-1038 - build - Update to ClassMate 1.3.0 |
| 28 | + * HV-1058 - engine - Avoid repeated retrieval of default group sequence in BeanMetadataImpl#getConstrainedPropertiesAsDescriptors() |
| 29 | + * HV-1060 - engine - Include messages for @EAN and @ParameterScriptAssert in Brazilian Portuguese error messages |
| 30 | + * HV-1076 - build - Improve Checkstyle configuration |
| 31 | + * HV-1081 - build - Reuse the release scripts of OGM to automatize the release process |
| 32 | + * HV-1077 - engine - Add missing @Override annotation |
| 33 | + * HV-1074 - engine - Add Arabic translation |
| 34 | + * HV-1015 - tests - Provide test case template |
| 35 | + * HV-1082 - documentation - Upgrade maven-jdocbook-plugin and pressgang to generate valid HTML5 documentation |
| 36 | + * HV-1078 - documentation - Update the CONTRIBUTING.md file |
| 37 | + * HV-1075 - validators - Update and improve the French translation |
| 38 | + * HV-1083 - build - Properly ignore hibernate-noorm-release-scripts directory in the build |
| 39 | + * HV-1014 - documentation - Clarify what @ValidPart is in example 2.3 of the reference guide |
| 40 | + * HV-1096 - validators - ValidationMessages for Russian |
| 41 | + * HV-1086 - build - Update Maven dependencies and align with WildFly 10.1.0.Final |
| 42 | + |
| 43 | +** New Feature |
| 44 | + * HV-1070 - build - Preparatory work for building with Java 9 |
| 45 | + * HV-501 - engine - Extend programmatic API to allow alteration of ConstraintValidator list for a given constraint |
| 46 | + * HV-1065 - engine - Add hibernate.validator.constraint_mapping_contributor*s* to take a list of contributors and deprecate hibernate.validator.constraint_mapping_contributor |
| 47 | + |
| 48 | +** Task |
| 49 | + * HV-1053 - build - Use WildFly 10.0.0.Final for integration tests |
| 50 | + * HV-1052 - build - Upgrade to current version of JBoss logging processor |
| 51 | + * HV-1034 - build - Allow compilation using JDK9 |
| 52 | + * HV-1064 - tests - Add Travis support |
| 53 | + |
4 | 54 | 5.3.0.Alpha1 (15.01.2016)
|
5 | 55 | -------------------------
|
6 | 56 |
|
|
0 commit comments