File tree Expand file tree Collapse file tree 2 files changed +27
-5
lines changed Expand file tree Collapse file tree 2 files changed +27
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Hibernate Validator
2
2
3
- * Version: 5.1.0.Beta1, 15.01 .2014*
3
+ * Version: 5.1.0.CR1, 17.02 .2014*
4
4
5
5
6
6
## What is it?
@@ -35,7 +35,7 @@ Logging will delegate any log requests to that provider.
35
35
<dependency>
36
36
<groupId>org.hibernate</groupId>
37
37
<artifactId>hibernate-validator</artifactId>
38
- <version>5.1.0.Beta1 </version>
38
+ <version>5.1.0.CR1 </version>
39
39
</dependency>
40
40
41
41
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:
59
59
<dependency>
60
60
<groupId>org.hibernate</groupId>
61
61
<artifactId>hibernate-validator-cdi</artifactId>
62
- <version>5.1.0.Beta1 </version>
62
+ <version>5.1.0.CR1 </version>
63
63
</dependency>
64
64
65
65
* _ hibernate-validator-annotation-processor-< ; version> ; .jar_ is an optional jar which can be integrated with your build
Original file line number Diff line number Diff line change 1
1
Hibernate Validator Changelog
2
2
=============================
3
3
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
+ ------------------------
6
28
7
29
** Bug
8
30
* [HV-596] - Improve error message for unsupported validateValue() invocations
You can’t perform that action at this time.
0 commit comments