Skip to content

Commit d22d0f3

Browse files
committed
Changelog and README updates for 5.2.0.Beta1 release
1 parent d80c0a8 commit d22d0f3

File tree

2 files changed

+44
-2
lines changed

2 files changed

+44
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Hibernate Validator
22

3-
*Version: 5.2.0.Alpha1, 22.10.2014*
3+
*Version: 5.2.0.Beta1, 20.02.2015*
44

55

66
## What is it?
@@ -35,7 +35,7 @@ Logging will delegate any log requests to that provider.
3535
<dependency>
3636
<groupId>org.hibernate</groupId>
3737
<artifactId>hibernate-validator</artifactId>
38-
<version>5.2.0.Alpha1</version>
38+
<version>5.2.0.Beta1</version>
3939
</dependency>
4040

4141
You also need an API and implementation of the Unified Expression Language. These dependencies must be explicitly added in an SE environment.

changelog.txt

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,48 @@
11
Hibernate Validator Changelog
22
=============================
33

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+
446
5.2.0.Alpha1 (22.10.2014)
547
-------------------------
648

0 commit comments

Comments
 (0)