Skip to content

Commit 0c77c6c

Browse files
committed
Updating readme and changelog for 5.0.0.Alpha2 release
1 parent 82c8521 commit 0c77c6c

File tree

2 files changed

+56
-2
lines changed

2 files changed

+56
-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.0.0.Alpha1, 21.06.2012*
3+
*Version: 5.0.0.Alpha2, 28.11.2012*
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.0.0.Alpha1</version>
38+
<version>5.0.0.Alpha2</version>
3939
</dependency>
4040

4141

changelog.txt

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

4+
5.0.0.Alpha2 (28.11.2012)
5+
-------------------------
6+
7+
** Sub-task
8+
* [HV-629] - Move methods related to method validation to delegate interface
9+
* [HV-631] - Extend the meta-data API with required convenience methods for method validation
10+
* [HV-632] - Support cross-parameter constraints
11+
12+
** Bug
13+
* [HV-601] - NPE w/ overloaded methods on class validated with MethodValidationInterceptor
14+
* [HV-602] - Docs are wrong about location of /validation.xml or the code is
15+
* [HV-603] - XML based configuration fails when context class loader is not set
16+
* [HV-612] - Documentation fails to build on locales with accented months
17+
* [HV-615] - Create a CDI extension to activate Bean Validation
18+
* [HV-622] - Assumes all getX/setX methods are bean properties and errors with "wrong number of arguments"
19+
* [HV-623] - Wrong constraint validator type resolution in case of constraint placed on parameterized type in class hierachy
20+
* [HV-626] - AnnotationMetaDataProvider should use #getDeclaredAnnotations instead of #getAnnotations when reading metadata from class and members
21+
* [HV-638] - Support groups translation during cascaded validations
22+
* [HV-647] - Don't add JMeter API doc to distribution
23+
24+
** Improvement
25+
* [HV-557] - Refactor package organisation to clearly separate spi, public and private APIs - part 2 (public packages)
26+
* [HV-620] - Improve error message for HV000085
27+
* [HV-621] - Avoid GroupChainGenerator to use reflection at runtime
28+
* [HV-628] - Method validation changes from BV 1.1 PR
29+
* [HV-630] - Refinements around ConfigurationSource
30+
* [HV-636] - Investigate possiblity to run tests in parallel
31+
32+
** Task
33+
* [HV-584] - Remove deprecated types
34+
* [HV-595] - Determine how to handle different versions of validation-configuration and validation-mapping xsd
35+
* [HV-597] - Update tck-runner module
36+
* [HV-635] - Align TCK runner with beta release of BVTCK
37+
* [HV-639] - Evaluation of composed constraints should stops on first validation error when @ReportAsSingleViolation is used
38+
* [HV-649] - Upgrade the tck runner module to BV TCK release 1.1.0.Beta2
39+
40+
41+
4.3.1.Final (28.11.2012)
42+
------------------------
43+
44+
** Bug
45+
* [HV-591] - EmailValidator throws an IllegalArgumentException for long email addresses
46+
* [HV-601] - NPE w/ overloaded methods on class validated with MethodValidationInterceptor
47+
* [HV-607] - Email Validator producing error for large email addresses
48+
* [HV-609] - EmailValidator fails where email address is large
49+
* [HV-613] - email handles complete address as idn label and fails for valid longer addresses
50+
* [HV-622] - Assumes all getX/setX methods are bean properties and errors with "wrong number of arguments"
51+
* [HV-623] - Wrong constraint validator type resolution in case of constraint placed on parameterized type in class hierachy
52+
* [HV-625] - EmailValidator.isValid sometimes throws an exception instead of returning false
53+
* [HV-626] - AnnotationMetaDataProvider should use #getDeclaredAnnotations instead of #getAnnotations when reading metadata from class and members
54+
55+
** Task
56+
* [HV-639] - Evaluation of composed constraints should stops on first validation error when @ReportAsSingleViolation is used
57+
458

559
5.0.0.Alpha1 (21.06.2012)
660
-------------------------

0 commit comments

Comments
 (0)