|
1 | 1 | Hibernate Validator Changelog
|
2 | 2 | =============================
|
3 | 3 |
|
| 4 | +5.2.0.Beta1 (20.02.2015) |
| 5 | +------------------------- |
| 6 | + |
| 7 | +** Bug |
| 8 | + * [HV-861] - AIOOBE in ReflectionHelper#parametersResolveToSameTypes |
| 9 | + * [HV-887] - Validator ParanamerParameterNameProvider with inheritance |
| 10 | + * [HV-890] - Take visibility into account for method override check |
| 11 | + * [HV-933] - @CPF and @CPNJ only works with input containing puctuation characters like 134.241.313-00 |
| 12 | + * [HV-943] - Reference guide incorrect regarding DefaultTraversableResolver |
| 13 | + * [HV-948] - Incorrect JPA 2 detection |
| 14 | + * [HV-950] - Wrong warning log in TypeAnnotationAwareMetaDataProvider.getTypeParameter |
| 15 | + * [HV-957] - WhiteListType.RELAXED allows <div>, <span> |
| 16 | + * [HV-959] - CPF validation |
| 17 | + * [HV-965] - The module description list on the contribute page needs updating |
| 18 | + * [HV-969] - No tests are executed for the CDI module |
| 19 | + |
| 20 | +** Improvement |
| 21 | + * [HV-913] - Provide a way to run the test suite using a security manager |
| 22 | + * [HV-914] - Document permissions required to run Hibernate Validator with a security manager |
| 23 | + * [HV-944] - French translation of @Min and @Max messages is incorrect |
| 24 | + * [HV-946] - French translation of @DecimalMin and @DecimalMax messages is incorrect (with inclusive parameter) |
| 25 | + * [HV-951] - Make expression variables accessible from ConstraintViolation |
| 26 | + * [HV-953] - Create possiblity to contribute resource bundles as part of a ConstraintDefinitionContributor |
| 27 | + * [HV-964] - Create a dedicated module for the testutils code |
| 28 | + * [HV-968] - Performance improvements for ConstraintHelper |
| 29 | + * [HV-970] - Avoid accessing package javax.xml.stream.* when not working with XML descriptors |
| 30 | + * [HV-971] - Remove requirement to use JBoss's Maven repositories |
| 31 | + |
| 32 | +** New Feature |
| 33 | + * [HV-582] - Introduce a class loading service |
| 34 | + * [HV-955] - Using the fluent API in a JavaEE environment |
| 35 | + |
| 36 | +** Task |
| 37 | + * [HV-896] - Add "ParenPad" CheckStyle rule |
| 38 | + * [HV-915] - Make it possible to import the project in Eclipse |
| 39 | + * [HV-942] - Upgrade Wildfly version for tck/integration tests to 8.2.0.Final |
| 40 | + * [HV-960] - Create Karaf-based integration test for running HV in OSGi |
| 41 | + * [HV-963] - Upgrade to the latest JBoss Logging version |
| 42 | + * [HV-967] - Updating old and broken links in documentation, README.md and CONTRIBUTING.md |
| 43 | + * [HV-972] - Avoid dependency on ASM4 (upgrade groovy-jsr223) |
| 44 | + |
| 45 | + |
4 | 46 | 5.2.0.Alpha1 (22.10.2014)
|
5 | 47 | -------------------------
|
6 | 48 |
|
|
0 commit comments