From ebdb40f8be913e9fd4e9f8e9ee50a91f18529417 Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Fri, 15 Nov 2013 02:27:49 +0100 Subject: [PATCH] Update readme --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 8db1fe6..76db1b4 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,15 @@ public @interface EachYourConstraint { … and that’s all! +Hibernate Validator 4.x vs. 5.x +------------------------------- + +This code uses some internal classes of [Hibernate Validator](http://www.hibernate.org/subprojects/validator.html), the reference implementation of [JSR 349](http://beanvalidation.org/1.1/) (formerly [JSR 303](http://beanvalidation.org/1.0/)). Unfortunately, Hibernate has changed some internal APIs between versions 4.x and 5.x, therefore there are currently two main branches of this library: + +* [branch 1.x](https://github.com/jirutka/validator-collection/tree/1.x) for Hibernate Validator 4.x +* [branch 2.x](https://github.com/jirutka/validator-collection/tree/2.x) for Hibernate Validator 5.x + + Maven -----