Skip to content

Commit 51eb127

Browse files
committed
Updating readme and changelog prior to release 5.1.0.CR1
1 parent dab609b commit 51eb127

File tree

2 files changed

+27
-5
lines changed

2 files changed

+27
-5
lines changed

README.md

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

3-
*Version: 5.1.0.Beta1, 15.01.2014*
3+
*Version: 5.1.0.CR1, 17.02.2014*
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.1.0.Beta1</version>
38+
<version>5.1.0.CR1</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.
@@ -59,7 +59,7 @@ extension by adding the following dependency:
5959
<dependency>
6060
<groupId>org.hibernate</groupId>
6161
<artifactId>hibernate-validator-cdi</artifactId>
62-
<version>5.1.0.Beta1</version>
62+
<version>5.1.0.CR1</version>
6363
</dependency>
6464

6565
* _hibernate-validator-annotation-processor-&lt;version&gt;.jar_ is an optional jar which can be integrated with your build

changelog.txt

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,30 @@
11
Hibernate Validator Changelog
22
=============================
33

4-
5.1.0.Alpha1 (15.01.2014)
5-
-------------------------
4+
5.1.0.CR1 (17.02.2014)
5+
----------------------
6+
7+
** Bug
8+
* [HV-834] - Support curly braces within EL expressions
9+
* [HV-858] - ValidatorFactoryBean should use default BV provider
10+
* [HV-860] - Leverage validated value unwrapper for validateProperty() and validateValue()
11+
12+
** Improvement
13+
* [HV-859] - Allow to upload to /docs_htdocs/hibernate/stable/validator for final releases
14+
15+
** New Feature
16+
* [HV-814] - Re-consider semantics of options of mod check constraints
17+
18+
** Remove Feature
19+
* [HV-799] - EANValidator removed from the latest versions
20+
21+
** Task
22+
* [HV-812] - Make @Mod10Check and @Mod11Check constraints usable via API
23+
* [HV-837] - Re-enable CustomValidatorFactoryInPersistenceUnitIT#testValidatorFactoryPassedToPersistenceUnit
24+
25+
26+
5.1.0.Beta1 (15.01.2014)
27+
------------------------
628

729
** Bug
830
* [HV-596] - Improve error message for unsupported validateValue() invocations

0 commit comments

Comments
 (0)